Skateboard icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSkateboard } from "@devigner-ui/icons";
<IconSkateboard className="size-6" />
<script setup>
import { IconSkateboard } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSkateboard class="size-6" />
</template>
<script>
import { IconSkateboard } from "@devigner-ui/icons-svelte";
</script>
<IconSkateboard class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m2 7 .81 1.22A4 4 0 0 0 6.14 10h11.72a4 4 0 0 0 3.33-1.78L22 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="7" cy="15.0005" r="2" stroke="currentColor" stroke-width="1.5"></circle><circle cx="17" cy="15.0005" r="2" stroke="currentColor" stroke-width="1.5"></circle></svg>