skateboarding round icon
skateboarding-round-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.
- Name
- skateboarding-round-linear
- Set
- Solar
- Style
- Linear
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More sports icons from Solar
balls-boldbasketball-boldbicycling-boldbicycling-round-boldbody-shape-boldbody-shape-minimalistic-boldbowling-bolddumbbell-bolddumbbell-large-bolddumbbell-large-minimalistic-bolddumbbell-small-bolddumbbells-2-bolddumbbells-boldfootball-boldgolf-boldhiking-boldhiking-minimalistic-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-2-boldrunning-bold
Use the skateboarding round icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M3 17L3.60827 17.6759C4.36684 18.5187 5.4475 19 6.58145 19H17.4186C18.5525 19 19.6332 18.5187 20.3917 17.6759L21 17"/><circle cx="19" cy="4" r="2"/><path stroke-linecap="round" d="M15 16.5002V14.3667C15 13.8177 14.7561 13.297 14.3344 12.9455L13.3379 12.1152C12.6195 11.5164 12.5702 10.43 13.2315 9.76871L14.8855 8.11473C15.4193 7.5809 15.2452 6.67671 14.5513 6.37932C13.2663 5.82861 11.793 5.94205 10.6075 6.68301L8.5 8.00021"/><path stroke-linecap="round" d="M11 14L10.3787 14.6213C9.94513 15.0549 9.72836 15.2716 9.4527 15.3858C9.17705 15.5 8.87049 15.5 8.25736 15.5H7"/><path stroke-linecap="round" d="M16.5 10H19.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 21H7.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 21H17.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSkateboardingRoundLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M3 17L3.60827 17.6759C4.36684 18.5187 5.4475 19 6.58145 19H17.4186C18.5525 19 19.6332 18.5187 20.3917 17.6759L21 17"/><circle cx="19" cy="4" r="2"/><path strokeLinecap="round" d="M15 16.5002V14.3667C15 13.8177 14.7561 13.297 14.3344 12.9455L13.3379 12.1152C12.6195 11.5164 12.5702 10.43 13.2315 9.76871L14.8855 8.11473C15.4193 7.5809 15.2452 6.67671 14.5513 6.37932C13.2663 5.82861 11.793 5.94205 10.6075 6.68301L8.5 8.00021"/><path strokeLinecap="round" d="M11 14L10.3787 14.6213C9.94513 15.0549 9.72836 15.2716 9.4527 15.3858C9.17705 15.5 8.87049 15.5 8.25736 15.5H7"/><path strokeLinecap="round" d="M16.5 10H19.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 21H7.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M17 21H17.0001"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M3 17L3.60827 17.6759C4.36684 18.5187 5.4475 19 6.58145 19H17.4186C18.5525 19 19.6332 18.5187 20.3917 17.6759L21 17"/><circle cx="19" cy="4" r="2"/><path stroke-linecap="round" d="M15 16.5002V14.3667C15 13.8177 14.7561 13.297 14.3344 12.9455L13.3379 12.1152C12.6195 11.5164 12.5702 10.43 13.2315 9.76871L14.8855 8.11473C15.4193 7.5809 15.2452 6.67671 14.5513 6.37932C13.2663 5.82861 11.793 5.94205 10.6075 6.68301L8.5 8.00021"/><path stroke-linecap="round" d="M11 14L10.3787 14.6213C9.94513 15.0549 9.72836 15.2716 9.4527 15.3858C9.17705 15.5 8.87049 15.5 8.25736 15.5H7"/><path stroke-linecap="round" d="M16.5 10H19.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 21H7.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 21H17.0001"/></g></svg> </template>
CSS
.icon-skateboarding-round-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2017L3.60827%2017.6759C4.36684%2018.5187%205.4475%2019%206.58145%2019H17.4186C18.5525%2019%2019.6332%2018.5187%2020.3917%2017.6759L21%2017%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2016.5002V14.3667C15%2013.8177%2014.7561%2013.297%2014.3344%2012.9455L13.3379%2012.1152C12.6195%2011.5164%2012.5702%2010.43%2013.2315%209.76871L14.8855%208.11473C15.4193%207.5809%2015.2452%206.67671%2014.5513%206.37932C13.2663%205.82861%2011.793%205.94205%2010.6075%206.68301L8.5%208.00021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2014L10.3787%2014.6213C9.94513%2015.0549%209.72836%2015.2716%209.4527%2015.3858C9.17705%2015.5%208.87049%2015.5%208.25736%2015.5H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2010H19.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2021H7.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2021H17.0001%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2017L3.60827%2017.6759C4.36684%2018.5187%205.4475%2019%206.58145%2019H17.4186C18.5525%2019%2019.6332%2018.5187%2020.3917%2017.6759L21%2017%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2016.5002V14.3667C15%2013.8177%2014.7561%2013.297%2014.3344%2012.9455L13.3379%2012.1152C12.6195%2011.5164%2012.5702%2010.43%2013.2315%209.76871L14.8855%208.11473C15.4193%207.5809%2015.2452%206.67671%2014.5513%206.37932C13.2663%205.82861%2011.793%205.94205%2010.6075%206.68301L8.5%208.00021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2014L10.3787%2014.6213C9.94513%2015.0549%209.72836%2015.2716%209.4527%2015.3858C9.17705%2015.5%208.87049%2015.5%208.25736%2015.5H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2010H19.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2021H7.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2021H17.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/skateboarding-round-linear.svg?color=%231a73e8&size=48