bxs badge icon

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

Name
bxs-badge
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.965 8.521C19.988 8.347 20 8.173 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 8c0 .173.012.347.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A3.976 3.976 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 16c0-.173-.012-.347-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsBadge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.965 8.521C19.988 8.347 20 8.173 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 8c0 .173.012.347.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A3.976 3.976 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 16c0-.173-.012-.347-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.965 8.521C19.988 8.347 20 8.173 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 8c0 .173.012.347.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A3.976 3.976 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 16c0-.173-.012-.347-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-badge {
  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%20d%3D%22M19.965%208.521C19.988%208.347%2020%208.173%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%208c0%20.173.012.347.035.521C2.802%209.215%202%2010.535%202%2012s.802%202.785%202.035%203.479A3.976%203.976%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%2016c0-.173-.012-.347-.035-.521C21.198%2014.785%2022%2013.465%2022%2012s-.802-2.785-2.035-3.479z%22%20fill%3D%22currentColor%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%20d%3D%22M19.965%208.521C19.988%208.347%2020%208.173%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%208c0%20.173.012.347.035.521C2.802%209.215%202%2010.535%202%2012s.802%202.785%202.035%203.479A3.976%203.976%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%2016c0-.173-.012-.347-.035-.521C21.198%2014.785%2022%2013.465%2022%2012s-.802-2.785-2.035-3.479z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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