autocorrect icon
autocorrect-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- autocorrect-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M11.456 6.356c1.2-1.82 3.882-1.792 5.044.054L20.017 12H25a1 1 0 0 1 0 2h-3.726l.131.209q.268.357.477.757l.021.034h-.005A5.5 5.5 0 1 1 17 12h.654l-2.846-4.525a1 1 0 0 0-1.682-.018L3.835 21.556a1 1 0 0 1-1.67-1.1zM17 14a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
React
import type { SVGProps } from "react";
export function FluentAutocorrect28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.456 6.356c1.2-1.82 3.882-1.792 5.044.054L20.017 12H25a1 1 0 0 1 0 2h-3.726l.131.209q.268.357.477.757l.021.034h-.005A5.5 5.5 0 1 1 17 12h.654l-2.846-4.525a1 1 0 0 0-1.682-.018L3.835 21.556a1 1 0 0 1-1.67-1.1zM17 14a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.456 6.356c1.2-1.82 3.882-1.792 5.044.054L20.017 12H25a1 1 0 0 1 0 2h-3.726l.131.209q.268.357.477.757l.021.034h-.005A5.5 5.5 0 1 1 17 12h.654l-2.846-4.525a1 1 0 0 0-1.682-.018L3.835 21.556a1 1 0 0 1-1.67-1.1zM17 14a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg> </template>
CSS
.icon-autocorrect-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.456%206.356c1.2-1.82%203.882-1.792%205.044.054L20.017%2012H25a1%201%200%200%201%200%202h-3.726l.131.209q.268.357.477.757l.021.034h-.005A5.5%205.5%200%201%201%2017%2012h.654l-2.846-4.525a1%201%200%200%200-1.682-.018L3.835%2021.556a1%201%200%200%201-1.67-1.1zM17%2014a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.456%206.356c1.2-1.82%203.882-1.792%205.044.054L20.017%2012H25a1%201%200%200%201%200%202h-3.726l.131.209q.268.357.477.757l.021.034h-.005A5.5%205.5%200%201%201%2017%2012h.654l-2.846-4.525a1%201%200%200%200-1.682-.018L3.835%2021.556a1%201%200%200%201-1.67-1.1zM17%2014a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/autocorrect-28-filled.svg?color=%231a73e8&size=48