sharp do not step icon

sharp-do-not-step from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
sharp-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

Use the sharp 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="m1.39 4.22l8.24 8.24l-.69.72l-2.07-2.08c-.11.4-.26.78-.45 1.12l1.75 1.75l-.69.72l-1.63-1.63c-.24.29-.5.56-.77.8l1.63 1.63l-.7.72l-1.74-1.74c-1.44.96-2.93 1.35-3.27 1.45V20h9.5l3.33-3.33l5.94 5.94l1.41-1.41L2.81 2.81zm17.12 11.46l-1.41-1.41l4.48-4.48L23 11.2zm2.37-6.6l-4.48 4.48l-7.1-7.09L13.8 2z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpDoNotStep(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="m1.39 4.22l8.24 8.24l-.69.72l-2.07-2.08c-.11.4-.26.78-.45 1.12l1.75 1.75l-.69.72l-1.63-1.63c-.24.29-.5.56-.77.8l1.63 1.63l-.7.72l-1.74-1.74c-1.44.96-2.93 1.35-3.27 1.45V20h9.5l3.33-3.33l5.94 5.94l1.41-1.41L2.81 2.81zm17.12 11.46l-1.41-1.41l4.48-4.48L23 11.2zm2.37-6.6l-4.48 4.48l-7.1-7.09L13.8 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.39 4.22l8.24 8.24l-.69.72l-2.07-2.08c-.11.4-.26.78-.45 1.12l1.75 1.75l-.69.72l-1.63-1.63c-.24.29-.5.56-.77.8l1.63 1.63l-.7.72l-1.74-1.74c-1.44.96-2.93 1.35-3.27 1.45V20h9.5l3.33-3.33l5.94 5.94l1.41-1.41L2.81 2.81zm17.12 11.46l-1.41-1.41l4.48-4.48L23 11.2zm2.37-6.6l-4.48 4.48l-7.1-7.09L13.8 2z"/></svg>
</template>

CSS

.icon-sharp-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%22m1.39%204.22l8.24%208.24l-.69.72l-2.07-2.08c-.11.4-.26.78-.45%201.12l1.75%201.75l-.69.72l-1.63-1.63c-.24.29-.5.56-.77.8l1.63%201.63l-.7.72l-1.74-1.74c-1.44.96-2.93%201.35-3.27%201.45V20h9.5l3.33-3.33l5.94%205.94l1.41-1.41L2.81%202.81zm17.12%2011.46l-1.41-1.41l4.48-4.48L23%2011.2zm2.37-6.6l-4.48%204.48l-7.1-7.09L13.8%202z%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%22m1.39%204.22l8.24%208.24l-.69.72l-2.07-2.08c-.11.4-.26.78-.45%201.12l1.75%201.75l-.69.72l-1.63-1.63c-.24.29-.5.56-.77.8l1.63%201.63l-.7.72l-1.74-1.74c-1.44.96-2.93%201.35-3.27%201.45V20h9.5l3.33-3.33l5.94%205.94l1.41-1.41L2.81%202.81zm17.12%2011.46l-1.41-1.41l4.48-4.48L23%2011.2zm2.37-6.6l-4.48%204.48l-7.1-7.09L13.8%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-do-not-step.svg?color=%231a73e8&size=48