round auto fix normal icon
round-auto-fix-normal from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- round-auto-fix-normal
- 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 normal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.45 6l.49-1.06L22 4.45a.5.5 0 0 0 0-.91l-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.05c.17.39.73.39.9 0m-2.74 3.12l-2.83-2.83a.996.996 0 0 0-1.41 0L2.29 17.46a.996.996 0 0 0 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0L17.7 10.53c.4-.38.4-1.02.01-1.41m-3.5 2.09L12.8 9.8l1.38-1.38l1.41 1.41z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundAutoFixNormal(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="m20.45 6l.49-1.06L22 4.45a.5.5 0 0 0 0-.91l-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.05c.17.39.73.39.9 0m-2.74 3.12l-2.83-2.83a.996.996 0 0 0-1.41 0L2.29 17.46a.996.996 0 0 0 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0L17.7 10.53c.4-.38.4-1.02.01-1.41m-3.5 2.09L12.8 9.8l1.38-1.38l1.41 1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.45 6l.49-1.06L22 4.45a.5.5 0 0 0 0-.91l-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.05c.17.39.73.39.9 0m-2.74 3.12l-2.83-2.83a.996.996 0 0 0-1.41 0L2.29 17.46a.996.996 0 0 0 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0L17.7 10.53c.4-.38.4-1.02.01-1.41m-3.5 2.09L12.8 9.8l1.38-1.38l1.41 1.41z"/></svg> </template>
CSS
.icon-round-auto-fix-normal {
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%22m20.45%206l.49-1.06L22%204.45a.5.5%200%200%200%200-.91l-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.05c.17.39.73.39.9%200m-2.74%203.12l-2.83-2.83a.996.996%200%200%200-1.41%200L2.29%2017.46a.996.996%200%200%200%200%201.41l2.83%202.83c.39.39%201.02.39%201.41%200L17.7%2010.53c.4-.38.4-1.02.01-1.41m-3.5%202.09L12.8%209.8l1.38-1.38l1.41%201.41z%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%22m20.45%206l.49-1.06L22%204.45a.5.5%200%200%200%200-.91l-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.05c.17.39.73.39.9%200m-2.74%203.12l-2.83-2.83a.996.996%200%200%200-1.41%200L2.29%2017.46a.996.996%200%200%200%200%201.41l2.83%202.83c.39.39%201.02.39%201.41%200L17.7%2010.53c.4-.38.4-1.02.01-1.41m-3.5%202.09L12.8%209.8l1.38-1.38l1.41%201.41z%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-normal.svg?color=%231a73e8&size=48