skate-off from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.

Name
skate-off
Set
Material Design Icons
Style
Filled
Category
Sport
Viewbox
24×24
License
Apache 2.0

More sport icons from Material Design Icons

Use the skate off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 15.81l-5.64-5.65c1.86.46 4.27.89 5.17 2.79c.42.62.47 1.76.47 2.86M20.95 17q-.045.315-.15.6l1.52 1.52c.36-.62.6-1.35.68-2.12zM10.5 7V6H9.2l1 1zm11.61 14.46l-1.27 1.27l-1.18-1.18c-.66.28-1.39.45-2.16.45H1v-2h4v-2H2.03V3.92L1.11 3l.92-.91V2h.09l.27-.27zM14 18H7v2h7zm4.06 1.95L16.11 18H16v2h1.5c.19 0 .38 0 .56-.05M10.5 5V2H5.2l3 3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSkateOff(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="m19 15.81l-5.64-5.65c1.86.46 4.27.89 5.17 2.79c.42.62.47 1.76.47 2.86M20.95 17q-.045.315-.15.6l1.52 1.52c.36-.62.6-1.35.68-2.12zM10.5 7V6H9.2l1 1zm11.61 14.46l-1.27 1.27l-1.18-1.18c-.66.28-1.39.45-2.16.45H1v-2h4v-2H2.03V3.92L1.11 3l.92-.91V2h.09l.27-.27zM14 18H7v2h7zm4.06 1.95L16.11 18H16v2h1.5c.19 0 .38 0 .56-.05M10.5 5V2H5.2l3 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 15.81l-5.64-5.65c1.86.46 4.27.89 5.17 2.79c.42.62.47 1.76.47 2.86M20.95 17q-.045.315-.15.6l1.52 1.52c.36-.62.6-1.35.68-2.12zM10.5 7V6H9.2l1 1zm11.61 14.46l-1.27 1.27l-1.18-1.18c-.66.28-1.39.45-2.16.45H1v-2h4v-2H2.03V3.92L1.11 3l.92-.91V2h.09l.27-.27zM14 18H7v2h7zm4.06 1.95L16.11 18H16v2h1.5c.19 0 .38 0 .56-.05M10.5 5V2H5.2l3 3z"/></svg>
</template>

CSS

.icon-skate-off {
  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%22m19%2015.81l-5.64-5.65c1.86.46%204.27.89%205.17%202.79c.42.62.47%201.76.47%202.86M20.95%2017q-.045.315-.15.6l1.52%201.52c.36-.62.6-1.35.68-2.12zM10.5%207V6H9.2l1%201zm11.61%2014.46l-1.27%201.27l-1.18-1.18c-.66.28-1.39.45-2.16.45H1v-2h4v-2H2.03V3.92L1.11%203l.92-.91V2h.09l.27-.27zM14%2018H7v2h7zm4.06%201.95L16.11%2018H16v2h1.5c.19%200%20.38%200%20.56-.05M10.5%205V2H5.2l3%203z%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%22m19%2015.81l-5.64-5.65c1.86.46%204.27.89%205.17%202.79c.42.62.47%201.76.47%202.86M20.95%2017q-.045.315-.15.6l1.52%201.52c.36-.62.6-1.35.68-2.12zM10.5%207V6H9.2l1%201zm11.61%2014.46l-1.27%201.27l-1.18-1.18c-.66.28-1.39.45-2.16.45H1v-2h4v-2H2.03V3.92L1.11%203l.92-.91V2h.09l.27-.27zM14%2018H7v2h7zm4.06%201.95L16.11%2018H16v2h1.5c.19%200%20.38%200%20.56-.05M10.5%205V2H5.2l3%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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