do-not-touch-sharp from Material Symbols Light by Google · Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
do-not-touch-sharp
Set
Material Symbols Light
Style
Sharp
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the do not touch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.208l-5.667-5.667h1.013V3.558h1v7.983H19V5h1zM12.673 9.88l-1-1V2.558h1zM9 6.208l-1-1v-.65h1zM9.59 21.5L2.72 11.433l.936-.92L8 13.538V9.42L1.887 3.308l.713-.714l19.339 19.339l-.714.713l-1.146-1.146z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDoNotTouchSharp(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="m20 17.208l-5.667-5.667h1.013V3.558h1v7.983H19V5h1zM12.673 9.88l-1-1V2.558h1zM9 6.208l-1-1v-.65h1zM9.59 21.5L2.72 11.433l.936-.92L8 13.538V9.42L1.887 3.308l.713-.714l19.339 19.339l-.714.713l-1.146-1.146z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.208l-5.667-5.667h1.013V3.558h1v7.983H19V5h1zM12.673 9.88l-1-1V2.558h1zM9 6.208l-1-1v-.65h1zM9.59 21.5L2.72 11.433l.936-.92L8 13.538V9.42L1.887 3.308l.713-.714l19.339 19.339l-.714.713l-1.146-1.146z"/></svg>
</template>

CSS

.icon-do-not-touch-sharp {
  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%22m20%2017.208l-5.667-5.667h1.013V3.558h1v7.983H19V5h1zM12.673%209.88l-1-1V2.558h1zM9%206.208l-1-1v-.65h1zM9.59%2021.5L2.72%2011.433l.936-.92L8%2013.538V9.42L1.887%203.308l.713-.714l19.339%2019.339l-.714.713l-1.146-1.146z%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%22m20%2017.208l-5.667-5.667h1.013V3.558h1v7.983H19V5h1zM12.673%209.88l-1-1V2.558h1zM9%206.208l-1-1v-.65h1zM9.59%2021.5L2.72%2011.433l.936-.92L8%2013.538V9.42L1.887%203.308l.713-.714l19.339%2019.339l-.714.713l-1.146-1.146z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/do-not-touch-sharp.svg?color=%231a73e8&size=48