spell check icon

spell-check from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
spell-check
Set
Jam Icons
Style
Outline
Viewbox
14×14
License
MIT

The same icon in other sets

Use the spell check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" fill-rule="evenodd" d="M5.54 6.002H2.457L1.95 7.39c-.17.466-.734.722-1.26.57c-.522-.15-.81-.651-.64-1.118L2.097 1.23C2.437.296 3.565-.215 4.615.087c.61.176 1.088.6 1.285 1.142L7.948 6.84c.17.467-.118.967-.643 1.119c-.525.15-1.089-.105-1.259-.571zm-.73-2l-.812-2.226l-.811 2.226zm2.536 7.583l4.948-4.952a.999.999 0 1 1 1.413 1.415l-5.654 5.659a1 1 0 0 1-1.414 0l-2.827-2.83a1.001 1.001 0 0 1 1.414-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function JamSpellCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" fillRule="evenodd" d="M5.54 6.002H2.457L1.95 7.39c-.17.466-.734.722-1.26.57c-.522-.15-.81-.651-.64-1.118L2.097 1.23C2.437.296 3.565-.215 4.615.087c.61.176 1.088.6 1.285 1.142L7.948 6.84c.17.467-.118.967-.643 1.119c-.525.15-1.089-.105-1.259-.571zm-.73-2l-.812-2.226l-.811 2.226zm2.536 7.583l4.948-4.952a.999.999 0 1 1 1.413 1.415l-5.654 5.659a1 1 0 0 1-1.414 0l-2.827-2.83a1.001 1.001 0 0 1 1.414-1.414z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" fill-rule="evenodd" d="M5.54 6.002H2.457L1.95 7.39c-.17.466-.734.722-1.26.57c-.522-.15-.81-.651-.64-1.118L2.097 1.23C2.437.296 3.565-.215 4.615.087c.61.176 1.088.6 1.285 1.142L7.948 6.84c.17.467-.118.967-.643 1.119c-.525.15-1.089-.105-1.259-.571zm-.73-2l-.812-2.226l-.811 2.226zm2.536 7.583l4.948-4.952a.999.999 0 1 1 1.413 1.415l-5.654 5.659a1 1 0 0 1-1.414 0l-2.827-2.83a1.001 1.001 0 0 1 1.414-1.414z"/></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%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.54%206.002H2.457L1.95%207.39c-.17.466-.734.722-1.26.57c-.522-.15-.81-.651-.64-1.118L2.097%201.23C2.437.296%203.565-.215%204.615.087c.61.176%201.088.6%201.285%201.142L7.948%206.84c.17.467-.118.967-.643%201.119c-.525.15-1.089-.105-1.259-.571zm-.73-2l-.812-2.226l-.811%202.226zm2.536%207.583l4.948-4.952a.999.999%200%201%201%201.413%201.415l-5.654%205.659a1%201%200%200%201-1.414%200l-2.827-2.83a1.001%201.001%200%200%201%201.414-1.414z%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%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.54%206.002H2.457L1.95%207.39c-.17.466-.734.722-1.26.57c-.522-.15-.81-.651-.64-1.118L2.097%201.23C2.437.296%203.565-.215%204.615.087c.61.176%201.088.6%201.285%201.142L7.948%206.84c.17.467-.118.967-.643%201.119c-.525.15-1.089-.105-1.259-.571zm-.73-2l-.812-2.226l-.811%202.226zm2.536%207.583l4.948-4.952a.999.999%200%201%201%201.413%201.415l-5.654%205.659a1%201%200%200%201-1.414%200l-2.827-2.83a1.001%201.001%200%200%201%201.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/spell-check.svg?color=%231a73e8&size=48