do not touch icon
do-not-touch-outline-sharp from Material Symbols Light by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- do-not-touch-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline 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
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="m20 17.208l-1-1V5h1zm-11-11l-1-1v-.65h1zm3.673 3.673l-1-1V2.558h1zm3.673 1.66h-1V3.558h1zM10.121 20.5h8.958L9 10.421v5.043l-4.411-3.081zm-.53 1L2.719 11.433l.937-.92L8 13.538V9.42L1.887 3.308l.713-.714l19.339 19.339l-.714.713l-1.146-1.146zm4.451-6.042"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDoNotTouchOutlineSharp(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-1-1V5h1zm-11-11l-1-1v-.65h1zm3.673 3.673l-1-1V2.558h1zm3.673 1.66h-1V3.558h1zM10.121 20.5h8.958L9 10.421v5.043l-4.411-3.081zm-.53 1L2.719 11.433l.937-.92L8 13.538V9.42L1.887 3.308l.713-.714l19.339 19.339l-.714.713l-1.146-1.146zm4.451-6.042"/></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-1-1V5h1zm-11-11l-1-1v-.65h1zm3.673 3.673l-1-1V2.558h1zm3.673 1.66h-1V3.558h1zM10.121 20.5h8.958L9 10.421v5.043l-4.411-3.081zm-.53 1L2.719 11.433l.937-.92L8 13.538V9.42L1.887 3.308l.713-.714l19.339 19.339l-.714.713l-1.146-1.146zm4.451-6.042"/></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%22m20%2017.208l-1-1V5h1zm-11-11l-1-1v-.65h1zm3.673%203.673l-1-1V2.558h1zm3.673%201.66h-1V3.558h1zM10.121%2020.5h8.958L9%2010.421v5.043l-4.411-3.081zm-.53%201L2.719%2011.433l.937-.92L8%2013.538V9.42L1.887%203.308l.713-.714l19.339%2019.339l-.714.713l-1.146-1.146zm4.451-6.042%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-1-1V5h1zm-11-11l-1-1v-.65h1zm3.673%203.673l-1-1V2.558h1zm3.673%201.66h-1V3.558h1zM10.121%2020.5h8.958L9%2010.421v5.043l-4.411-3.081zm-.53%201L2.719%2011.433l.937-.92L8%2013.538V9.42L1.887%203.308l.713-.714l19.339%2019.339l-.714.713l-1.146-1.146zm4.451-6.042%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-outline-sharp.svg?color=%231a73e8&size=48