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

Name
do-not-touch
Set
Material Symbols Light
Style
Regular
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="m2.6 2.594l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299h-5.584q-.616 0-1.16-.28t-.912-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8 13.537V9.42L1.887 3.308zM20 17.208l-5.673-5.667h1.02V4.058q0-.214.143-.357t.356-.143t.357.143t.143.357v7.483H19V5.5q0-.213.143-.357T19.5 5t.357.143T20 5.5zM12.673 9.88l-1-1V3.058q0-.214.143-.357t.357-.143t.357.143t.143.357zM9 6.208l-1-1v-.15q0-.214.143-.357t.357-.143t.357.143t.143.357z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDoNotTouch(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="m2.6 2.594l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299h-5.584q-.616 0-1.16-.28t-.912-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8 13.537V9.42L1.887 3.308zM20 17.208l-5.673-5.667h1.02V4.058q0-.214.143-.357t.356-.143t.357.143t.143.357v7.483H19V5.5q0-.213.143-.357T19.5 5t.357.143T20 5.5zM12.673 9.88l-1-1V3.058q0-.214.143-.357t.357-.143t.357.143t.143.357zM9 6.208l-1-1v-.15q0-.214.143-.357t.357-.143t.357.143t.143.357z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.6 2.594l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299h-5.584q-.616 0-1.16-.28t-.912-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8 13.537V9.42L1.887 3.308zM20 17.208l-5.673-5.667h1.02V4.058q0-.214.143-.357t.356-.143t.357.143t.143.357v7.483H19V5.5q0-.213.143-.357T19.5 5t.357.143T20 5.5zM12.673 9.88l-1-1V3.058q0-.214.143-.357t.357-.143t.357.143t.143.357zM9 6.208l-1-1v-.15q0-.214.143-.357t.357-.143t.357.143t.143.357z"/></svg>
</template>

CSS

.icon-do-not-touch {
  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%22m2.6%202.594l19.223%2019.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299h-5.584q-.616%200-1.16-.28t-.912-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8%2013.537V9.42L1.887%203.308zM20%2017.208l-5.673-5.667h1.02V4.058q0-.214.143-.357t.356-.143t.357.143t.143.357v7.483H19V5.5q0-.213.143-.357T19.5%205t.357.143T20%205.5zM12.673%209.88l-1-1V3.058q0-.214.143-.357t.357-.143t.357.143t.143.357zM9%206.208l-1-1v-.15q0-.214.143-.357t.357-.143t.357.143t.143.357z%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%22m2.6%202.594l19.223%2019.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299h-5.584q-.616%200-1.16-.28t-.912-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8%2013.537V9.42L1.887%203.308zM20%2017.208l-5.673-5.667h1.02V4.058q0-.214.143-.357t.356-.143t.357.143t.143.357v7.483H19V5.5q0-.213.143-.357T19.5%205t.357.143T20%205.5zM12.673%209.88l-1-1V3.058q0-.214.143-.357t.357-.143t.357.143t.143.357zM9%206.208l-1-1v-.15q0-.214.143-.357t.357-.143t.357.143t.143.357z%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.svg?color=%231a73e8&size=48