sharp skateboarding icon
sharp-skateboarding from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-skateboarding
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the sharp skateboarding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m3.49-3.5a.72.72 0 0 0-.59.3c-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67l1.8-2.89A6.51 6.51 0 0 0 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.89 4.63l1.62 5.03l-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12a.749.749 0 1 0-1.2.9c.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8c.1-.14.15-.3.15-.45c0-.39-.32-.75-.76-.75M14 20.5H8.6l2.9-3.5l-1-3.3l3.5 2.2z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpSkateboarding(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m3.49-3.5a.72.72 0 0 0-.59.3c-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67l1.8-2.89A6.51 6.51 0 0 0 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.89 4.63l1.62 5.03l-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12a.749.749 0 1 0-1.2.9c.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8c.1-.14.15-.3.15-.45c0-.39-.32-.75-.76-.75M14 20.5H8.6l2.9-3.5l-1-3.3l3.5 2.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M7.25 22.5c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m8.5 0c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m3.49-3.5a.72.72 0 0 0-.59.3c-.55.73-1.42 1.2-2.4 1.2H16v-6l-4.32-2.67l1.8-2.89A6.51 6.51 0 0 0 19 12v-2c-1.85 0-3.44-1.12-4.13-2.72l-.52-1.21C14.16 5.64 13.61 5 12.7 5H7L4.5 9l1.7 1.06L8.1 7h2.35l-2.89 4.63l1.62 5.03l-3.12 3.76c-.7-.16-1.3-.57-1.71-1.12a.749.749 0 1 0-1.2.9c.82 1.1 2.13 1.8 3.6 1.8h9.5c1.47 0 2.78-.7 3.6-1.8c.1-.14.15-.3.15-.45c0-.39-.32-.75-.76-.75M14 20.5H8.6l2.9-3.5l-1-3.3l3.5 2.2z"/></svg> </template>
CSS
.icon-sharp-skateboarding {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2M7.25%2022.5c-.41%200-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m8.5%200c-.41%200-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m3.49-3.5a.72.72%200%200%200-.59.3c-.55.73-1.42%201.2-2.4%201.2H16v-6l-4.32-2.67l1.8-2.89A6.51%206.51%200%200%200%2019%2012v-2c-1.85%200-3.44-1.12-4.13-2.72l-.52-1.21C14.16%205.64%2013.61%205%2012.7%205H7L4.5%209l1.7%201.06L8.1%207h2.35l-2.89%204.63l1.62%205.03l-3.12%203.76c-.7-.16-1.3-.57-1.71-1.12a.749.749%200%201%200-1.2.9c.82%201.1%202.13%201.8%203.6%201.8h9.5c1.47%200%202.78-.7%203.6-1.8c.1-.14.15-.3.15-.45c0-.39-.32-.75-.76-.75M14%2020.5H8.6l2.9-3.5l-1-3.3l3.5%202.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2M7.25%2022.5c-.41%200-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m8.5%200c-.41%200-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75m3.49-3.5a.72.72%200%200%200-.59.3c-.55.73-1.42%201.2-2.4%201.2H16v-6l-4.32-2.67l1.8-2.89A6.51%206.51%200%200%200%2019%2012v-2c-1.85%200-3.44-1.12-4.13-2.72l-.52-1.21C14.16%205.64%2013.61%205%2012.7%205H7L4.5%209l1.7%201.06L8.1%207h2.35l-2.89%204.63l1.62%205.03l-3.12%203.76c-.7-.16-1.3-.57-1.71-1.12a.749.749%200%201%200-1.2.9c.82%201.1%202.13%201.8%203.6%201.8h9.5c1.47%200%202.78-.7%203.6-1.8c.1-.14.15-.3.15-.45c0-.39-.32-.75-.76-.75M14%2020.5H8.6l2.9-3.5l-1-3.3l3.5%202.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-skateboarding.svg?color=%231a73e8&size=48