twotone do not step icon
twotone-do-not-step from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-do-not-step
- 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 step icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.98 12.15l3.07-3.07l-4.25-4.26l-3.08 3.07zm-2.56 3.11l-1.67-1.68l-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z" opacity=".3"/><path fill="currentColor" d="m18.51 15.68l-1.41-1.41l4.48-4.48L23 11.2zm-3.53-3.53l3.07-3.07l-4.25-4.26l-3.08 3.07L9.3 6.47L13.8 2l7.08 7.08l-4.48 4.48zm6.2 9.05l-1.41 1.41l-5.94-5.94L10.5 20H1v-2.63c0-.84.52-1.57 1.3-1.88c.58-.23 1.28-.56 1.97-1.02l1.38 1.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51 0-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27 1.27a.485.485 0 0 0 .7 0c.2-.2.2-.51 0-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71 1.72a.485.485 0 0 0 .7 0c.19-.2.19-.5.01-.7l-7.9-7.9l1.42-1.41zm-8.76-5.94l-1.67-1.68l-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneDoNotStep(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="m14.98 12.15l3.07-3.07l-4.25-4.26l-3.08 3.07zm-2.56 3.11l-1.67-1.68l-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z" opacity=".3"/><path fill="currentColor" d="m18.51 15.68l-1.41-1.41l4.48-4.48L23 11.2zm-3.53-3.53l3.07-3.07l-4.25-4.26l-3.08 3.07L9.3 6.47L13.8 2l7.08 7.08l-4.48 4.48zm6.2 9.05l-1.41 1.41l-5.94-5.94L10.5 20H1v-2.63c0-.84.52-1.57 1.3-1.88c.58-.23 1.28-.56 1.97-1.02l1.38 1.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51 0-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27 1.27a.485.485 0 0 0 .7 0c.2-.2.2-.51 0-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71 1.72a.485.485 0 0 0 .7 0c.19-.2.19-.5.01-.7l-7.9-7.9l1.42-1.41zm-8.76-5.94l-1.67-1.68l-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.98 12.15l3.07-3.07l-4.25-4.26l-3.08 3.07zm-2.56 3.11l-1.67-1.68l-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z" opacity=".3"/><path fill="currentColor" d="m18.51 15.68l-1.41-1.41l4.48-4.48L23 11.2zm-3.53-3.53l3.07-3.07l-4.25-4.26l-3.08 3.07L9.3 6.47L13.8 2l7.08 7.08l-4.48 4.48zm6.2 9.05l-1.41 1.41l-5.94-5.94L10.5 20H1v-2.63c0-.84.52-1.57 1.3-1.88c.58-.23 1.28-.56 1.97-1.02l1.38 1.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51 0-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27 1.27a.485.485 0 0 0 .7 0c.2-.2.2-.51 0-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71 1.72a.485.485 0 0 0 .7 0c.19-.2.19-.5.01-.7l-7.9-7.9l1.42-1.41zm-8.76-5.94l-1.67-1.68l-3.33 3.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z"/></svg> </template>
CSS
.icon-twotone-do-not-step {
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%22m14.98%2012.15l3.07-3.07l-4.25-4.26l-3.08%203.07zm-2.56%203.11l-1.67-1.68l-3.33%203.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.51%2015.68l-1.41-1.41l4.48-4.48L23%2011.2zm-3.53-3.53l3.07-3.07l-4.25-4.26l-3.08%203.07L9.3%206.47L13.8%202l7.08%207.08l-4.48%204.48zm6.2%209.05l-1.41%201.41l-5.94-5.94L10.5%2020H1v-2.63c0-.84.52-1.57%201.3-1.88c.58-.23%201.28-.56%201.97-1.02l1.38%201.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51%200-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27%201.27a.485.485%200%200%200%20.7%200c.2-.2.2-.51%200-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71%201.72a.485.485%200%200%200%20.7%200c.19-.2.19-.5.01-.7l-7.9-7.9l1.42-1.41zm-8.76-5.94l-1.67-1.68l-3.33%203.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z%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%22m14.98%2012.15l3.07-3.07l-4.25-4.26l-3.08%203.07zm-2.56%203.11l-1.67-1.68l-3.33%203.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.51%2015.68l-1.41-1.41l4.48-4.48L23%2011.2zm-3.53-3.53l3.07-3.07l-4.25-4.26l-3.08%203.07L9.3%206.47L13.8%202l7.08%207.08l-4.48%204.48zm6.2%209.05l-1.41%201.41l-5.94-5.94L10.5%2020H1v-2.63c0-.84.52-1.57%201.3-1.88c.58-.23%201.28-.56%201.97-1.02l1.38%201.38c.09.1.22.15.35.15s.26-.05.36-.15c.2-.2.2-.51%200-.71l-1.28-1.28c.27-.24.53-.51.77-.8l1.27%201.27a.485.485%200%200%200%20.7%200c.2-.2.2-.51%200-.71l-1.4-1.4c.19-.34.34-.72.45-1.12l1.71%201.72a.485.485%200%200%200%20.7%200c.19-.2.19-.5.01-.7l-7.9-7.9l1.42-1.41zm-8.76-5.94l-1.67-1.68l-3.33%203.32c-.78.78-2.05.78-2.83-.01l-.19-.17l-.47.24c-.29.14-.59.27-.89.39l-.01.65h6.64z%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-step.svg?color=%231a73e8&size=48