round spellcheck icon

round-spellcheck from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-spellcheck
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round spellcheck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.12 16c.69 0 1.15-.69.9-1.32L9.77 3.87a1.363 1.363 0 0 0-2.54 0L2.98 14.68c-.25.63.22 1.32.9 1.32c.4 0 .76-.25.91-.63L5.67 13h5.64l.9 2.38c.15.37.51.62.91.62m-6.69-5L8.5 5.48L10.57 11zm14.46 1.29l-7.39 7.39l-2.97-2.97a.996.996 0 1 0-1.41 1.41l3.68 3.68c.39.39 1.02.39 1.41 0l8.08-8.09a.996.996 0 0 0 0-1.41a.993.993 0 0 0-1.4-.01"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSpellcheck(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.12 16c.69 0 1.15-.69.9-1.32L9.77 3.87a1.363 1.363 0 0 0-2.54 0L2.98 14.68c-.25.63.22 1.32.9 1.32c.4 0 .76-.25.91-.63L5.67 13h5.64l.9 2.38c.15.37.51.62.91.62m-6.69-5L8.5 5.48L10.57 11zm14.46 1.29l-7.39 7.39l-2.97-2.97a.996.996 0 1 0-1.41 1.41l3.68 3.68c.39.39 1.02.39 1.41 0l8.08-8.09a.996.996 0 0 0 0-1.41a.993.993 0 0 0-1.4-.01"/></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.12 16c.69 0 1.15-.69.9-1.32L9.77 3.87a1.363 1.363 0 0 0-2.54 0L2.98 14.68c-.25.63.22 1.32.9 1.32c.4 0 .76-.25.91-.63L5.67 13h5.64l.9 2.38c.15.37.51.62.91.62m-6.69-5L8.5 5.48L10.57 11zm14.46 1.29l-7.39 7.39l-2.97-2.97a.996.996 0 1 0-1.41 1.41l3.68 3.68c.39.39 1.02.39 1.41 0l8.08-8.09a.996.996 0 0 0 0-1.41a.993.993 0 0 0-1.4-.01"/></svg>
</template>

CSS

.icon-round-spellcheck {
  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.12%2016c.69%200%201.15-.69.9-1.32L9.77%203.87a1.363%201.363%200%200%200-2.54%200L2.98%2014.68c-.25.63.22%201.32.9%201.32c.4%200%20.76-.25.91-.63L5.67%2013h5.64l.9%202.38c.15.37.51.62.91.62m-6.69-5L8.5%205.48L10.57%2011zm14.46%201.29l-7.39%207.39l-2.97-2.97a.996.996%200%201%200-1.41%201.41l3.68%203.68c.39.39%201.02.39%201.41%200l8.08-8.09a.996.996%200%200%200%200-1.41a.993.993%200%200%200-1.4-.01%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.12%2016c.69%200%201.15-.69.9-1.32L9.77%203.87a1.363%201.363%200%200%200-2.54%200L2.98%2014.68c-.25.63.22%201.32.9%201.32c.4%200%20.76-.25.91-.63L5.67%2013h5.64l.9%202.38c.15.37.51.62.91.62m-6.69-5L8.5%205.48L10.57%2011zm14.46%201.29l-7.39%207.39l-2.97-2.97a.996.996%200%201%200-1.41%201.41l3.68%203.68c.39.39%201.02.39%201.41%200l8.08-8.09a.996.996%200%200%200%200-1.41a.993.993%200%200%200-1.4-.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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