do not step icon
do-not-step-outline-sharp from Material Symbols by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- do-not-step-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 step icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 15.675l-1.4-1.4L21.575 9.8L23 11.2zm-2.1-2.125l-1.425-1.4l3.075-3.075l-4.25-4.25L10.725 7.9L9.3 6.475L13.8 2l7.075 7.075zm3.375 9.05l-5.95-5.925L10.5 20H1v-3.95q.85-.35 1.675-.712t1.625-.863L6.025 16.2l.7-.7l-1.65-1.65l.388-.387q.187-.188.387-.413L7.5 14.7l.7-.7l-1.775-1.775q.15-.275.263-.55t.187-.575l2.1 2.1l.7-.7L1.4 4.225L2.8 2.8l18.375 18.4zM3.05 18h6.625l2.75-2.75l-1.675-1.675L6 18.325l-1.6-1.6q-.35.15-.675.312t-.675.313zm10.1-7.675"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDoNotStepOutlineSharp(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="m18.5 15.675l-1.4-1.4L21.575 9.8L23 11.2zm-2.1-2.125l-1.425-1.4l3.075-3.075l-4.25-4.25L10.725 7.9L9.3 6.475L13.8 2l7.075 7.075zm3.375 9.05l-5.95-5.925L10.5 20H1v-3.95q.85-.35 1.675-.712t1.625-.863L6.025 16.2l.7-.7l-1.65-1.65l.388-.387q.187-.188.387-.413L7.5 14.7l.7-.7l-1.775-1.775q.15-.275.263-.55t.187-.575l2.1 2.1l.7-.7L1.4 4.225L2.8 2.8l18.375 18.4zM3.05 18h6.625l2.75-2.75l-1.675-1.675L6 18.325l-1.6-1.6q-.35.15-.675.312t-.675.313zm10.1-7.675"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 15.675l-1.4-1.4L21.575 9.8L23 11.2zm-2.1-2.125l-1.425-1.4l3.075-3.075l-4.25-4.25L10.725 7.9L9.3 6.475L13.8 2l7.075 7.075zm3.375 9.05l-5.95-5.925L10.5 20H1v-3.95q.85-.35 1.675-.712t1.625-.863L6.025 16.2l.7-.7l-1.65-1.65l.388-.387q.187-.188.387-.413L7.5 14.7l.7-.7l-1.775-1.775q.15-.275.263-.55t.187-.575l2.1 2.1l.7-.7L1.4 4.225L2.8 2.8l18.375 18.4zM3.05 18h6.625l2.75-2.75l-1.675-1.675L6 18.325l-1.6-1.6q-.35.15-.675.312t-.675.313zm10.1-7.675"/></svg> </template>
CSS
.icon-do-not-step-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%22m18.5%2015.675l-1.4-1.4L21.575%209.8L23%2011.2zm-2.1-2.125l-1.425-1.4l3.075-3.075l-4.25-4.25L10.725%207.9L9.3%206.475L13.8%202l7.075%207.075zm3.375%209.05l-5.95-5.925L10.5%2020H1v-3.95q.85-.35%201.675-.712t1.625-.863L6.025%2016.2l.7-.7l-1.65-1.65l.388-.387q.187-.188.387-.413L7.5%2014.7l.7-.7l-1.775-1.775q.15-.275.263-.55t.187-.575l2.1%202.1l.7-.7L1.4%204.225L2.8%202.8l18.375%2018.4zM3.05%2018h6.625l2.75-2.75l-1.675-1.675L6%2018.325l-1.6-1.6q-.35.15-.675.312t-.675.313zm10.1-7.675%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%22m18.5%2015.675l-1.4-1.4L21.575%209.8L23%2011.2zm-2.1-2.125l-1.425-1.4l3.075-3.075l-4.25-4.25L10.725%207.9L9.3%206.475L13.8%202l7.075%207.075zm3.375%209.05l-5.95-5.925L10.5%2020H1v-3.95q.85-.35%201.675-.712t1.625-.863L6.025%2016.2l.7-.7l-1.65-1.65l.388-.387q.187-.188.387-.413L7.5%2014.7l.7-.7l-1.775-1.775q.15-.275.263-.55t.187-.575l2.1%202.1l.7-.7L1.4%204.225L2.8%202.8l18.375%2018.4zM3.05%2018h6.625l2.75-2.75l-1.675-1.675L6%2018.325l-1.6-1.6q-.35.15-.675.312t-.675.313zm10.1-7.675%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-step-outline-sharp.svg?color=%231a73e8&size=48