twotone do not touch icon
twotone-do-not-touch from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-do-not-touch
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the twotone 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="M18 15.17V13h-2.17zm-9-3.34l8.14 8.14c-.05.01-.09.03-.14.03h-6c-.39 0-.64-.23-.75-.36L6.87 16H9z" opacity=".3"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22L7 9.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14c-.26 0-.5.09-.7.26L2 13.88l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.66-.52l1.12 1.12l1.41-1.41zM17 20h-6c-.39 0-.64-.23-.75-.36L6.87 16H9v-4.17l8.14 8.14c-.05.01-.09.03-.14.03m-3.17-9H14V3.25a1.25 1.25 0 0 1 2.5 0V11h1V5.25a1.25 1.25 0 0 1 2.5 0v11.92l-2-2V13h-2.17zm-.83-.83V2.25a1.25 1.25 0 0 0-2.5 0v5.42zm-3.5-3.5V4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneDoNotTouch(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="M18 15.17V13h-2.17zm-9-3.34l8.14 8.14c-.05.01-.09.03-.14.03h-6c-.39 0-.64-.23-.75-.36L6.87 16H9z" opacity=".3"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22L7 9.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14c-.26 0-.5.09-.7.26L2 13.88l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.66-.52l1.12 1.12l1.41-1.41zM17 20h-6c-.39 0-.64-.23-.75-.36L6.87 16H9v-4.17l8.14 8.14c-.05.01-.09.03-.14.03m-3.17-9H14V3.25a1.25 1.25 0 0 1 2.5 0V11h1V5.25a1.25 1.25 0 0 1 2.5 0v11.92l-2-2V13h-2.17zm-.83-.83V2.25a1.25 1.25 0 0 0-2.5 0v5.42zm-3.5-3.5V4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 15.17V13h-2.17zm-9-3.34l8.14 8.14c-.05.01-.09.03-.14.03h-6c-.39 0-.64-.23-.75-.36L6.87 16H9z" opacity=".3"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22L7 9.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14c-.26 0-.5.09-.7.26L2 13.88l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.66-.52l1.12 1.12l1.41-1.41zM17 20h-6c-.39 0-.64-.23-.75-.36L6.87 16H9v-4.17l8.14 8.14c-.05.01-.09.03-.14.03m-3.17-9H14V3.25a1.25 1.25 0 0 1 2.5 0V11h1V5.25a1.25 1.25 0 0 1 2.5 0v11.92l-2-2V13h-2.17zm-.83-.83V2.25a1.25 1.25 0 0 0-2.5 0v5.42zm-3.5-3.5V4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18z"/></svg> </template>
CSS
.icon-twotone-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%22M18%2015.17V13h-2.17zm-9-3.34l8.14%208.14c-.05.01-.09.03-.14.03h-6c-.39%200-.64-.23-.75-.36L6.87%2016H9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.81%202.81L1.39%204.22L7%209.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14c-.26%200-.5.09-.7.26L2%2013.88l6.8%207.18c.57.6%201.35.94%202.18.94H17c.62%200%201.18-.19%201.66-.52l1.12%201.12l1.41-1.41zM17%2020h-6c-.39%200-.64-.23-.75-.36L6.87%2016H9v-4.17l8.14%208.14c-.05.01-.09.03-.14.03m-3.17-9H14V3.25a1.25%201.25%200%200%201%202.5%200V11h1V5.25a1.25%201.25%200%200%201%202.5%200v11.92l-2-2V13h-2.17zm-.83-.83V2.25a1.25%201.25%200%200%200-2.5%200v5.42zm-3.5-3.5V4.25C9.5%203.56%208.94%203%208.25%203c-.67%200-1.2.53-1.24%201.18z%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%22M18%2015.17V13h-2.17zm-9-3.34l8.14%208.14c-.05.01-.09.03-.14.03h-6c-.39%200-.64-.23-.75-.36L6.87%2016H9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.81%202.81L1.39%204.22L7%209.83v4.3l-2.6-1.48c-.17-.09-.34-.14-.54-.14c-.26%200-.5.09-.7.26L2%2013.88l6.8%207.18c.57.6%201.35.94%202.18.94H17c.62%200%201.18-.19%201.66-.52l1.12%201.12l1.41-1.41zM17%2020h-6c-.39%200-.64-.23-.75-.36L6.87%2016H9v-4.17l8.14%208.14c-.05.01-.09.03-.14.03m-3.17-9H14V3.25a1.25%201.25%200%200%201%202.5%200V11h1V5.25a1.25%201.25%200%200%201%202.5%200v11.92l-2-2V13h-2.17zm-.83-.83V2.25a1.25%201.25%200%200%200-2.5%200v5.42zm-3.5-3.5V4.25C9.5%203.56%208.94%203%208.25%203c-.67%200-1.2.53-1.24%201.18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-do-not-touch.svg?color=%231a73e8&size=48