identification badge icon
identification-badge-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- identification-badge-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the identification badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M146.7 166.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M100 136a28 28 0 1 1 28 28a28 28 0 0 1-28-28M200 28H56a12 12 0 0 0-12 12v176a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H56a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4ZM92 64a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8H96a4 4 0 0 1-4-4"/></svg>
React
import type { SVGProps } from "react";
export function PhIdentificationBadgeThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M146.7 166.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M100 136a28 28 0 1 1 28 28a28 28 0 0 1-28-28M200 28H56a12 12 0 0 0-12 12v176a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H56a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4ZM92 64a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8H96a4 4 0 0 1-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M146.7 166.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M100 136a28 28 0 1 1 28 28a28 28 0 0 1-28-28M200 28H56a12 12 0 0 0-12 12v176a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H56a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4ZM92 64a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8H96a4 4 0 0 1-4-4"/></svg> </template>
CSS
.icon-identification-badge-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M146.7%20166.75a36%2036%200%201%200-37.4%200a63.6%2063.6%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8a56%2056%200%200%201%2089.6%200a4%204%200%200%200%206.4-4.8a63.65%2063.65%200%200%200-32.5-22.85M100%20136a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28M200%2028H56a12%2012%200%200%200-12%2012v176a12%2012%200%200%200%2012%2012h144a12%2012%200%200%200%2012-12V40a12%2012%200%200%200-12-12m4%20188a4%204%200%200%201-4%204H56a4%204%200%200%201-4-4V40a4%204%200%200%201%204-4h144a4%204%200%200%201%204%204ZM92%2064a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208H96a4%204%200%200%201-4-4%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M146.7%20166.75a36%2036%200%201%200-37.4%200a63.6%2063.6%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8a56%2056%200%200%201%2089.6%200a4%204%200%200%200%206.4-4.8a63.65%2063.65%200%200%200-32.5-22.85M100%20136a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28M200%2028H56a12%2012%200%200%200-12%2012v176a12%2012%200%200%200%2012%2012h144a12%2012%200%200%200%2012-12V40a12%2012%200%200%200-12-12m4%20188a4%204%200%200%201-4%204H56a4%204%200%200%201-4-4V40a4%204%200%200%201%204-4h144a4%204%200%200%201%204%204ZM92%2064a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208H96a4%204%200%200%201-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/identification-badge-thin.svg?color=%231a73e8&size=48