badge icon
badge-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- badge-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M21.3891 8.1109C22.4205 9.1424 23 10.5413 23 12C23 13.4587 22.4205 14.8576 21.3891 15.8891C21.3891 18.9267 18.9267 21.3891 15.8891 21.3891C14.8576 22.4205 13.4587 23 12 23C10.5413 23 9.1424 22.4205 8.1109 21.3891C5.0733 21.3891 2.6109 18.9267 2.6109 15.8891C1.5795 14.8576 1 13.4587 1 12C1 10.5413 1.5795 9.1424 2.6109 8.1109C2.6109 5.0733 5.0733 2.6109 8.1109 2.6109C9.1424 1.5795 10.5413 1 12 1C13.4587 1 14.8576 1.5795 15.8891 2.6109C18.9267 2.6109 21.3891 5.0733 21.3891 8.1109Z" stroke="none"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBadgeTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M21.3891 8.1109C22.4205 9.1424 23 10.5413 23 12C23 13.4587 22.4205 14.8576 21.3891 15.8891C21.3891 18.9267 18.9267 21.3891 15.8891 21.3891C14.8576 22.4205 13.4587 23 12 23C10.5413 23 9.1424 22.4205 8.1109 21.3891C5.0733 21.3891 2.6109 18.9267 2.6109 15.8891C1.5795 14.8576 1 13.4587 1 12C1 10.5413 1.5795 9.1424 2.6109 8.1109C2.6109 5.0733 5.0733 2.6109 8.1109 2.6109C9.1424 1.5795 10.5413 1 12 1C13.4587 1 14.8576 1.5795 15.8891 2.6109C18.9267 2.6109 21.3891 5.0733 21.3891 8.1109Z" stroke="none"/><path 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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M21.3891 8.1109C22.4205 9.1424 23 10.5413 23 12C23 13.4587 22.4205 14.8576 21.3891 15.8891C21.3891 18.9267 18.9267 21.3891 15.8891 21.3891C14.8576 22.4205 13.4587 23 12 23C10.5413 23 9.1424 22.4205 8.1109 21.3891C5.0733 21.3891 2.6109 18.9267 2.6109 15.8891C1.5795 14.8576 1 13.4587 1 12C1 10.5413 1.5795 9.1424 2.6109 8.1109C2.6109 5.0733 5.0733 2.6109 8.1109 2.6109C9.1424 1.5795 10.5413 1 12 1C13.4587 1 14.8576 1.5795 15.8891 2.6109C18.9267 2.6109 21.3891 5.0733 21.3891 8.1109Z" stroke="none"/><path 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"/></g></svg> </template>
CSS
.icon-badge-two-tone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M21.3891%208.1109C22.4205%209.1424%2023%2010.5413%2023%2012C23%2013.4587%2022.4205%2014.8576%2021.3891%2015.8891C21.3891%2018.9267%2018.9267%2021.3891%2015.8891%2021.3891C14.8576%2022.4205%2013.4587%2023%2012%2023C10.5413%2023%209.1424%2022.4205%208.1109%2021.3891C5.0733%2021.3891%202.6109%2018.9267%202.6109%2015.8891C1.5795%2014.8576%201%2013.4587%201%2012C1%2010.5413%201.5795%209.1424%202.6109%208.1109C2.6109%205.0733%205.0733%202.6109%208.1109%202.6109C9.1424%201.5795%2010.5413%201%2012%201C13.4587%201%2014.8576%201.5795%2015.8891%202.6109C18.9267%202.6109%2021.3891%205.0733%2021.3891%208.1109Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M21.3891%208.1109C22.4205%209.1424%2023%2010.5413%2023%2012C23%2013.4587%2022.4205%2014.8576%2021.3891%2015.8891C21.3891%2018.9267%2018.9267%2021.3891%2015.8891%2021.3891C14.8576%2022.4205%2013.4587%2023%2012%2023C10.5413%2023%209.1424%2022.4205%208.1109%2021.3891C5.0733%2021.3891%202.6109%2018.9267%202.6109%2015.8891C1.5795%2014.8576%201%2013.4587%201%2012C1%2010.5413%201.5795%209.1424%202.6109%208.1109C2.6109%205.0733%205.0733%202.6109%208.1109%202.6109C9.1424%201.5795%2010.5413%201%2012%201C13.4587%201%2014.8576%201.5795%2015.8891%202.6109C18.9267%202.6109%2021.3891%205.0733%2021.3891%208.1109Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/badge-two-tone.svg?color=%231a73e8&size=48