badge check icon

badge-check from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
badge-check
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-badge-check

The same icon in other sets

Use the badge check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.035 15.479A4 4 0 0 0 4 16c0 2.378 2.138 4.284 4.521 3.964C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.036C17.857 20.284 20 18.378 20 16q0-.26-.035-.521C21.198 14.786 22 13.465 22 12s-.802-2.786-2.035-3.479Q20 8.26 20 8c0-2.378-2.143-4.288-4.521-3.964C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.036C6.138 3.712 4 5.622 4 8q0 .26.035.521C2.802 9.214 2 10.535 2 12s.802 2.786 2.035 3.479m1.442-5.403l1.102-.293l-.434-1.053A1.9 1.9 0 0 1 6 8c0-1.103.897-2 2-2c.247 0 .499.05.73.145l1.054.434l.293-1.102a1.99 1.99 0 0 1 3.846 0l.293 1.102l1.054-.434C15.501 6.05 15.753 6 16 6c1.103 0 2 .897 2 2c0 .247-.05.5-.145.73l-.434 1.053l1.102.293a1.993 1.993 0 0 1 0 3.848l-1.102.293l.434 1.053c.095.23.145.483.145.73c0 1.103-.897 2-2 2c-.247 0-.499-.05-.73-.145l-1.054-.434l-.293 1.102a1.99 1.99 0 0 1-3.846 0l-.293-1.102l-1.054.434A1.9 1.9 0 0 1 8 18c-1.103 0-2-.897-2-2c0-.247.05-.5.145-.73l.434-1.053l-1.102-.293a1.993 1.993 0 0 1 0-3.848"/><path fill="currentColor" d="m15.742 10.71l-1.408-1.42l-3.331 3.299l-1.296-1.296l-1.414 1.414l2.704 2.704z"/></svg>

React

import type { SVGProps } from "react";

