steering-off from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
steering-off
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
search-hands-free-off

The same icon in other sets

More automotive icons from Material Design Icons

Use the steering off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-1.48-1.5Q14.925 22 12 22c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12q0-2.925 1.5-5.25zm11 14.65c1-.12 1.93-.42 2.78-.87l-2.28-2.27c-.16.06-.34.1-.5.14zM4.08 11H7l.37-.37l-2.41-2.4A7.9 7.9 0 0 0 4.08 11m15.84 2h-3c-.12.54-.32 1.05-.59 1.5L9.91 8.09L10 8h4l3 3h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76 4.66 14 4 12 4c-1.74 0-3.29.5-4.66 1.5L5.91 4.09C7.66 2.71 9.69 2 12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12c0 2.31-.71 4.34-2.09 6.09l-1.41-1.42A7.7 7.7 0 0 0 19.92 13M11 19.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3 14 7.08 13h-3c.22 1.77.97 3.3 2.27 4.6S9.2 19.67 11 19.92"/></svg>

React

import type { SVGProps } from "react";

export function MdiSteeringOff(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="M2 5.27L3.28 4L20 20.72L18.73 22l-1.48-1.5Q14.925 22 12 22c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12q0-2.925 1.5-5.25zm11 14.65c1-.12 1.93-.42 2.78-.87l-2.28-2.27c-.16.06-.34.1-.5.14zM4.08 11H7l.37-.37l-2.41-2.4A7.9 7.9 0 0 0 4.08 11m15.84 2h-3c-.12.54-.32 1.05-.59 1.5L9.91 8.09L10 8h4l3 3h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76 4.66 14 4 12 4c-1.74 0-3.29.5-4.66 1.5L5.91 4.09C7.66 2.71 9.69 2 12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12c0 2.31-.71 4.34-2.09 6.09l-1.41-1.42A7.7 7.7 0 0 0 19.92 13M11 19.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3 14 7.08 13h-3c.22 1.77.97 3.3 2.27 4.6S9.2 19.67 11 19.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-1.48-1.5Q14.925 22 12 22c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12q0-2.925 1.5-5.25zm11 14.65c1-.12 1.93-.42 2.78-.87l-2.28-2.27c-.16.06-.34.1-.5.14zM4.08 11H7l.37-.37l-2.41-2.4A7.9 7.9 0 0 0 4.08 11m15.84 2h-3c-.12.54-.32 1.05-.59 1.5L9.91 8.09L10 8h4l3 3h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76 4.66 14 4 12 4c-1.74 0-3.29.5-4.66 1.5L5.91 4.09C7.66 2.71 9.69 2 12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12c0 2.31-.71 4.34-2.09 6.09l-1.41-1.42A7.7 7.7 0 0 0 19.92 13M11 19.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3 14 7.08 13h-3c.22 1.77.97 3.3 2.27 4.6S9.2 19.67 11 19.92"/></svg>
</template>

CSS

.icon-steering-off {
  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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-1.48-1.5Q14.925%2022%2012%2022c-2.75%200-5.1-1-7.05-2.95S2%2014.75%202%2012q0-2.925%201.5-5.25zm11%2014.65c1-.12%201.93-.42%202.78-.87l-2.28-2.27c-.16.06-.34.1-.5.14zM4.08%2011H7l.37-.37l-2.41-2.4A7.9%207.9%200%200%200%204.08%2011m15.84%202h-3c-.12.54-.32%201.05-.59%201.5L9.91%208.09L10%208h4l3%203h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76%204.66%2014%204%2012%204c-1.74%200-3.29.5-4.66%201.5L5.91%204.09C7.66%202.71%209.69%202%2012%202c2.75%200%205.1%201%207.05%202.95S22%209.25%2022%2012c0%202.31-.71%204.34-2.09%206.09l-1.41-1.42A7.7%207.7%200%200%200%2019.92%2013M11%2019.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3%2014%207.08%2013h-3c.22%201.77.97%203.3%202.27%204.6S9.2%2019.67%2011%2019.92%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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-1.48-1.5Q14.925%2022%2012%2022c-2.75%200-5.1-1-7.05-2.95S2%2014.75%202%2012q0-2.925%201.5-5.25zm11%2014.65c1-.12%201.93-.42%202.78-.87l-2.28-2.27c-.16.06-.34.1-.5.14zM4.08%2011H7l.37-.37l-2.41-2.4A7.9%207.9%200%200%200%204.08%2011m15.84%202h-3c-.12.54-.32%201.05-.59%201.5L9.91%208.09L10%208h4l3%203h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76%204.66%2014%204%2012%204c-1.74%200-3.29.5-4.66%201.5L5.91%204.09C7.66%202.71%209.69%202%2012%202c2.75%200%205.1%201%207.05%202.95S22%209.25%2022%2012c0%202.31-.71%204.34-2.09%206.09l-1.41-1.42A7.7%207.7%200%200%200%2019.92%2013M11%2019.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3%2014%207.08%2013h-3c.22%201.77.97%203.3%202.27%204.6S9.2%2019.67%2011%2019.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/steering-off.svg?color=%231a73e8&size=48