Grammar Check Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grammar Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341307.svg" alt="Grammar Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341307.svg" alt="Grammar Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341307.svg" alt="Grammar Check icon" :width="24" :height="24" />
CSS background
.icon-grammar-check {
background-image: url('https://proicons.com/icon/341307.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.204,8.7966C31.951,1.5435,20.5845.424,12.056,6.1228,3.5277,11.8214.2123,22.7506,4.1374,32.2268c3.9253,9.4763,13.998,14.8602,24.058,12.859,10.0602-2.0009,17.306-10.8297,17.306-21.087h-21.747"/><path class="b" d="M37.534,29.2044c-2.0299,5.2776-6.9426,8.8938-12.585,9.2637-6.1987.4065-11.9677-3.1808-14.345-8.92-2.3774-5.7392-.8348-12.3551,3.8357-16.451,4.6705-4.096,11.4312-4.7619,16.811-1.6557"/><path class="b" d="M24.001,31.4994c-2.6795,0-5.1555-1.4295-6.4952-3.75-1.3459-2.3246-1.3598-5.1834,0-7.5,1.3397-2.3205,3.8157-3.75,6.4952-3.75"/></svg>
Copied!