export function BxBadgeCheck(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="M4.035 15.479A4 4 0 0 0 4 16c0 2.378 2.138 4.284 4.521 3.964C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.036C17.857 20.284 20 18.378 20 16q0-.26-.035-.521C21.198 14.786 22 13.465 22 12s-.802-2.786-2.035-3.479Q20 8.26 20 8c0-2.378-2.143-4.288-4.521-3.964C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.036C6.138 3.712 4 5.622 4 8q0 .26.035.521C2.802 9.214 2 10.535 2 12s.802 2.786 2.035 3.479m1.442-5.403l1.102-.293l-.434-1.053A1.9 1.9 0 0 1 6 8c0-1.103.897-2 2-2c.247 0 .499.05.73.145l1.054.434l.293-1.102a1.99 1.99 0 0 1 3.846 0l.293 1.102l1.054-.434C15.501 6.05 15.753 6 16 6c1.103 0 2 .897 2 2c0 .247-.05.5-.145.73l-.434 1.053l1.102.293a1.993 1.993 0 0 1 0 3.848l-1.102.293l.434 1.053c.095.23.145.483.145.73c0 1.103-.897 2-2 2c-.247 0-.499-.05-.73-.145l-1.054-.434l-.293 1.102a1.99 1.99 0 0 1-3.846 0l-.293-1.102l-1.054.434A1.9 1.9 0 0 1 8 18c-1.103 0-2-.897-2-2c0-.247.05-.5.145-.73l.434-1.053l-1.102-.293a1.993 1.993 0 0 1 0-3.848"/><path fill="currentColor" d="m15.742 10.71l-1.408-1.42l-3.331 3.299l-1.296-1.296l-1.414 1.414l2.704 2.704z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.035 15.479A4 4 0 0 0 4 16c0 2.378 2.138 4.284 4.521 3.964C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.036C17.857 20.284 20 18.378 20 16q0-.26-.035-.521C21.198 14.786 22 13.465 22 12s-.802-2.786-2.035-3.479Q20 8.26 20 8c0-2.378-2.143-4.288-4.521-3.964C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.036C6.138 3.712 4 5.622 4 8q0 .26.035.521C2.802 9.214 2 10.535 2 12s.802 2.786 2.035 3.479m1.442-5.403l1.102-.293l-.434-1.053A1.9 1.9 0 0 1 6 8c0-1.103.897-2 2-2c.247 0 .499.05.73.145l1.054.434l.293-1.102a1.99 1.99 0 0 1 3.846 0l.293 1.102l1.054-.434C15.501 6.05 15.753 6 16 6c1.103 0 2 .897 2 2c0 .247-.05.5-.145.73l-.434 1.053l1.102.293a1.993 1.993 0 0 1 0 3.848l-1.102.293l.434 1.053c.095.23.145.483.145.73c0 1.103-.897 2-2 2c-.247 0-.499-.05-.73-.145l-1.054-.434l-.293 1.102a1.99 1.99 0 0 1-3.846 0l-.293-1.102l-1.054.434A1.9 1.9 0 0 1 8 18c-1.103 0-2-.897-2-2c0-.247.05-.5.145-.73l.434-1.053l-1.102-.293a1.993 1.993 0 0 1 0-3.848"/><path fill="currentColor" d="m15.742 10.71l-1.408-1.42l-3.331 3.299l-1.296-1.296l-1.414 1.414l2.704 2.704z"/></svg>
</template>

CSS

.icon-badge-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.035%2015.479A4%204%200%200%200%204%2016c0%202.378%202.138%204.284%204.521%203.964C9.214%2021.198%2010.534%2022%2012%2022s2.786-.802%203.479-2.036C17.857%2020.284%2020%2018.378%2020%2016q0-.26-.035-.521C21.198%2014.786%2022%2013.465%2022%2012s-.802-2.786-2.035-3.479Q20%208.26%2020%208c0-2.378-2.143-4.288-4.521-3.964C14.786%202.802%2013.466%202%2012%202s-2.786.802-3.479%202.036C6.138%203.712%204%205.622%204%208q0%20.26.035.521C2.802%209.214%202%2010.535%202%2012s.802%202.786%202.035%203.479m1.442-5.403l1.102-.293l-.434-1.053A1.9%201.9%200%200%201%206%208c0-1.103.897-2%202-2c.247%200%20.499.05.73.145l1.054.434l.293-1.102a1.99%201.99%200%200%201%203.846%200l.293%201.102l1.054-.434C15.501%206.05%2015.753%206%2016%206c1.103%200%202%20.897%202%202c0%20.247-.05.5-.145.73l-.434%201.053l1.102.293a1.993%201.993%200%200%201%200%203.848l-1.102.293l.434%201.053c.095.23.145.483.145.73c0%201.103-.897%202-2%202c-.247%200-.499-.05-.73-.145l-1.054-.434l-.293%201.102a1.99%201.99%200%200%201-3.846%200l-.293-1.102l-1.054.434A1.9%201.9%200%200%201%208%2018c-1.103%200-2-.897-2-2c0-.247.05-.5.145-.73l.434-1.053l-1.102-.293a1.993%201.993%200%200%201%200-3.848%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.742%2010.71l-1.408-1.42l-3.331%203.299l-1.296-1.296l-1.414%201.414l2.704%202.704z%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%22M4.035%2015.479A4%204%200%200%200%204%2016c0%202.378%202.138%204.284%204.521%203.964C9.214%2021.198%2010.534%2022%2012%2022s2.786-.802%203.479-2.036C17.857%2020.284%2020%2018.378%2020%2016q0-.26-.035-.521C21.198%2014.786%2022%2013.465%2022%2012s-.802-2.786-2.035-3.479Q20%208.26%2020%208c0-2.378-2.143-4.288-4.521-3.964C14.786%202.802%2013.466%202%2012%202s-2.786.802-3.479%202.036C6.138%203.712%204%205.622%204%208q0%20.26.035.521C2.802%209.214%202%2010.535%202%2012s.802%202.786%202.035%203.479m1.442-5.403l1.102-.293l-.434-1.053A1.9%201.9%200%200%201%206%208c0-1.103.897-2%202-2c.247%200%20.499.05.73.145l1.054.434l.293-1.102a1.99%201.99%200%200%201%203.846%200l.293%201.102l1.054-.434C15.501%206.05%2015.753%206%2016%206c1.103%200%202%20.897%202%202c0%20.247-.05.5-.145.73l-.434%201.053l1.102.293a1.993%201.993%200%200%201%200%203.848l-1.102.293l.434%201.053c.095.23.145.483.145.73c0%201.103-.897%202-2%202c-.247%200-.499-.05-.73-.145l-1.054-.434l-.293%201.102a1.99%201.99%200%200%201-3.846%200l-.293-1.102l-1.054.434A1.9%201.9%200%200%201%208%2018c-1.103%200-2-.897-2-2c0-.247.05-.5.145-.73l.434-1.053l-1.102-.293a1.993%201.993%200%200%201%200-3.848%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.742%2010.71l-1.408-1.42l-3.331%203.299l-1.296-1.296l-1.414%201.414l2.704%202.704z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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