round do not step icon
round-do-not-step from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round 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="M2.1 3.51a.996.996 0 0 0 0 1.41l7.19 7.19c.18.2.18.5-.01.7a.485.485 0 0 1-.7 0L6.87 11.1c-.11.4-.26.78-.45 1.12l1.4 1.4c.2.2.2.51 0 .71a.485.485 0 0 1-.7 0l-1.27-1.27c-.24.29-.5.56-.77.8l1.28 1.28c.2.2.2.51 0 .71c-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.71.47-1.43.81-2.02 1.04A1.99 1.99 0 0 0 1 17.37V18c0 1.1.9 2 2 2h6.67c.53 0 1.04-.21 1.41-.59l2.74-2.74l5.23 5.23a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0m16.41 12.17l-1.41-1.41l4.48-4.48c.78.78.78 2.05 0 2.83zm2.37-6.6l-4.48 4.48l-7.1-7.09l3.09-3.07a2 2 0 0 1 2.82 0z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDoNotStep(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="M2.1 3.51a.996.996 0 0 0 0 1.41l7.19 7.19c.18.2.18.5-.01.7a.485.485 0 0 1-.7 0L6.87 11.1c-.11.4-.26.78-.45 1.12l1.4 1.4c.2.2.2.51 0 .71a.485.485 0 0 1-.7 0l-1.27-1.27c-.24.29-.5.56-.77.8l1.28 1.28c.2.2.2.51 0 .71c-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.71.47-1.43.81-2.02 1.04A1.99 1.99 0 0 0 1 17.37V18c0 1.1.9 2 2 2h6.67c.53 0 1.04-.21 1.41-.59l2.74-2.74l5.23 5.23a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0m16.41 12.17l-1.41-1.41l4.48-4.48c.78.78.78 2.05 0 2.83zm2.37-6.6l-4.48 4.48l-7.1-7.09l3.09-3.07a2 2 0 0 1 2.82 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.1 3.51a.996.996 0 0 0 0 1.41l7.19 7.19c.18.2.18.5-.01.7a.485.485 0 0 1-.7 0L6.87 11.1c-.11.4-.26.78-.45 1.12l1.4 1.4c.2.2.2.51 0 .71a.485.485 0 0 1-.7 0l-1.27-1.27c-.24.29-.5.56-.77.8l1.28 1.28c.2.2.2.51 0 .71c-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.71.47-1.43.81-2.02 1.04A1.99 1.99 0 0 0 1 17.37V18c0 1.1.9 2 2 2h6.67c.53 0 1.04-.21 1.41-.59l2.74-2.74l5.23 5.23a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0m16.41 12.17l-1.41-1.41l4.48-4.48c.78.78.78 2.05 0 2.83zm2.37-6.6l-4.48 4.48l-7.1-7.09l3.09-3.07a2 2 0 0 1 2.82 0z"/></svg> </template>
CSS
.icon-round-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%22M2.1%203.51a.996.996%200%200%200%200%201.41l7.19%207.19c.18.2.18.5-.01.7a.485.485%200%200%201-.7%200L6.87%2011.1c-.11.4-.26.78-.45%201.12l1.4%201.4c.2.2.2.51%200%20.71a.485.485%200%200%201-.7%200l-1.27-1.27c-.24.29-.5.56-.77.8l1.28%201.28c.2.2.2.51%200%20.71c-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.71.47-1.43.81-2.02%201.04A1.99%201.99%200%200%200%201%2017.37V18c0%201.1.9%202%202%202h6.67c.53%200%201.04-.21%201.41-.59l2.74-2.74l5.23%205.23a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200m16.41%2012.17l-1.41-1.41l4.48-4.48c.78.78.78%202.05%200%202.83zm2.37-6.6l-4.48%204.48l-7.1-7.09l3.09-3.07a2%202%200%200%201%202.82%200z%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%22M2.1%203.51a.996.996%200%200%200%200%201.41l7.19%207.19c.18.2.18.5-.01.7a.485.485%200%200%201-.7%200L6.87%2011.1c-.11.4-.26.78-.45%201.12l1.4%201.4c.2.2.2.51%200%20.71a.485.485%200%200%201-.7%200l-1.27-1.27c-.24.29-.5.56-.77.8l1.28%201.28c.2.2.2.51%200%20.71c-.1.1-.23.15-.36.15s-.26-.05-.35-.15l-1.38-1.38c-.71.47-1.43.81-2.02%201.04A1.99%201.99%200%200%200%201%2017.37V18c0%201.1.9%202%202%202h6.67c.53%200%201.04-.21%201.41-.59l2.74-2.74l5.23%205.23a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200m16.41%2012.17l-1.41-1.41l4.48-4.48c.78.78.78%202.05%200%202.83zm2.37-6.6l-4.48%204.48l-7.1-7.09l3.09-3.07a2%202%200%200%201%202.82%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-do-not-step.svg?color=%231a73e8&size=48