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

Name
do-not-step-outline
Set
Material Symbols
Style
Outline
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.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-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.4zM3.05 18h6.625l2.75-2.75l-1.675-1.675L7.425 16.9q-.575.575-1.375.563T4.6 16.9l-.2-.175q-.35.15-.675.313t-.675.312zm10.375-7.4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoNotStepOutline(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-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.4zM3.05 18h6.625l2.75-2.75l-1.675-1.675L7.425 16.9q-.575.575-1.375.563T4.6 16.9l-.2-.175q-.35.15-.675.313t-.675.312zm10.375-7.4"/></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-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.4zM3.05 18h6.625l2.75-2.75l-1.675-1.675L7.425 16.9q-.575.575-1.375.563T4.6 16.9l-.2-.175q-.35.15-.675.313t-.675.312zm10.375-7.4"/></svg>
</template>

CSS

.icon-do-not-step-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%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-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.4zM3.05%2018h6.625l2.75-2.75l-1.675-1.675L7.425%2016.9q-.575.575-1.375.563T4.6%2016.9l-.2-.175q-.35.15-.675.313t-.675.312zm10.375-7.4%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-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.4zM3.05%2018h6.625l2.75-2.75l-1.675-1.675L7.425%2016.9q-.575.575-1.375.563T4.6%2016.9l-.2-.175q-.35.15-.675.313t-.675.312zm10.375-7.4%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.svg?color=%231a73e8&size=48