skateboarding icon
skateboarding-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- skateboarding-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- skateboarding-outline-rounded
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.812L6.206 9.104q-.11.177-.308.219t-.375-.067t-.229-.308t.058-.375l1.675-2.694q.106-.187.292-.283q.187-.096.404-.096H12.7q.56 0 .895.308q.336.308.467.594l.525 1.18q.482 1.091 1.423 1.859q.94.767 2.169.978q.213.042.363.195t.15.367t-.14.354t-.348.11q-1.431-.182-2.58-1.017q-1.149-.836-1.976-2.324l-2.53 3.971l3.984 2.356q.187.106.292.292t.106.404v5.68h.762q.802 0 1.494-.363t1.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.888 3.487q.056.192.015.375q-.04.183-.177.325zM15 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 MaterialSymbolsLightSkateboardingRounded(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.812L6.206 9.104q-.11.177-.308.219t-.375-.067t-.229-.308t.058-.375l1.675-2.694q.106-.187.292-.283q.187-.096.404-.096H12.7q.56 0 .895.308q.336.308.467.594l.525 1.18q.482 1.091 1.423 1.859q.94.767 2.169.978q.213.042.363.195t.15.367t-.14.354t-.348.11q-1.431-.182-2.58-1.017q-1.149-.836-1.976-2.324l-2.53 3.971l3.984 2.356q.187.106.292.292t.106.404v5.68h.762q.802 0 1.494-.363t1.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.888 3.487q.056.192.015.375q-.04.183-.177.325zM15 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.812L6.206 9.104q-.11.177-.308.219t-.375-.067t-.229-.308t.058-.375l1.675-2.694q.106-.187.292-.283q.187-.096.404-.096H12.7q.56 0 .895.308q.336.308.467.594l.525 1.18q.482 1.091 1.423 1.859q.94.767 2.169.978q.213.042.363.195t.15.367t-.14.354t-.348.11q-1.431-.182-2.58-1.017q-1.149-.836-1.976-2.324l-2.53 3.971l3.984 2.356q.187.106.292.292t.106.404v5.68h.762q.802 0 1.494-.363t1.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.888 3.487q.056.192.015.375q-.04.183-.177.325zM15 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-rounded {
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.812L6.206%209.104q-.11.177-.308.219t-.375-.067t-.229-.308t.058-.375l1.675-2.694q.106-.187.292-.283q.187-.096.404-.096H12.7q.56%200%20.895.308q.336.308.467.594l.525%201.18q.482%201.091%201.423%201.859q.94.767%202.169.978q.213.042.363.195t.15.367t-.14.354t-.348.11q-1.431-.182-2.58-1.017q-1.149-.836-1.976-2.324l-2.53%203.971l3.984%202.356q.187.106.292.292t.106.404v5.68h.762q.802%200%201.494-.363t1.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.888%203.487q.056.192.015.375q-.04.183-.177.325zM15%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.812L6.206%209.104q-.11.177-.308.219t-.375-.067t-.229-.308t.058-.375l1.675-2.694q.106-.187.292-.283q.187-.096.404-.096H12.7q.56%200%20.895.308q.336.308.467.594l.525%201.18q.482%201.091%201.423%201.859q.94.767%202.169.978q.213.042.363.195t.15.367t-.14.354t-.348.11q-1.431-.182-2.58-1.017q-1.149-.836-1.976-2.324l-2.53%203.971l3.984%202.356q.187.106.292.292t.106.404v5.68h.762q.802%200%201.494-.363t1.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.888%203.487q.056.192.015.375q-.04.183-.177.325zM15%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-rounded.svg?color=%231a73e8&size=48