skateboarding icon
skateboarding from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- skateboarding
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- skateboarding-outline
2 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the skateboarding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.802 23.698q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187m8.5 0q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187M6.75 21.692q-1.029 0-1.902-.458q-.873-.459-1.46-1.207q-.055-.067-.073-.138q-.019-.072-.019-.139q0-.165.123-.304t.32-.138q.123 0 .202.046t.148.119q.395.54.973.876t1.296.422l3.356-4.063l-1.556-4.285q-.106-.29-.046-.638t.226-.646L11.2 6.5H7.812L5.95 9.53L5.096 9L7.27 5.5h5.43q.56 0 .895.308q.336.308.467.594l.525 1.18q.538 1.22 1.622 2.011q1.083.791 2.483.888v1q-1.576-.058-2.863-.924q-1.287-.867-2.181-2.453l-2.53 3.971l4.382 2.598v6.135h.762q.802 0 1.494-.364t1.156-.952q.067-.092.147-.138t.203-.046q.19 0 .316.138t.126.304q0 .067-.018.139q-.019.07-.074.138q-.587.748-1.454 1.207q-.868.458-1.897.458zm.889-.884H14.5v-5.485l-4.634-2.354l.98 3.877zM15 4.692q-.69 0-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5T16.692 3t-.5 1.191q-.502.501-1.192.501"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSkateboarding(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="M6.802 23.698q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187m8.5 0q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187M6.75 21.692q-1.029 0-1.902-.458q-.873-.459-1.46-1.207q-.055-.067-.073-.138q-.019-.072-.019-.139q0-.165.123-.304t.32-.138q.123 0 .202.046t.148.119q.395.54.973.876t1.296.422l3.356-4.063l-1.556-4.285q-.106-.29-.046-.638t.226-.646L11.2 6.5H7.812L5.95 9.53L5.096 9L7.27 5.5h5.43q.56 0 .895.308q.336.308.467.594l.525 1.18q.538 1.22 1.622 2.011q1.083.791 2.483.888v1q-1.576-.058-2.863-.924q-1.287-.867-2.181-2.453l-2.53 3.971l4.382 2.598v6.135h.762q.802 0 1.494-.364t1.156-.952q.067-.092.147-.138t.203-.046q.19 0 .316.138t.126.304q0 .067-.018.139q-.019.07-.074.138q-.587.748-1.454 1.207q-.868.458-1.897.458zm.889-.884H14.5v-5.485l-4.634-2.354l.98 3.877zM15 4.692q-.69 0-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5T16.692 3t-.5 1.191q-.502.501-1.192.501"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.802 23.698q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187m8.5 0q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187M6.75 21.692q-1.029 0-1.902-.458q-.873-.459-1.46-1.207q-.055-.067-.073-.138q-.019-.072-.019-.139q0-.165.123-.304t.32-.138q.123 0 .202.046t.148.119q.395.54.973.876t1.296.422l3.356-4.063l-1.556-4.285q-.106-.29-.046-.638t.226-.646L11.2 6.5H7.812L5.95 9.53L5.096 9L7.27 5.5h5.43q.56 0 .895.308q.336.308.467.594l.525 1.18q.538 1.22 1.622 2.011q1.083.791 2.483.888v1q-1.576-.058-2.863-.924q-1.287-.867-2.181-2.453l-2.53 3.971l4.382 2.598v6.135h.762q.802 0 1.494-.364t1.156-.952q.067-.092.147-.138t.203-.046q.19 0 .316.138t.126.304q0 .067-.018.139q-.019.07-.074.138q-.587.748-1.454 1.207q-.868.458-1.897.458zm.889-.884H14.5v-5.485l-4.634-2.354l.98 3.877zM15 4.692q-.69 0-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5T16.692 3t-.5 1.191q-.502.501-1.192.501"/></svg> </template>
CSS
.icon-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%22M6.802%2023.698q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187m8.5%200q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187M6.75%2021.692q-1.029%200-1.902-.458q-.873-.459-1.46-1.207q-.055-.067-.073-.138q-.019-.072-.019-.139q0-.165.123-.304t.32-.138q.123%200%20.202.046t.148.119q.395.54.973.876t1.296.422l3.356-4.063l-1.556-4.285q-.106-.29-.046-.638t.226-.646L11.2%206.5H7.812L5.95%209.53L5.096%209L7.27%205.5h5.43q.56%200%20.895.308q.336.308.467.594l.525%201.18q.538%201.22%201.622%202.011q1.083.791%202.483.888v1q-1.576-.058-2.863-.924q-1.287-.867-2.181-2.453l-2.53%203.971l4.382%202.598v6.135h.762q.802%200%201.494-.364t1.156-.952q.067-.092.147-.138t.203-.046q.19%200%20.316.138t.126.304q0%20.067-.018.139q-.019.07-.074.138q-.587.748-1.454%201.207q-.868.458-1.897.458zm.889-.884H14.5v-5.485l-4.634-2.354l.98%203.877zM15%204.692q-.69%200-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5T16.692%203t-.5%201.191q-.502.501-1.192.501%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%22M6.802%2023.698q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187m8.5%200q-.186-.186-.186-.448t.186-.448t.448-.186t.448.186t.187.448t-.187.448t-.448.187t-.448-.187M6.75%2021.692q-1.029%200-1.902-.458q-.873-.459-1.46-1.207q-.055-.067-.073-.138q-.019-.072-.019-.139q0-.165.123-.304t.32-.138q.123%200%20.202.046t.148.119q.395.54.973.876t1.296.422l3.356-4.063l-1.556-4.285q-.106-.29-.046-.638t.226-.646L11.2%206.5H7.812L5.95%209.53L5.096%209L7.27%205.5h5.43q.56%200%20.895.308q.336.308.467.594l.525%201.18q.538%201.22%201.622%202.011q1.083.791%202.483.888v1q-1.576-.058-2.863-.924q-1.287-.867-2.181-2.453l-2.53%203.971l4.382%202.598v6.135h.762q.802%200%201.494-.364t1.156-.952q.067-.092.147-.138t.203-.046q.19%200%20.316.138t.126.304q0%20.067-.018.139q-.019.07-.074.138q-.587.748-1.454%201.207q-.868.458-1.897.458zm.889-.884H14.5v-5.485l-4.634-2.354l.98%203.877zM15%204.692q-.69%200-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5T16.692%203t-.5%201.191q-.502.501-1.192.501%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/skateboarding.svg?color=%231a73e8&size=48