do not touch icon
do-not-touch-outline-sharp from Material Symbols by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- do-not-touch-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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="m21 18.15l-2-2V4h2zm-12-12l-2-2V3h2zm4 4l-2-2V1h2zm4 2.025h-2V2h2zM9.525 21h8.65L9 11.825v5.6l-3.7-2.6zm-1.05 2L1.2 12.375l1.725-1.65L7 13.575v-3.75L.675 3.5L2.1 2.075l20.3 20.3l-1.425 1.425l-.8-.8zm5.125-6.6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDoNotTouchOutlineSharp(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="m21 18.15l-2-2V4h2zm-12-12l-2-2V3h2zm4 4l-2-2V1h2zm4 2.025h-2V2h2zM9.525 21h8.65L9 11.825v5.6l-3.7-2.6zm-1.05 2L1.2 12.375l1.725-1.65L7 13.575v-3.75L.675 3.5L2.1 2.075l20.3 20.3l-1.425 1.425l-.8-.8zm5.125-6.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 18.15l-2-2V4h2zm-12-12l-2-2V3h2zm4 4l-2-2V1h2zm4 2.025h-2V2h2zM9.525 21h8.65L9 11.825v5.6l-3.7-2.6zm-1.05 2L1.2 12.375l1.725-1.65L7 13.575v-3.75L.675 3.5L2.1 2.075l20.3 20.3l-1.425 1.425l-.8-.8zm5.125-6.6"/></svg> </template>
CSS
.icon-do-not-touch-outline-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%22m21%2018.15l-2-2V4h2zm-12-12l-2-2V3h2zm4%204l-2-2V1h2zm4%202.025h-2V2h2zM9.525%2021h8.65L9%2011.825v5.6l-3.7-2.6zm-1.05%202L1.2%2012.375l1.725-1.65L7%2013.575v-3.75L.675%203.5L2.1%202.075l20.3%2020.3l-1.425%201.425l-.8-.8zm5.125-6.6%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%22m21%2018.15l-2-2V4h2zm-12-12l-2-2V3h2zm4%204l-2-2V1h2zm4%202.025h-2V2h2zM9.525%2021h8.65L9%2011.825v5.6l-3.7-2.6zm-1.05%202L1.2%2012.375l1.725-1.65L7%2013.575v-3.75L.675%203.5L2.1%202.075l20.3%2020.3l-1.425%201.425l-.8-.8zm5.125-6.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/do-not-touch-outline-sharp.svg?color=%231a73e8&size=48