badge icon
badge-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- badge-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
badgeBoxIcons v2badgeBoxIcons v2 SolidbadgeCarbonbadge-20-filledFluent UI System IconsbadgeHuge IconsbadgeIconParkbadgeIconPark OutlinebadgeIconPark SolidbadgeIconPark TwoTonebadgeLucidebadgeMaterial SymbolsbadgeMaterial Symbols Lightbadge-fillMingCute IconbadgeMyna UI IconsbadgeRadix IconsbadgeTabler Icons
Related icons in Keyline Icons
Use the badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M20.3692 8.5334C21.4021 9.3883 22 10.6592 22 12C22 13.3408 21.4021 14.6117 20.3692 15.4666C20.3825 15.6071 20.3891 15.748 20.3891 15.8891C20.3891 18.3744 18.3744 20.3891 15.8891 20.3891C15.748 20.3891 15.6071 20.3825 15.4666 20.3692C14.6117 21.4021 13.3408 22 12 22C10.6592 22 9.3883 21.4021 8.5334 20.3692C8.3929 20.3825 8.252 20.3891 8.1109 20.3891C5.6256 20.3891 3.6109 18.3744 3.6109 15.8891C3.6109 15.748 3.6175 15.6071 3.6308 15.4666C2.5979 14.6117 2 13.3408 2 12C2 10.6592 2.5979 9.3883 3.6308 8.5334C3.6175 8.3929 3.6109 8.252 3.6109 8.1109C3.6109 5.6256 5.6256 3.6109 8.1109 3.6109C8.252 3.6109 8.3929 3.6175 8.5334 3.6308C9.3883 2.5979 10.6592 2 12 2C13.3408 2 14.6117 2.5979 15.4666 3.6308C15.6071 3.6175 15.748 3.6109 15.8891 3.6109C18.3744 3.6109 20.3891 5.6256 20.3891 8.1109C20.3891 8.252 20.3825 8.3929 20.3692 8.5334Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBadgeSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M20.3692 8.5334C21.4021 9.3883 22 10.6592 22 12C22 13.3408 21.4021 14.6117 20.3692 15.4666C20.3825 15.6071 20.3891 15.748 20.3891 15.8891C20.3891 18.3744 18.3744 20.3891 15.8891 20.3891C15.748 20.3891 15.6071 20.3825 15.4666 20.3692C14.6117 21.4021 13.3408 22 12 22C10.6592 22 9.3883 21.4021 8.5334 20.3692C8.3929 20.3825 8.252 20.3891 8.1109 20.3891C5.6256 20.3891 3.6109 18.3744 3.6109 15.8891C3.6109 15.748 3.6175 15.6071 3.6308 15.4666C2.5979 14.6117 2 13.3408 2 12C2 10.6592 2.5979 9.3883 3.6308 8.5334C3.6175 8.3929 3.6109 8.252 3.6109 8.1109C3.6109 5.6256 5.6256 3.6109 8.1109 3.6109C8.252 3.6109 8.3929 3.6175 8.5334 3.6308C9.3883 2.5979 10.6592 2 12 2C13.3408 2 14.6117 2.5979 15.4666 3.6308C15.6071 3.6175 15.748 3.6109 15.8891 3.6109C18.3744 3.6109 20.3891 5.6256 20.3891 8.1109C20.3891 8.252 20.3825 8.3929 20.3692 8.5334Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M20.3692 8.5334C21.4021 9.3883 22 10.6592 22 12C22 13.3408 21.4021 14.6117 20.3692 15.4666C20.3825 15.6071 20.3891 15.748 20.3891 15.8891C20.3891 18.3744 18.3744 20.3891 15.8891 20.3891C15.748 20.3891 15.6071 20.3825 15.4666 20.3692C14.6117 21.4021 13.3408 22 12 22C10.6592 22 9.3883 21.4021 8.5334 20.3692C8.3929 20.3825 8.252 20.3891 8.1109 20.3891C5.6256 20.3891 3.6109 18.3744 3.6109 15.8891C3.6109 15.748 3.6175 15.6071 3.6308 15.4666C2.5979 14.6117 2 13.3408 2 12C2 10.6592 2.5979 9.3883 3.6308 8.5334C3.6175 8.3929 3.6109 8.252 3.6109 8.1109C3.6109 5.6256 5.6256 3.6109 8.1109 3.6109C8.252 3.6109 8.3929 3.6175 8.5334 3.6308C9.3883 2.5979 10.6592 2 12 2C13.3408 2 14.6117 2.5979 15.4666 3.6308C15.6071 3.6175 15.748 3.6109 15.8891 3.6109C18.3744 3.6109 20.3891 5.6256 20.3891 8.1109C20.3891 8.252 20.3825 8.3929 20.3692 8.5334Z"/></svg> </template>
CSS
.icon-badge-sharp-duotone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.3692%208.5334C21.4021%209.3883%2022%2010.6592%2022%2012C22%2013.3408%2021.4021%2014.6117%2020.3692%2015.4666C20.3825%2015.6071%2020.3891%2015.748%2020.3891%2015.8891C20.3891%2018.3744%2018.3744%2020.3891%2015.8891%2020.3891C15.748%2020.3891%2015.6071%2020.3825%2015.4666%2020.3692C14.6117%2021.4021%2013.3408%2022%2012%2022C10.6592%2022%209.3883%2021.4021%208.5334%2020.3692C8.3929%2020.3825%208.252%2020.3891%208.1109%2020.3891C5.6256%2020.3891%203.6109%2018.3744%203.6109%2015.8891C3.6109%2015.748%203.6175%2015.6071%203.6308%2015.4666C2.5979%2014.6117%202%2013.3408%202%2012C2%2010.6592%202.5979%209.3883%203.6308%208.5334C3.6175%208.3929%203.6109%208.252%203.6109%208.1109C3.6109%205.6256%205.6256%203.6109%208.1109%203.6109C8.252%203.6109%208.3929%203.6175%208.5334%203.6308C9.3883%202.5979%2010.6592%202%2012%202C13.3408%202%2014.6117%202.5979%2015.4666%203.6308C15.6071%203.6175%2015.748%203.6109%2015.8891%203.6109C18.3744%203.6109%2020.3891%205.6256%2020.3891%208.1109C20.3891%208.252%2020.3825%208.3929%2020.3692%208.5334Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.3692%208.5334C21.4021%209.3883%2022%2010.6592%2022%2012C22%2013.3408%2021.4021%2014.6117%2020.3692%2015.4666C20.3825%2015.6071%2020.3891%2015.748%2020.3891%2015.8891C20.3891%2018.3744%2018.3744%2020.3891%2015.8891%2020.3891C15.748%2020.3891%2015.6071%2020.3825%2015.4666%2020.3692C14.6117%2021.4021%2013.3408%2022%2012%2022C10.6592%2022%209.3883%2021.4021%208.5334%2020.3692C8.3929%2020.3825%208.252%2020.3891%208.1109%2020.3891C5.6256%2020.3891%203.6109%2018.3744%203.6109%2015.8891C3.6109%2015.748%203.6175%2015.6071%203.6308%2015.4666C2.5979%2014.6117%202%2013.3408%202%2012C2%2010.6592%202.5979%209.3883%203.6308%208.5334C3.6175%208.3929%203.6109%208.252%203.6109%208.1109C3.6109%205.6256%205.6256%203.6109%208.1109%203.6109C8.252%203.6109%208.3929%203.6175%208.5334%203.6308C9.3883%202.5979%2010.6592%202%2012%202C13.3408%202%2014.6117%202.5979%2015.4666%203.6308C15.6071%203.6175%2015.748%203.6109%2015.8891%203.6109C18.3744%203.6109%2020.3891%205.6256%2020.3891%208.1109C20.3891%208.252%2020.3825%208.3929%2020.3692%208.5334Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/badge-sharp-duotone.svg?color=%231a73e8&size=48