do-not-step from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
do-not-step
Set
Material Symbols
Style
Regular
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

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.125L9.3 6.475L13.8 2l7.075 7.075zm3.375 9.05l-5.95-5.925L10.5 20H1v-2.625q0-.65.363-1.15T2.3 15.5q.425-.175.938-.425t1.037-.6L5.65 15.85Q5.8 16 6 16t.35-.15t.15-.35t-.15-.35l-1.275-1.3l.387-.387q.188-.188.388-.413l1.275 1.275q.15.15.35.15t.35-.15t.15-.35t-.15-.35l-1.4-1.4q.15-.275.263-.55t.187-.575l1.7 1.725q.15.15.35.15t.35-.15t.162-.35t-.137-.35l-7.9-7.9L2.8 2.8l18.375 18.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoNotStep(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.125L9.3 6.475L13.8 2l7.075 7.075zm3.375 9.05l-5.95-5.925L10.5 20H1v-2.625q0-.65.363-1.15T2.3 15.5q.425-.175.938-.425t1.037-.6L5.65 15.85Q5.8 16 6 16t.35-.15t.15-.35t-.15-.35l-1.275-1.3l.387-.387q.188-.188.388-.413l1.275 1.275q.15.15.35.15t.35-.15t.15-.35t-.15-.35l-1.4-1.4q.15-.275.263-.55t.187-.575l1.7 1.725q.15.15.35.15t.35-.15t.162-.35t-.137-.35l-7.9-7.9L2.8 2.8l18.375 18.4z"/></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.125L9.3 6.475L13.8 2l7.075 7.075zm3.375 9.05l-5.95-5.925L10.5 20H1v-2.625q0-.65.363-1.15T2.3 15.5q.425-.175.938-.425t1.037-.6L5.65 15.85Q5.8 16 6 16t.35-.15t.15-.35t-.15-.35l-1.275-1.3l.387-.387q.188-.188.388-.413l1.275 1.275q.15.15.35.15t.35-.15t.15-.35t-.15-.35l-1.4-1.4q.15-.275.263-.55t.187-.575l1.7 1.725q.15.15.35.15t.35-.15t.162-.35t-.137-.35l-7.9-7.9L2.8 2.8l18.375 18.4z"/></svg>
</template>

CSS

.icon-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%22m18.5%2015.675l-1.4-1.4L21.575%209.8L23%2011.2zm-2.1-2.125L9.3%206.475L13.8%202l7.075%207.075zm3.375%209.05l-5.95-5.925L10.5%2020H1v-2.625q0-.65.363-1.15T2.3%2015.5q.425-.175.938-.425t1.037-.6L5.65%2015.85Q5.8%2016%206%2016t.35-.15t.15-.35t-.15-.35l-1.275-1.3l.387-.387q.188-.188.388-.413l1.275%201.275q.15.15.35.15t.35-.15t.15-.35t-.15-.35l-1.4-1.4q.15-.275.263-.55t.187-.575l1.7%201.725q.15.15.35.15t.35-.15t.162-.35t-.137-.35l-7.9-7.9L2.8%202.8l18.375%2018.4z%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.125L9.3%206.475L13.8%202l7.075%207.075zm3.375%209.05l-5.95-5.925L10.5%2020H1v-2.625q0-.65.363-1.15T2.3%2015.5q.425-.175.938-.425t1.037-.6L5.65%2015.85Q5.8%2016%206%2016t.35-.15t.15-.35t-.15-.35l-1.275-1.3l.387-.387q.188-.188.388-.413l1.275%201.275q.15.15.35.15t.35-.15t.15-.35t-.15-.35l-1.4-1.4q.15-.275.263-.55t.187-.575l1.7%201.725q.15.15.35.15t.35-.15t.162-.35t-.137-.35l-7.9-7.9L2.8%202.8l18.375%2018.4z%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.svg?color=%231a73e8&size=48