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

Name
do-not-step-rounded
Set
Material Symbols
Style
Rounded
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.8q.575.575.575 1.4t-.575 1.4zm-2.1-2.125L9.3 6.475L12.375 3.4q.575-.575 1.413-.575T15.2 3.4l5.675 5.675zm2.675 8.35l-5.25-5.225L10.5 20H3q-.825 0-1.412-.587T1 18v-.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.2-7.2q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoNotStepRounded(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.8q.575.575.575 1.4t-.575 1.4zm-2.1-2.125L9.3 6.475L12.375 3.4q.575-.575 1.413-.575T15.2 3.4l5.675 5.675zm2.675 8.35l-5.25-5.225L10.5 20H3q-.825 0-1.412-.587T1 18v-.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.2-7.2q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275"/></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.8q.575.575.575 1.4t-.575 1.4zm-2.1-2.125L9.3 6.475L12.375 3.4q.575-.575 1.413-.575T15.2 3.4l5.675 5.675zm2.675 8.35l-5.25-5.225L10.5 20H3q-.825 0-1.412-.587T1 18v-.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.2-7.2q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275"/></svg>
</template>

CSS

.icon-do-not-step-rounded {
  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.8q.575.575.575%201.4t-.575%201.4zm-2.1-2.125L9.3%206.475L12.375%203.4q.575-.575%201.413-.575T15.2%203.4l5.675%205.675zm2.675%208.35l-5.25-5.225L10.5%2020H3q-.825%200-1.412-.587T1%2018v-.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.2-7.2q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475%2020.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275%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.8q.575.575.575%201.4t-.575%201.4zm-2.1-2.125L9.3%206.475L12.375%203.4q.575-.575%201.413-.575T15.2%203.4l5.675%205.675zm2.675%208.35l-5.25-5.225L10.5%2020H3q-.825%200-1.412-.587T1%2018v-.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.2-7.2q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475%2020.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275%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-rounded.svg?color=%231a73e8&size=48