skateboarding icon

skateboarding-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.

Name
skateboarding-duotone
Set
Reicon
Style
Duotone
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All skateboarding icons →

More sports icons from Reicon

Use the skateboarding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9.668 1.345a2.49 2.49 0 0 1 2.298-.177c1.727.74 2.042 3.055.574 4.229l-.445.356l-.124.1a1.25 1.25 0 0 0 .115 1.98l.153.097l.01.006l.157.1a3.75 3.75 0 0 1 1.679 3.028l.001.175V16.5a.75.75 0 0 1-1.5 0v-1.396a2.25 2.25 0 0 0-1.008-1.817l-.093-.06q-.019-.01-.04-.025l-.018-.01q-.12-.074-.183-.117a2.75 2.75 0 0 1-.099-4.483l.458-.366a.987.987 0 0 0-1.14-1.609l-3.23 2.019a.75.75 0 0 1-.794-1.272z"/><path d="M2.498 16.443a.75.75 0 0 1 1.06.055l1.204 1.338c.237.264.574.414.929.414h12.618c.355 0 .692-.15.93-.414l1.203-1.338a.75.75 0 1 1 1.116 1.004l-1.205 1.338a2.75 2.75 0 0 1-2.044.91H5.691a2.75 2.75 0 0 1-2.044-.91l-1.204-1.338a.75.75 0 0 1 .055-1.06"/><path d="M8 21a1 1 0 1 1-2 0a1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0M15.772 9.818a.75.75 0 0 1 .91-.545a7.5 7.5 0 0 0 3.636 0a.75.75 0 0 1 .364 1.455a9 9 0 0 1-4.364 0a.75.75 0 0 1-.546-.91M11.53 13.47a.75.75 0 0 1 0 1.06a5.87 5.87 0 0 1-4.151 1.72H7a.75.75 0 0 1 0-1.5h.379c1.159 0 2.27-.46 3.09-1.28a.75.75 0 0 1 1.061 0" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSkateboardingDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9.668 1.345a2.49 2.49 0 0 1 2.298-.177c1.727.74 2.042 3.055.574 4.229l-.445.356l-.124.1a1.25 1.25 0 0 0 .115 1.98l.153.097l.01.006l.157.1a3.75 3.75 0 0 1 1.679 3.028l.001.175V16.5a.75.75 0 0 1-1.5 0v-1.396a2.25 2.25 0 0 0-1.008-1.817l-.093-.06q-.019-.01-.04-.025l-.018-.01q-.12-.074-.183-.117a2.75 2.75 0 0 1-.099-4.483l.458-.366a.987.987 0 0 0-1.14-1.609l-3.23 2.019a.75.75 0 0 1-.794-1.272z"/><path d="M2.498 16.443a.75.75 0 0 1 1.06.055l1.204 1.338c.237.264.574.414.929.414h12.618c.355 0 .692-.15.93-.414l1.203-1.338a.75.75 0 1 1 1.116 1.004l-1.205 1.338a2.75 2.75 0 0 1-2.044.91H5.691a2.75 2.75 0 0 1-2.044-.91l-1.204-1.338a.75.75 0 0 1 .055-1.06"/><path d="M8 21a1 1 0 1 1-2 0a1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0M15.772 9.818a.75.75 0 0 1 .91-.545a7.5 7.5 0 0 0 3.636 0a.75.75 0 0 1 .364 1.455a9 9 0 0 1-4.364 0a.75.75 0 0 1-.546-.91M11.53 13.47a.75.75 0 0 1 0 1.06a5.87 5.87 0 0 1-4.151 1.72H7a.75.75 0 0 1 0-1.5h.379c1.159 0 2.27-.46 3.09-1.28a.75.75 0 0 1 1.061 0" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9.668 1.345a2.49 2.49 0 0 1 2.298-.177c1.727.74 2.042 3.055.574 4.229l-.445.356l-.124.1a1.25 1.25 0 0 0 .115 1.98l.153.097l.01.006l.157.1a3.75 3.75 0 0 1 1.679 3.028l.001.175V16.5a.75.75 0 0 1-1.5 0v-1.396a2.25 2.25 0 0 0-1.008-1.817l-.093-.06q-.019-.01-.04-.025l-.018-.01q-.12-.074-.183-.117a2.75 2.75 0 0 1-.099-4.483l.458-.366a.987.987 0 0 0-1.14-1.609l-3.23 2.019a.75.75 0 0 1-.794-1.272z"/><path d="M2.498 16.443a.75.75 0 0 1 1.06.055l1.204 1.338c.237.264.574.414.929.414h12.618c.355 0 .692-.15.93-.414l1.203-1.338a.75.75 0 1 1 1.116 1.004l-1.205 1.338a2.75 2.75 0 0 1-2.044.91H5.691a2.75 2.75 0 0 1-2.044-.91l-1.204-1.338a.75.75 0 0 1 .055-1.06"/><path d="M8 21a1 1 0 1 1-2 0a1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0M15.772 9.818a.75.75 0 0 1 .91-.545a7.5 7.5 0 0 0 3.636 0a.75.75 0 0 1 .364 1.455a9 9 0 0 1-4.364 0a.75.75 0 0 1-.546-.91M11.53 13.47a.75.75 0 0 1 0 1.06a5.87 5.87 0 0 1-4.151 1.72H7a.75.75 0 0 1 0-1.5h.379c1.159 0 2.27-.46 3.09-1.28a.75.75 0 0 1 1.061 0" opacity=".5"/></g></svg>
</template>

