check box with check emoji

check-box-with-check from Fluent Emoji by Microsoft Corporation · Default · MIT Free for personal and commercial use.

Name
check-box-with-check
Set
Fluent Emoji
Style
Default
Viewbox
32×32
License
MIT

The same emoji in other sets

Related icons in Fluent Emoji

Use the check box with check emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#ik9o6Ph)"><rect width="28" height="28" x="2" y="2" fill="url(#iqM5uVs)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#ivmLUkc)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#i03t7id)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#i2Gn6hh)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#iV0RcIj)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#iTwSnCd)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#ivKZXae)" rx="3.6"/><path fill="#fff" d="M13.059 22.625c-.383 0-.766-.143-1.06-.43l-5.744-5.642a1.453 1.453 0 0 1 0-2.08a1.517 1.517 0 0 1 2.118 0l4.616 4.532a.1.1 0 0 0 .14 0l10.131-9.95a1.517 1.517 0 0 1 2.118 0a1.45 1.45 0 0 1 0 2.08l-11.26 11.06c-.292.287-.676.43-1.06.43"/></g><defs><linearGradient id="iqM5uVs" x1="16" x2="16" y1="2" y2="27.801" gradientUnits="userSpaceOnUse"><stop stop-color="#7864BF"/><stop offset="1" stop-color="#7D6EBE"/></linearGradient><linearGradient id="i03t7id" x1="30" x2="25.5" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6EB9" stop-opacity="0"/><stop offset=".479" stop-color="#7B6EB9" stop-opacity=".5"/><stop offset="1" stop-color="#7B6EB9" stop-opacity="0"/></linearGradient><linearGradient id="i2Gn6hh" x1="16" x2="16" y1="2" y2="6" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6EB9" stop-opacity="0"/><stop offset=".479" stop-color="#7B6EB9"/><stop offset="1" stop-color="#7B6EB9" stop-opacity="0"/></linearGradient><linearGradient id="iV0RcIj" x1="16" x2="16" y1="2" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#42396C" stop-opacity=".35"/><stop offset=".058" stop-color="#8E82C8"/><stop offset=".094" stop-color="#8E82C8"/><stop offset=".135" stop-color="#8072BE"/><stop offset=".872" stop-color="#9448FF" stop-opacity="0"/><stop offset=".98" stop-color="#9345FF"/><stop offset="1" stop-color="#6334CD"/></linearGradient><linearGradient id="iTwSnCd" x1="29.901" x2="2.278" y1="15.749" y2="15.749" gradientUnits="userSpaceOnUse"><stop stop-color="#42396C" stop-opacity=".35"/><stop offset=".029" stop-color="#8575C8"/><stop offset=".059" stop-color="#8575C8"/><stop offset=".113" stop-color="#7967BD" stop-opacity="0"/><stop offset=".868" stop-color="#8366CC" stop-opacity="0"/><stop offset="1" stop-color="#42396C"/></linearGradient><radialGradient id="ivmLUkc" cx="0" cy="0" r="1" gradientTransform="matrix(-2.5 2.5 -2.91994 -2.91994 28.5 3.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6EB9" stop-opacity=".6"/><stop offset="1" stop-color="#7B6EB9" stop-opacity="0"/></radialGradient><radialGradient id="ivKZXae" cx="0" cy="0" r="1" gradientTransform="rotate(47.328 8.154 33.915)scale(2.49612 1.57081)" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#A59BDD"/><stop offset=".764" stop-color="#9F94D8" stop-opacity=".29"/><stop offset="1" stop-color="#9F94D8" stop-opacity="0"/></radialGradient><clipPath id="ik9o6Ph"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiCheckBoxWithCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clipPath="url(#ik9o6Ph)"><rect width="28" height="28" x="2" y="2" fill="url(#iqM5uVs)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#ivmLUkc)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#i03t7id)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#i2Gn6hh)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#iV0RcIj)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#iTwSnCd)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#ivKZXae)" rx="3.6"/><path fill="#fff" d="M13.059 22.625c-.383 0-.766-.143-1.06-.43l-5.744-5.642a1.453 1.453 0 0 1 0-2.08a1.517 1.517 0 0 1 2.118 0l4.616 4.532a.1.1 0 0 0 .14 0l10.131-9.95a1.517 1.517 0 0 1 2.118 0a1.45 1.45 0 0 1 0 2.08l-11.26 11.06c-.292.287-.676.43-1.06.43"/></g><defs><linearGradient id="iqM5uVs" x1="16" x2="16" y1="2" y2="27.801" gradientUnits="userSpaceOnUse"><stop stopColor="#7864BF"/><stop offset="1" stopColor="#7D6EBE"/></linearGradient><linearGradient id="i03t7id" x1="30" x2="25.5" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop stopColor="#7B6EB9" stopOpacity="0"/><stop offset=".479" stopColor="#7B6EB9" stopOpacity=".5"/><stop offset="1" stopColor="#7B6EB9" stopOpacity="0"/></linearGradient><linearGradient id="i2Gn6hh" x1="16" x2="16" y1="2" y2="6" gradientUnits="userSpaceOnUse"><stop stopColor="#7B6EB9" stopOpacity="0"/><stop offset=".479" stopColor="#7B6EB9"/><stop offset="1" stopColor="#7B6EB9" stopOpacity="0"/></linearGradient><linearGradient id="iV0RcIj" x1="16" x2="16" y1="2" y2="30" gradientUnits="userSpaceOnUse"><stop stopColor="#42396C" stopOpacity=".35"/><stop offset=".058" stopColor="#8E82C8"/><stop offset=".094" stopColor="#8E82C8"/><stop offset=".135" stopColor="#8072BE"/><stop offset=".872" stopColor="#9448FF" stopOpacity="0"/><stop offset=".98" stopColor="#9345FF"/><stop offset="1" stopColor="#6334CD"/></linearGradient><linearGradient id="iTwSnCd" x1="29.901" x2="2.278" y1="15.749" y2="15.749" gradientUnits="userSpaceOnUse"><stop stopColor="#42396C" stopOpacity=".35"/><stop offset=".029" stopColor="#8575C8"/><stop offset=".059" stopColor="#8575C8"/><stop offset=".113" stopColor="#7967BD" stopOpacity="0"/><stop offset=".868" stopColor="#8366CC" stopOpacity="0"/><stop offset="1" stopColor="#42396C"/></linearGradient><radialGradient id="ivmLUkc" cx="0" cy="0" r="1" gradientTransform="matrix(-2.5 2.5 -2.91994 -2.91994 28.5 3.5)" gradientUnits="userSpaceOnUse"><stop stopColor="#7B6EB9" stopOpacity=".6"/><stop offset="1" stopColor="#7B6EB9" stopOpacity="0"/></radialGradient><radialGradient id="ivKZXae" cx="0" cy="0" r="1" gradientTransform="rotate(47.328 8.154 33.915)scale(2.49612 1.57081)" gradientUnits="userSpaceOnUse"><stop offset=".176" stopColor="#A59BDD"/><stop offset=".764" stopColor="#9F94D8" stopOpacity=".29"/><stop offset="1" stopColor="#9F94D8" stopOpacity="0"/></radialGradient><clipPath id="ik9o6Ph"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#ik9o6Ph)"><rect width="28" height="28" x="2" y="2" fill="url(#iqM5uVs)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#ivmLUkc)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#i03t7id)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#i2Gn6hh)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#iV0RcIj)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#iTwSnCd)" rx="3.6"/><rect width="28" height="28" x="2" y="2" fill="url(#ivKZXae)" rx="3.6"/><path fill="#fff" d="M13.059 22.625c-.383 0-.766-.143-1.06-.43l-5.744-5.642a1.453 1.453 0 0 1 0-2.08a1.517 1.517 0 0 1 2.118 0l4.616 4.532a.1.1 0 0 0 .14 0l10.131-9.95a1.517 1.517 0 0 1 2.118 0a1.45 1.45 0 0 1 0 2.08l-11.26 11.06c-.292.287-.676.43-1.06.43"/></g><defs><linearGradient id="iqM5uVs" x1="16" x2="16" y1="2" y2="27.801" gradientUnits="userSpaceOnUse"><stop stop-color="#7864BF"/><stop offset="1" stop-color="#7D6EBE"/></linearGradient><linearGradient id="i03t7id" x1="30" x2="25.5" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6EB9" stop-opacity="0"/><stop offset=".479" stop-color="#7B6EB9" stop-opacity=".5"/><stop offset="1" stop-color="#7B6EB9" stop-opacity="0"/></linearGradient><linearGradient id="i2Gn6hh" x1="16" x2="16" y1="2" y2="6" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6EB9" stop-opacity="0"/><stop offset=".479" stop-color="#7B6EB9"/><stop offset="1" stop-color="#7B6EB9" stop-opacity="0"/></linearGradient><linearGradient id="iV0RcIj" x1="16" x2="16" y1="2" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#42396C" stop-opacity=".35"/><stop offset=".058" stop-color="#8E82C8"/><stop offset=".094" stop-color="#8E82C8"/><stop offset=".135" stop-color="#8072BE"/><stop offset=".872" stop-color="#9448FF" stop-opacity="0"/><stop offset=".98" stop-color="#9345FF"/><stop offset="1" stop-color="#6334CD"/></linearGradient><linearGradient id="iTwSnCd" x1="29.901" x2="2.278" y1="15.749" y2="15.749" gradientUnits="userSpaceOnUse"><stop stop-color="#42396C" stop-opacity=".35"/><stop offset=".029" stop-color="#8575C8"/><stop offset=".059" stop-color="#8575C8"/><stop offset=".113" stop-color="#7967BD" stop-opacity="0"/><stop offset=".868" stop-color="#8366CC" stop-opacity="0"/><stop offset="1" stop-color="#42396C"/></linearGradient><radialGradient id="ivmLUkc" cx="0" cy="0" r="1" gradientTransform="matrix(-2.5 2.5 -2.91994 -2.91994 28.5 3.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6EB9" stop-opacity=".6"/><stop offset="1" stop-color="#7B6EB9" stop-opacity="0"/></radialGradient><radialGradient id="ivKZXae" cx="0" cy="0" r="1" gradientTransform="rotate(47.328 8.154 33.915)scale(2.49612 1.57081)" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#A59BDD"/><stop offset=".764" stop-color="#9F94D8" stop-opacity=".29"/><stop offset="1" stop-color="#9F94D8" stop-opacity="0"/></radialGradient><clipPath id="ik9o6Ph"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-check-box-with-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23ik9o6Ph)%22%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23iqM5uVs)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23ivmLUkc)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23i03t7id)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23i2Gn6hh)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23iV0RcIj)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23iTwSnCd)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23ivKZXae)%22%20rx%3D%223.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.059%2022.625c-.383%200-.766-.143-1.06-.43l-5.744-5.642a1.453%201.453%200%200%201%200-2.08a1.517%201.517%200%200%201%202.118%200l4.616%204.532a.1.1%200%200%200%20.14%200l10.131-9.95a1.517%201.517%200%200%201%202.118%200a1.45%201.45%200%200%201%200%202.08l-11.26%2011.06c-.292.287-.676.43-1.06.43%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22iqM5uVs%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%2227.801%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237864BF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237D6EBE%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22i03t7id%22%20x1%3D%2230%22%20x2%3D%2225.5%22%20y1%3D%2216%22%20y2%3D%2216%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.479%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%22.5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22i2Gn6hh%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.479%22%20stop-color%3D%22%237B6EB9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22iV0RcIj%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%2230%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342396C%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%22.058%22%20stop-color%3D%22%238E82C8%22%2F%3E%3Cstop%20offset%3D%22.094%22%20stop-color%3D%22%238E82C8%22%2F%3E%3Cstop%20offset%3D%22.135%22%20stop-color%3D%22%238072BE%22%2F%3E%3Cstop%20offset%3D%22.872%22%20stop-color%3D%22%239448FF%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.98%22%20stop-color%3D%22%239345FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236334CD%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22iTwSnCd%22%20x1%3D%2229.901%22%20x2%3D%222.278%22%20y1%3D%2215.749%22%20y2%3D%2215.749%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342396C%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%22.029%22%20stop-color%3D%22%238575C8%22%2F%3E%3Cstop%20offset%3D%22.059%22%20stop-color%3D%22%238575C8%22%2F%3E%3Cstop%20offset%3D%22.113%22%20stop-color%3D%22%237967BD%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.868%22%20stop-color%3D%22%238366CC%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2342396C%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22ivmLUkc%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-2.5%202.5%20-2.91994%20-2.91994%2028.5%203.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%22.6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22ivKZXae%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.328%208.154%2033.915)scale(2.49612%201.57081)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.176%22%20stop-color%3D%22%23A59BDD%22%2F%3E%3Cstop%20offset%3D%22.764%22%20stop-color%3D%22%239F94D8%22%20stop-opacity%3D%22.29%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239F94D8%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22ik9o6Ph%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23ik9o6Ph)%22%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23iqM5uVs)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23ivmLUkc)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23i03t7id)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23i2Gn6hh)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23iV0RcIj)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23iTwSnCd)%22%20rx%3D%223.6%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22url(%23ivKZXae)%22%20rx%3D%223.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.059%2022.625c-.383%200-.766-.143-1.06-.43l-5.744-5.642a1.453%201.453%200%200%201%200-2.08a1.517%201.517%200%200%201%202.118%200l4.616%204.532a.1.1%200%200%200%20.14%200l10.131-9.95a1.517%201.517%200%200%201%202.118%200a1.45%201.45%200%200%201%200%202.08l-11.26%2011.06c-.292.287-.676.43-1.06.43%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22iqM5uVs%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%2227.801%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237864BF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237D6EBE%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22i03t7id%22%20x1%3D%2230%22%20x2%3D%2225.5%22%20y1%3D%2216%22%20y2%3D%2216%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.479%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%22.5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22i2Gn6hh%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.479%22%20stop-color%3D%22%237B6EB9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22iV0RcIj%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%2230%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342396C%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%22.058%22%20stop-color%3D%22%238E82C8%22%2F%3E%3Cstop%20offset%3D%22.094%22%20stop-color%3D%22%238E82C8%22%2F%3E%3Cstop%20offset%3D%22.135%22%20stop-color%3D%22%238072BE%22%2F%3E%3Cstop%20offset%3D%22.872%22%20stop-color%3D%22%239448FF%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.98%22%20stop-color%3D%22%239345FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236334CD%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22iTwSnCd%22%20x1%3D%2229.901%22%20x2%3D%222.278%22%20y1%3D%2215.749%22%20y2%3D%2215.749%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342396C%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%22.029%22%20stop-color%3D%22%238575C8%22%2F%3E%3Cstop%20offset%3D%22.059%22%20stop-color%3D%22%238575C8%22%2F%3E%3Cstop%20offset%3D%22.113%22%20stop-color%3D%22%237967BD%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.868%22%20stop-color%3D%22%238366CC%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2342396C%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22ivmLUkc%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-2.5%202.5%20-2.91994%20-2.91994%2028.5%203.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%22.6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B6EB9%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22ivKZXae%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.328%208.154%2033.915)scale(2.49612%201.57081)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.176%22%20stop-color%3D%22%23A59BDD%22%2F%3E%3Cstop%20offset%3D%22.764%22%20stop-color%3D%22%239F94D8%22%20stop-opacity%3D%22.29%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239F94D8%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22ik9o6Ph%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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