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

Name
badge-check
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

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="M19.965 8.521Q20 8.26 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8q0 .26.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A4 4 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16q0-.26-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479m-9.01 7.895l-3.667-3.714l1.424-1.404l2.257 2.286l4.327-4.294l1.408 1.42z"/></svg>

React

import type { SVGProps } from "react";

export function BxsBadgeCheck(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="M19.965 8.521Q20 8.26 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8q0 .26.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A4 4 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16q0-.26-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479m-9.01 7.895l-3.667-3.714l1.424-1.404l2.257 2.286l4.327-4.294l1.408 1.42z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.965 8.521Q20 8.26 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8q0 .26.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A4 4 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16q0-.26-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479m-9.01 7.895l-3.667-3.714l1.424-1.404l2.257 2.286l4.327-4.294l1.408 1.42z"/></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%22M19.965%208.521Q20%208.26%2020%208c0-2.379-2.143-4.288-4.521-3.965C14.786%202.802%2013.466%202%2012%202s-2.786.802-3.479%202.035C6.138%203.712%204%205.621%204%208q0%20.26.035.521C2.802%209.215%202%2010.535%202%2012s.802%202.785%202.035%203.479A4%204%200%200%200%204%2016c0%202.379%202.138%204.283%204.521%203.965C9.214%2021.198%2010.534%2022%2012%2022s2.786-.802%203.479-2.035C17.857%2020.283%2020%2018.379%2020%2016q0-.26-.035-.521C21.198%2014.785%2022%2013.465%2022%2012s-.802-2.785-2.035-3.479m-9.01%207.895l-3.667-3.714l1.424-1.404l2.257%202.286l4.327-4.294l1.408%201.42z%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%22M19.965%208.521Q20%208.26%2020%208c0-2.379-2.143-4.288-4.521-3.965C14.786%202.802%2013.466%202%2012%202s-2.786.802-3.479%202.035C6.138%203.712%204%205.621%204%208q0%20.26.035.521C2.802%209.215%202%2010.535%202%2012s.802%202.785%202.035%203.479A4%204%200%200%200%204%2016c0%202.379%202.138%204.283%204.521%203.965C9.214%2021.198%2010.534%2022%2012%2022s2.786-.802%203.479-2.035C17.857%2020.283%2020%2018.379%2020%2016q0-.26-.035-.521C21.198%2014.785%2022%2013.465%2022%2012s-.802-2.785-2.035-3.479m-9.01%207.895l-3.667-3.714l1.424-1.404l2.257%202.286l4.327-4.294l1.408%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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