CSS

.icon-skateboarding-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M21%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-9.668%201.345a2.49%202.49%200%200%201%202.298-.177c1.727.74%202.042%203.055.574%204.229l-.445.356l-.124.1a1.25%201.25%200%200%200%20.115%201.98l.153.097l.01.006l.157.1a3.75%203.75%200%200%201%201.679%203.028l.001.175V16.5a.75.75%200%200%201-1.5%200v-1.396a2.25%202.25%200%200%200-1.008-1.817l-.093-.06q-.019-.01-.04-.025l-.018-.01q-.12-.074-.183-.117a2.75%202.75%200%200%201-.099-4.483l.458-.366a.987.987%200%200%200-1.14-1.609l-3.23%202.019a.75.75%200%200%201-.794-1.272z%22%2F%3E%3Cpath%20d%3D%22M2.498%2016.443a.75.75%200%200%201%201.06.055l1.204%201.338c.237.264.574.414.929.414h12.618c.355%200%20.692-.15.93-.414l1.203-1.338a.75.75%200%201%201%201.116%201.004l-1.205%201.338a2.75%202.75%200%200%201-2.044.91H5.691a2.75%202.75%200%200%201-2.044-.91l-1.204-1.338a.75.75%200%200%201%20.055-1.06%22%2F%3E%3Cpath%20d%3D%22M8%2021a1%201%200%201%201-2%200a1%201%200%200%201%202%200m10%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200M15.772%209.818a.75.75%200%200%201%20.91-.545a7.5%207.5%200%200%200%203.636%200a.75.75%200%200%201%20.364%201.455a9%209%200%200%201-4.364%200a.75.75%200%200%201-.546-.91M11.53%2013.47a.75.75%200%200%201%200%201.06a5.87%205.87%200%200%201-4.151%201.72H7a.75.75%200%200%201%200-1.5h.379c1.159%200%202.27-.46%203.09-1.28a.75.75%200%200%201%201.061%200%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M21%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-9.668%201.345a2.49%202.49%200%200%201%202.298-.177c1.727.74%202.042%203.055.574%204.229l-.445.356l-.124.1a1.25%201.25%200%200%200%20.115%201.98l.153.097l.01.006l.157.1a3.75%203.75%200%200%201%201.679%203.028l.001.175V16.5a.75.75%200%200%201-1.5%200v-1.396a2.25%202.25%200%200%200-1.008-1.817l-.093-.06q-.019-.01-.04-.025l-.018-.01q-.12-.074-.183-.117a2.75%202.75%200%200%201-.099-4.483l.458-.366a.987.987%200%200%200-1.14-1.609l-3.23%202.019a.75.75%200%200%201-.794-1.272z%22%2F%3E%3Cpath%20d%3D%22M2.498%2016.443a.75.75%200%200%201%201.06.055l1.204%201.338c.237.264.574.414.929.414h12.618c.355%200%20.692-.15.93-.414l1.203-1.338a.75.75%200%201%201%201.116%201.004l-1.205%201.338a2.75%202.75%200%200%201-2.044.91H5.691a2.75%202.75%200%200%201-2.044-.91l-1.204-1.338a.75.75%200%200%201%20.055-1.06%22%2F%3E%3Cpath%20d%3D%22M8%2021a1%201%200%201%201-2%200a1%201%200%200%201%202%200m10%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200M15.772%209.818a.75.75%200%200%201%20.91-.545a7.5%207.5%200%200%200%203.636%200a.75.75%200%200%201%20.364%201.455a9%209%200%200%201-4.364%200a.75.75%200%200%201-.546-.91M11.53%2013.47a.75.75%200%200%201%200%201.06a5.87%205.87%200%200%201-4.151%201.72H7a.75.75%200%200%201%200-1.5h.379c1.159%200%202.27-.46%203.09-1.28a.75.75%200%200%201%201.061%200%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/skateboarding-duotone.svg?color=%231a73e8&size=48