gradient check icon

gradient-check-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
gradient-check-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

Use the gradient check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID33" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><circle cx="6" cy="16.56" r="1.5" fill="#000"/><circle cx="18" cy="10.56" r="1.5" fill="#000"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M2.5 5v16h19" opacity=".4"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" mask="url(#svgID33)"><path stroke-width="1.1" d="M3 16.26Q12 18.24 21 7.26" opacity=".75"/><path stroke-width=".7" d="M6 16.56 18 10.56" opacity=".55"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.2 16.4 14.8 13.6" opacity=".8"/><circle cx="6" cy="16.56" r=".9" fill="none" stroke="currentColor" stroke-width=".7"/><circle cx="18" cy="10.56" r=".9" fill="none" stroke="currentColor" stroke-width=".7"/><circle cx="12" cy="15" r=".4"/><circle cx="12" cy="15" r=".95" fill="none" stroke="currentColor" stroke-width=".5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M11.25 18.8 12 18.05 12.75 18.8" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherGradientCheckOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID33" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><circle cx="6" cy="16.56" r="1.5" fill="#000"/><circle cx="18" cy="10.56" r="1.5" fill="#000"/></mask></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M2.5 5v16h19" opacity=".4"/><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" mask="url(#svgID33)"><path strokeWidth="1.1" d="M3 16.26Q12 18.24 21 7.26" opacity=".75"/><path strokeWidth=".7" d="M6 16.56 18 10.56" opacity=".55"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M9.2 16.4 14.8 13.6" opacity=".8"/><circle cx="6" cy="16.56" r=".9" fill="none" stroke="currentColor" strokeWidth=".7"/><circle cx="18" cy="10.56" r=".9" fill="none" stroke="currentColor" strokeWidth=".7"/><circle cx="12" cy="15" r=".4"/><circle cx="12" cy="15" r=".95" fill="none" stroke="currentColor" strokeWidth=".5" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M11.25 18.8 12 18.05 12.75 18.8" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID33" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><circle cx="6" cy="16.56" r="1.5" fill="#000"/><circle cx="18" cy="10.56" r="1.5" fill="#000"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M2.5 5v16h19" opacity=".4"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" mask="url(#svgID33)"><path stroke-width="1.1" d="M3 16.26Q12 18.24 21 7.26" opacity=".75"/><path stroke-width=".7" d="M6 16.56 18 10.56" opacity=".55"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.2 16.4 14.8 13.6" opacity=".8"/><circle cx="6" cy="16.56" r=".9" fill="none" stroke="currentColor" stroke-width=".7"/><circle cx="18" cy="10.56" r=".9" fill="none" stroke="currentColor" stroke-width=".7"/><circle cx="12" cy="15" r=".4"/><circle cx="12" cy="15" r=".95" fill="none" stroke="currentColor" stroke-width=".5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M11.25 18.8 12 18.05 12.75 18.8" opacity="0"/></g></svg>
</template>

CSS

.icon-gradient-check-outline {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID33%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216.56%22%20r%3D%221.5%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2210.56%22%20r%3D%221.5%22%20fill%3D%22%23000%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M2.5%205v16h19%22%20opacity%3D%22.4%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23svgID33)%22%3E%3Cpath%20stroke-width%3D%221.1%22%20d%3D%22M3%2016.26Q12%2018.24%2021%207.26%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20stroke-width%3D%22.7%22%20d%3D%22M6%2016.56%2018%2010.56%22%20opacity%3D%22.55%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.2%2016.4%2014.8%2013.6%22%20opacity%3D%22.8%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216.56%22%20r%3D%22.9%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.7%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2210.56%22%20r%3D%22.9%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.7%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2215%22%20r%3D%22.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2215%22%20r%3D%22.95%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M11.25%2018.8%2012%2018.05%2012.75%2018.8%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID33%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216.56%22%20r%3D%221.5%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2210.56%22%20r%3D%221.5%22%20fill%3D%22%23000%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M2.5%205v16h19%22%20opacity%3D%22.4%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23svgID33)%22%3E%3Cpath%20stroke-width%3D%221.1%22%20d%3D%22M3%2016.26Q12%2018.24%2021%207.26%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20stroke-width%3D%22.7%22%20d%3D%22M6%2016.56%2018%2010.56%22%20opacity%3D%22.55%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.2%2016.4%2014.8%2013.6%22%20opacity%3D%22.8%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216.56%22%20r%3D%22.9%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.7%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2210.56%22%20r%3D%22.9%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.7%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2215%22%20r%3D%22.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2215%22%20r%3D%22.95%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M11.25%2018.8%2012%2018.05%2012.75%2018.8%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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