spell check icon
spell-check from Line Awesome by Icons8 · Line · Editors · Apache-2.0 Free for personal and commercial use.
- Name
- spell-check
- Set
- Line Awesome
- Style
- Line
- Category
- Editors
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- spell-check-solid
The same icon in other sets
More editors icons from Line Awesome
Use the spell check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.332 5L3 18h2.107l1-3h4.561l1 3h2.107L9.441 5zM15 5v13h6c2.206 0 4-1.794 4-4a4 4 0 0 0-2.51-3.705c.318-.527.51-1.136.51-1.795C23 6.57 21.43 5 19.5 5zm2 2h2.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5H17zM8.389 8.162L10.002 13H6.775L8.39 8.162zM17 12h4c1.103 0 2 .897 2 2s-.897 2-2 2h-4zm10.809 5.777l-8.692 8.336l-3.924-3.777l-1.386 1.44l5.306 5.11l10.078-9.663z"/></svg>
React
import type { SVGProps } from "react";
export function LaSpellCheck(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="M7.332 5L3 18h2.107l1-3h4.561l1 3h2.107L9.441 5zM15 5v13h6c2.206 0 4-1.794 4-4a4 4 0 0 0-2.51-3.705c.318-.527.51-1.136.51-1.795C23 6.57 21.43 5 19.5 5zm2 2h2.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5H17zM8.389 8.162L10.002 13H6.775L8.39 8.162zM17 12h4c1.103 0 2 .897 2 2s-.897 2-2 2h-4zm10.809 5.777l-8.692 8.336l-3.924-3.777l-1.386 1.44l5.306 5.11l10.078-9.663z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.332 5L3 18h2.107l1-3h4.561l1 3h2.107L9.441 5zM15 5v13h6c2.206 0 4-1.794 4-4a4 4 0 0 0-2.51-3.705c.318-.527.51-1.136.51-1.795C23 6.57 21.43 5 19.5 5zm2 2h2.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5H17zM8.389 8.162L10.002 13H6.775L8.39 8.162zM17 12h4c1.103 0 2 .897 2 2s-.897 2-2 2h-4zm10.809 5.777l-8.692 8.336l-3.924-3.777l-1.386 1.44l5.306 5.11l10.078-9.663z"/></svg> </template>
CSS
.icon-spell-check {
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%22M7.332%205L3%2018h2.107l1-3h4.561l1%203h2.107L9.441%205zM15%205v13h6c2.206%200%204-1.794%204-4a4%204%200%200%200-2.51-3.705c.318-.527.51-1.136.51-1.795C23%206.57%2021.43%205%2019.5%205zm2%202h2.5c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5H17zM8.389%208.162L10.002%2013H6.775L8.39%208.162zM17%2012h4c1.103%200%202%20.897%202%202s-.897%202-2%202h-4zm10.809%205.777l-8.692%208.336l-3.924-3.777l-1.386%201.44l5.306%205.11l10.078-9.663z%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%22M7.332%205L3%2018h2.107l1-3h4.561l1%203h2.107L9.441%205zM15%205v13h6c2.206%200%204-1.794%204-4a4%204%200%200%200-2.51-3.705c.318-.527.51-1.136.51-1.795C23%206.57%2021.43%205%2019.5%205zm2%202h2.5c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5H17zM8.389%208.162L10.002%2013H6.775L8.39%208.162zM17%2012h4c1.103%200%202%20.897%202%202s-.897%202-2%202h-4zm10.809%205.777l-8.692%208.336l-3.924-3.777l-1.386%201.44l5.306%205.11l10.078-9.663z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/spell-check.svg?color=%231a73e8&size=48