round auto fix off icon
round-auto-fix-off from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- round-auto-fix-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the round auto fix off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 3.55l-1.06-.49L20.45 2a.5.5 0 0 0-.91 0l-.49 1.06l-1.05.49a.5.5 0 0 0 0 .91l1.06.49l.49 1.05a.5.5 0 0 0 .91 0l.49-1.06L22 4.45c.39-.17.39-.73 0-.9m-7.83 4.87l1.41 1.41l-1.46 1.46l1.41 1.41l2.17-2.17a.996.996 0 0 0 0-1.41l-2.83-2.83a.996.996 0 0 0-1.41 0l-2.17 2.17l1.41 1.41zM2.1 4.93l6.36 6.36l-6.17 6.17a.996.996 0 0 0 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l6.17-6.17l6.36 6.36a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundAutoFixOff(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="m22 3.55l-1.06-.49L20.45 2a.5.5 0 0 0-.91 0l-.49 1.06l-1.05.49a.5.5 0 0 0 0 .91l1.06.49l.49 1.05a.5.5 0 0 0 .91 0l.49-1.06L22 4.45c.39-.17.39-.73 0-.9m-7.83 4.87l1.41 1.41l-1.46 1.46l1.41 1.41l2.17-2.17a.996.996 0 0 0 0-1.41l-2.83-2.83a.996.996 0 0 0-1.41 0l-2.17 2.17l1.41 1.41zM2.1 4.93l6.36 6.36l-6.17 6.17a.996.996 0 0 0 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l6.17-6.17l6.36 6.36a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 3.55l-1.06-.49L20.45 2a.5.5 0 0 0-.91 0l-.49 1.06l-1.05.49a.5.5 0 0 0 0 .91l1.06.49l.49 1.05a.5.5 0 0 0 .91 0l.49-1.06L22 4.45c.39-.17.39-.73 0-.9m-7.83 4.87l1.41 1.41l-1.46 1.46l1.41 1.41l2.17-2.17a.996.996 0 0 0 0-1.41l-2.83-2.83a.996.996 0 0 0-1.41 0l-2.17 2.17l1.41 1.41zM2.1 4.93l6.36 6.36l-6.17 6.17a.996.996 0 0 0 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l6.17-6.17l6.36 6.36a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0c-.39.4-.39 1.03 0 1.42"/></svg> </template>
CSS
.icon-round-auto-fix-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%22m22%203.55l-1.06-.49L20.45%202a.5.5%200%200%200-.91%200l-.49%201.06l-1.05.49a.5.5%200%200%200%200%20.91l1.06.49l.49%201.05a.5.5%200%200%200%20.91%200l.49-1.06L22%204.45c.39-.17.39-.73%200-.9m-7.83%204.87l1.41%201.41l-1.46%201.46l1.41%201.41l2.17-2.17a.996.996%200%200%200%200-1.41l-2.83-2.83a.996.996%200%200%200-1.41%200l-2.17%202.17l1.41%201.41zM2.1%204.93l6.36%206.36l-6.17%206.17a.996.996%200%200%200%200%201.41l2.83%202.83c.39.39%201.02.39%201.41%200l6.17-6.17l6.36%206.36a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200c-.39.4-.39%201.03%200%201.42%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%22m22%203.55l-1.06-.49L20.45%202a.5.5%200%200%200-.91%200l-.49%201.06l-1.05.49a.5.5%200%200%200%200%20.91l1.06.49l.49%201.05a.5.5%200%200%200%20.91%200l.49-1.06L22%204.45c.39-.17.39-.73%200-.9m-7.83%204.87l1.41%201.41l-1.46%201.46l1.41%201.41l2.17-2.17a.996.996%200%200%200%200-1.41l-2.83-2.83a.996.996%200%200%200-1.41%200l-2.17%202.17l1.41%201.41zM2.1%204.93l6.36%206.36l-6.17%206.17a.996.996%200%200%200%200%201.41l2.83%202.83c.39.39%201.02.39%201.41%200l6.17-6.17l6.36%206.36a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200c-.39.4-.39%201.03%200%201.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-auto-fix-off.svg?color=%231a73e8&size=48