autocorrect icon
autocorrect-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- autocorrect-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M13.461 4.934c.293.184.548.42.752.698l.117.171l2.945 4.696H21.5a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.75.75l-3.284-.001l.006.009l-.009-.01a4.75 4.75 0 1 1-3.463-1.5h.756L13.059 6.6a1.25 1.25 0 0 0-2.04-.112l-.078.112l-7.556 12.048a.75.75 0 0 1-1.322-.699l.052-.098L9.67 5.803a2.75 2.75 0 0 1 3.791-.869M14.751 12a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentAutocorrect24Regular(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="M13.461 4.934c.293.184.548.42.752.698l.117.171l2.945 4.696H21.5a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.75.75l-3.284-.001l.006.009l-.009-.01a4.75 4.75 0 1 1-3.463-1.5h.756L13.059 6.6a1.25 1.25 0 0 0-2.04-.112l-.078.112l-7.556 12.048a.75.75 0 0 1-1.322-.699l.052-.098L9.67 5.803a2.75 2.75 0 0 1 3.791-.869M14.751 12a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.461 4.934c.293.184.548.42.752.698l.117.171l2.945 4.696H21.5a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.75.75l-3.284-.001l.006.009l-.009-.01a4.75 4.75 0 1 1-3.463-1.5h.756L13.059 6.6a1.25 1.25 0 0 0-2.04-.112l-.078.112l-7.556 12.048a.75.75 0 0 1-1.322-.699l.052-.098L9.67 5.803a2.75 2.75 0 0 1 3.791-.869M14.751 12a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5"/></svg> </template>
CSS
.icon-autocorrect-24-regular {
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%22M13.461%204.934c.293.184.548.42.752.698l.117.171l2.945%204.696H21.5a.75.75%200%200%201%20.743.649l.007.102a.75.75%200%200%201-.75.75l-3.284-.001l.006.009l-.009-.01a4.75%204.75%200%201%201-3.463-1.5h.756L13.059%206.6a1.25%201.25%200%200%200-2.04-.112l-.078.112l-7.556%2012.048a.75.75%200%200%201-1.322-.699l.052-.098L9.67%205.803a2.75%202.75%200%200%201%203.791-.869M14.751%2012a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%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%22M13.461%204.934c.293.184.548.42.752.698l.117.171l2.945%204.696H21.5a.75.75%200%200%201%20.743.649l.007.102a.75.75%200%200%201-.75.75l-3.284-.001l.006.009l-.009-.01a4.75%204.75%200%201%201-3.463-1.5h.756L13.059%206.6a1.25%201.25%200%200%200-2.04-.112l-.078.112l-7.556%2012.048a.75.75%200%200%201-1.322-.699l.052-.098L9.67%205.803a2.75%202.75%200%200%201%203.791-.869M14.751%2012a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/autocorrect-24-regular.svg?color=%231a73e8&size=48