autocorrect icon
autocorrect-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- autocorrect-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
8 other variants in Fluent UI System Icons
Use the autocorrect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.895 7.15c.983-1.534 3.226-1.534 4.21 0L21.852 13H19.5a6.5 6.5 0 1 0 5.256 2.675L23.682 14H29.5a.5.5 0 1 0 0-1h-6.46l-4.095-6.389c-1.377-2.148-4.516-2.148-5.893 0L2.079 23.731a.5.5 0 0 0 .842.54zm10.037 9.092l.384.6a5.5 5.5 0 1 1-.385-.6"/></svg>
React
import type { SVGProps } from "react";
export function FluentAutocorrect32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.895 7.15c.983-1.534 3.226-1.534 4.21 0L21.852 13H19.5a6.5 6.5 0 1 0 5.256 2.675L23.682 14H29.5a.5.5 0 1 0 0-1h-6.46l-4.095-6.389c-1.377-2.148-4.516-2.148-5.893 0L2.079 23.731a.5.5 0 0 0 .842.54zm10.037 9.092l.384.6a5.5 5.5 0 1 1-.385-.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.895 7.15c.983-1.534 3.226-1.534 4.21 0L21.852 13H19.5a6.5 6.5 0 1 0 5.256 2.675L23.682 14H29.5a.5.5 0 1 0 0-1h-6.46l-4.095-6.389c-1.377-2.148-4.516-2.148-5.893 0L2.079 23.731a.5.5 0 0 0 .842.54zm10.037 9.092l.384.6a5.5 5.5 0 1 1-.385-.6"/></svg> </template>
CSS
.icon-autocorrect-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.895%207.15c.983-1.534%203.226-1.534%204.21%200L21.852%2013H19.5a6.5%206.5%200%201%200%205.256%202.675L23.682%2014H29.5a.5.5%200%201%200%200-1h-6.46l-4.095-6.389c-1.377-2.148-4.516-2.148-5.893%200L2.079%2023.731a.5.5%200%200%200%20.842.54zm10.037%209.092l.384.6a5.5%205.5%200%201%201-.385-.6%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.895%207.15c.983-1.534%203.226-1.534%204.21%200L21.852%2013H19.5a6.5%206.5%200%201%200%205.256%202.675L23.682%2014H29.5a.5.5%200%201%200%200-1h-6.46l-4.095-6.389c-1.377-2.148-4.516-2.148-5.893%200L2.079%2023.731a.5.5%200%200%200%20.842.54zm10.037%209.092l.384.6a5.5%205.5%200%201%201-.385-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/autocorrect-32-light.svg?color=%231a73e8&size=48