skate icon
skate from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- skate
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the skate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4" d="M44 39.8198H4L36.54 21.8198H44V39.8198Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4" d="M3.85742 19.2012L7.08947 20.7992L24.41 10.7992L24.642 7.20117"/><path fill="#000" d="M12.3301 24.8799C13.9869 24.8799 15.3301 23.5367 15.3301 21.8799C15.3301 20.223 13.9869 18.8799 12.3301 18.8799C10.6732 18.8799 9.33008 20.223 9.33008 21.8799C9.33008 23.5367 10.6732 24.8799 12.3301 24.8799Z"/><path fill="#000" d="M23.4502 18.8799C25.107 18.8799 26.4502 17.5367 26.4502 15.8799C26.4502 14.223 25.107 12.8799 23.4502 12.8799C21.7933 12.8799 20.4502 14.223 20.4502 15.8799C20.4502 17.5367 21.7933 18.8799 23.4502 18.8799Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSkate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4" d="M44 39.8198H4L36.54 21.8198H44V39.8198Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4" d="M3.85742 19.2012L7.08947 20.7992L24.41 10.7992L24.642 7.20117"/><path fill="#000" d="M12.3301 24.8799C13.9869 24.8799 15.3301 23.5367 15.3301 21.8799C15.3301 20.223 13.9869 18.8799 12.3301 18.8799C10.6732 18.8799 9.33008 20.223 9.33008 21.8799C9.33008 23.5367 10.6732 24.8799 12.3301 24.8799Z"/><path fill="#000" d="M23.4502 18.8799C25.107 18.8799 26.4502 17.5367 26.4502 15.8799C26.4502 14.223 25.107 12.8799 23.4502 12.8799C21.7933 12.8799 20.4502 14.223 20.4502 15.8799C20.4502 17.5367 21.7933 18.8799 23.4502 18.8799Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4" d="M44 39.8198H4L36.54 21.8198H44V39.8198Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4" d="M3.85742 19.2012L7.08947 20.7992L24.41 10.7992L24.642 7.20117"/><path fill="#000" d="M12.3301 24.8799C13.9869 24.8799 15.3301 23.5367 15.3301 21.8799C15.3301 20.223 13.9869 18.8799 12.3301 18.8799C10.6732 18.8799 9.33008 20.223 9.33008 21.8799C9.33008 23.5367 10.6732 24.8799 12.3301 24.8799Z"/><path fill="#000" d="M23.4502 18.8799C25.107 18.8799 26.4502 17.5367 26.4502 15.8799C26.4502 14.223 25.107 12.8799 23.4502 12.8799C21.7933 12.8799 20.4502 14.223 20.4502 15.8799C20.4502 17.5367 21.7933 18.8799 23.4502 18.8799Z"/></g></svg> </template>
CSS
.icon-skate {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%20d%3D%22M44%2039.8198H4L36.54%2021.8198H44V39.8198Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%20d%3D%22M3.85742%2019.2012L7.08947%2020.7992L24.41%2010.7992L24.642%207.20117%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.3301%2024.8799C13.9869%2024.8799%2015.3301%2023.5367%2015.3301%2021.8799C15.3301%2020.223%2013.9869%2018.8799%2012.3301%2018.8799C10.6732%2018.8799%209.33008%2020.223%209.33008%2021.8799C9.33008%2023.5367%2010.6732%2024.8799%2012.3301%2024.8799Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.4502%2018.8799C25.107%2018.8799%2026.4502%2017.5367%2026.4502%2015.8799C26.4502%2014.223%2025.107%2012.8799%2023.4502%2012.8799C21.7933%2012.8799%2020.4502%2014.223%2020.4502%2015.8799C20.4502%2017.5367%2021.7933%2018.8799%2023.4502%2018.8799Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%20d%3D%22M44%2039.8198H4L36.54%2021.8198H44V39.8198Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%20d%3D%22M3.85742%2019.2012L7.08947%2020.7992L24.41%2010.7992L24.642%207.20117%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.3301%2024.8799C13.9869%2024.8799%2015.3301%2023.5367%2015.3301%2021.8799C15.3301%2020.223%2013.9869%2018.8799%2012.3301%2018.8799C10.6732%2018.8799%209.33008%2020.223%209.33008%2021.8799C9.33008%2023.5367%2010.6732%2024.8799%2012.3301%2024.8799Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.4502%2018.8799C25.107%2018.8799%2026.4502%2017.5367%2026.4502%2015.8799C26.4502%2014.223%2025.107%2012.8799%2023.4502%2012.8799C21.7933%2012.8799%2020.4502%2014.223%2020.4502%2015.8799C20.4502%2017.5367%2021.7933%2018.8799%2023.4502%2018.8799Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/skate.svg?color=%231a73e8&size=48