gradient check icon
gradient-check-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- gradient-check-solid
- Set
- Dither Icons
- Style
- Solid
- 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="svgID26" 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 mask="url(#svgID26)"><path fill-rule="evenodd" d="M3 15.66Q12 17.64 21 6.66L21 7.86Q12 18.84 3 16.86Z" opacity=".75"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" 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"/><path fill-rule="evenodd" d="M4.75 16.56a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0 -2.5 0ZM5.45 16.56a0.55 0.55 0 1 0 1.1 0a0.55 0.55 0 1 0 -1.1 0Z"/><path fill-rule="evenodd" d="M16.75 10.56a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0 -2.5 0ZM17.45 10.56a0.55 0.55 0 1 0 1.1 0a0.55 0.55 0 1 0 -1.1 0Z"/><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 DitherGradientCheckSolid(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="svgID26" 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 mask="url(#svgID26)"><path fillRule="evenodd" d="M3 15.66Q12 17.64 21 6.66L21 7.86Q12 18.84 3 16.86Z" opacity=".75"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" 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"/><path fillRule="evenodd" d="M4.75 16.56a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0 -2.5 0ZM5.45 16.56a0.55 0.55 0 1 0 1.1 0a0.55 0.55 0 1 0 -1.1 0Z"/><path fillRule="evenodd" d="M16.75 10.56a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0 -2.5 0ZM17.45 10.56a0.55 0.55 0 1 0 1.1 0a0.55 0.55 0 1 0 -1.1 0Z"/><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="svgID26" 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 mask="url(#svgID26)"><path fill-rule="evenodd" d="M3 15.66Q12 17.64 21 6.66L21 7.86Q12 18.84 3 16.86Z" opacity=".75"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" 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"/><path fill-rule="evenodd" d="M4.75 16.56a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0 -2.5 0ZM5.45 16.56a0.55 0.55 0 1 0 1.1 0a0.55 0.55 0 1 0 -1.1 0Z"/><path fill-rule="evenodd" d="M16.75 10.56a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0 -2.5 0ZM17.45 10.56a0.55 0.55 0 1 0 1.1 0a0.55 0.55 0 1 0 -1.1 0Z"/><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-solid {
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%22svgID26%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%20mask%3D%22url(%23svgID26)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2015.66Q12%2017.64%2021%206.66L21%207.86Q12%2018.84%203%2016.86Z%22%20opacity%3D%22.75%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.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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%2016.56a1.25%201.25%200%201%200%202.5%200a1.25%201.25%200%201%200%20-2.5%200ZM5.45%2016.56a0.55%200.55%200%201%200%201.1%200a0.55%200.55%200%201%200%20-1.1%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.75%2010.56a1.25%201.25%200%201%200%202.5%200a1.25%201.25%200%201%200%20-2.5%200ZM17.45%2010.56a0.55%200.55%200%201%200%201.1%200a0.55%200.55%200%201%200%20-1.1%200Z%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%22svgID26%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%20mask%3D%22url(%23svgID26)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2015.66Q12%2017.64%2021%206.66L21%207.86Q12%2018.84%203%2016.86Z%22%20opacity%3D%22.75%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.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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%2016.56a1.25%201.25%200%201%200%202.5%200a1.25%201.25%200%201%200%20-2.5%200ZM5.45%2016.56a0.55%200.55%200%201%200%201.1%200a0.55%200.55%200%201%200%20-1.1%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.75%2010.56a1.25%201.25%200%201%200%202.5%200a1.25%201.25%200%201%200%20-2.5%200ZM17.45%2010.56a0.55%200.55%200%201%200%201.1%200a0.55%200.55%200%201%200%20-1.1%200Z%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-solid.svg?color=%231a73e8&size=48