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

Name
do-not-touch-outline
Set
Material Symbols Light
Style
Outline
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-1-1V5.5q0-.213.144-.356T19.501 5t.356.144T20 5.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 3.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 1.66h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945 8.17L9 10.422v5.043l-4.411-3.081l5.078 7.456q.202.315.533.488q.33.173.716.173H16.5q.539 0 1.007-.216q.468-.217.783-.572M10.917 21.5q-.624 0-1.164-.28t-.908-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8 13.537V9.42L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zm3.411-9.96"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDoNotTouchOutline(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-1V5.5q0-.213.144-.356T19.501 5t.356.144T20 5.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 3.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 1.66h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945 8.17L9 10.422v5.043l-4.411-3.081l5.078 7.456q.202.315.533.488q.33.173.716.173H16.5q.539 0 1.007-.216q.468-.217.783-.572M10.917 21.5q-.624 0-1.164-.28t-.908-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8 13.537V9.42L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zm3.411-9.96"/></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-1V5.5q0-.213.144-.356T19.501 5t.356.144T20 5.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 3.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 1.66h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945 8.17L9 10.422v5.043l-4.411-3.081l5.078 7.456q.202.315.533.488q.33.173.716.173H16.5q.539 0 1.007-.216q.468-.217.783-.572M10.917 21.5q-.624 0-1.164-.28t-.908-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8 13.537V9.42L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zm3.411-9.96"/></svg>
</template>

CSS

.icon-do-not-touch-outline {
  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-1V5.5q0-.213.144-.356T19.501%205t.356.144T20%205.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%203.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%201.66h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945%208.17L9%2010.422v5.043l-4.411-3.081l5.078%207.456q.202.315.533.488q.33.173.716.173H16.5q.539%200%201.007-.216q.468-.217.783-.572M10.917%2021.5q-.624%200-1.164-.28t-.908-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8%2013.537V9.42L1.887%203.308l.713-.714l19.223%2019.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zm3.411-9.96%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-1V5.5q0-.213.144-.356T19.501%205t.356.144T20%205.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%203.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%201.66h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945%208.17L9%2010.422v5.043l-4.411-3.081l5.078%207.456q.202.315.533.488q.33.173.716.173H16.5q.539%200%201.007-.216q.468-.217.783-.572M10.917%2021.5q-.624%200-1.164-.28t-.908-.808l-6.125-8.98l.216-.209q.32-.321.76-.348t.809.233L8%2013.537V9.42L1.887%203.308l.713-.714l19.223%2019.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zm3.411-9.96%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.svg?color=%231a73e8&size=48