name badge emoji
name-badge from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- name-badge
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the name badge emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="m52.158 7.41l-7.652 17.148L36.156 7l-8.222 17.557L19.45 7.474S6.652 23.664 6.652 38.801S22.32 65 35.84 65h.761c13.52 0 27.965-11.064 27.965-26.2S52.158 7.41 52.158 7.41"/><path fill="#d22f27" d="M25.452 31.01h26.506a2.92 2.92 0 0 1 2.918 2.918v17.133a2.92 2.92 0 0 1-2.918 2.919H20.832a2.92 2.92 0 0 1-2.919-2.918V38.549a7.54 7.54 0 0 1 7.539-7.539"/><rect width="33.071" height="19.731" x="19.022" y="31.726" fill="#fff" rx="2.918" ry="2.918"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m52.158 7.41l-7.652 17.148L36.156 7l-8.222 17.557L19.45 7.474S6.652 23.664 6.652 38.801S22.32 65 35.84 65h.761c13.52 0 27.965-11.064 27.965-26.2S52.158 7.41 52.158 7.41"/><rect width="33.071" height="19.731" x="19.022" y="31.726" rx="2.918" ry="2.918"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiNameBadge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="m52.158 7.41l-7.652 17.148L36.156 7l-8.222 17.557L19.45 7.474S6.652 23.664 6.652 38.801S22.32 65 35.84 65h.761c13.52 0 27.965-11.064 27.965-26.2S52.158 7.41 52.158 7.41"/><path fill="#d22f27" d="M25.452 31.01h26.506a2.92 2.92 0 0 1 2.918 2.918v17.133a2.92 2.92 0 0 1-2.918 2.919H20.832a2.92 2.92 0 0 1-2.919-2.918V38.549a7.54 7.54 0 0 1 7.539-7.539"/><rect width="33.071" height="19.731" x="19.022" y="31.726" fill="#fff" rx="2.918" ry="2.918"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m52.158 7.41l-7.652 17.148L36.156 7l-8.222 17.557L19.45 7.474S6.652 23.664 6.652 38.801S22.32 65 35.84 65h.761c13.52 0 27.965-11.064 27.965-26.2S52.158 7.41 52.158 7.41"/><rect width="33.071" height="19.731" x="19.022" y="31.726" rx="2.918" ry="2.918"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="m52.158 7.41l-7.652 17.148L36.156 7l-8.222 17.557L19.45 7.474S6.652 23.664 6.652 38.801S22.32 65 35.84 65h.761c13.52 0 27.965-11.064 27.965-26.2S52.158 7.41 52.158 7.41"/><path fill="#d22f27" d="M25.452 31.01h26.506a2.92 2.92 0 0 1 2.918 2.918v17.133a2.92 2.92 0 0 1-2.918 2.919H20.832a2.92 2.92 0 0 1-2.919-2.918V38.549a7.54 7.54 0 0 1 7.539-7.539"/><rect width="33.071" height="19.731" x="19.022" y="31.726" fill="#fff" rx="2.918" ry="2.918"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m52.158 7.41l-7.652 17.148L36.156 7l-8.222 17.557L19.45 7.474S6.652 23.664 6.652 38.801S22.32 65 35.84 65h.761c13.52 0 27.965-11.064 27.965-26.2S52.158 7.41 52.158 7.41"/><rect width="33.071" height="19.731" x="19.022" y="31.726" rx="2.918" ry="2.918"/></g></svg> </template>
CSS
.icon-name-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m52.158%207.41l-7.652%2017.148L36.156%207l-8.222%2017.557L19.45%207.474S6.652%2023.664%206.652%2038.801S22.32%2065%2035.84%2065h.761c13.52%200%2027.965-11.064%2027.965-26.2S52.158%207.41%2052.158%207.41%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M25.452%2031.01h26.506a2.92%202.92%200%200%201%202.918%202.918v17.133a2.92%202.92%200%200%201-2.918%202.919H20.832a2.92%202.92%200%200%201-2.919-2.918V38.549a7.54%207.54%200%200%201%207.539-7.539%22%2F%3E%3Crect%20width%3D%2233.071%22%20height%3D%2219.731%22%20x%3D%2219.022%22%20y%3D%2231.726%22%20fill%3D%22%23fff%22%20rx%3D%222.918%22%20ry%3D%222.918%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m52.158%207.41l-7.652%2017.148L36.156%207l-8.222%2017.557L19.45%207.474S6.652%2023.664%206.652%2038.801S22.32%2065%2035.84%2065h.761c13.52%200%2027.965-11.064%2027.965-26.2S52.158%207.41%2052.158%207.41%22%2F%3E%3Crect%20width%3D%2233.071%22%20height%3D%2219.731%22%20x%3D%2219.022%22%20y%3D%2231.726%22%20rx%3D%222.918%22%20ry%3D%222.918%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m52.158%207.41l-7.652%2017.148L36.156%207l-8.222%2017.557L19.45%207.474S6.652%2023.664%206.652%2038.801S22.32%2065%2035.84%2065h.761c13.52%200%2027.965-11.064%2027.965-26.2S52.158%207.41%2052.158%207.41%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M25.452%2031.01h26.506a2.92%202.92%200%200%201%202.918%202.918v17.133a2.92%202.92%200%200%201-2.918%202.919H20.832a2.92%202.92%200%200%201-2.919-2.918V38.549a7.54%207.54%200%200%201%207.539-7.539%22%2F%3E%3Crect%20width%3D%2233.071%22%20height%3D%2219.731%22%20x%3D%2219.022%22%20y%3D%2231.726%22%20fill%3D%22%23fff%22%20rx%3D%222.918%22%20ry%3D%222.918%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m52.158%207.41l-7.652%2017.148L36.156%207l-8.222%2017.557L19.45%207.474S6.652%2023.664%206.652%2038.801S22.32%2065%2035.84%2065h.761c13.52%200%2027.965-11.064%2027.965-26.2S52.158%207.41%2052.158%207.41%22%2F%3E%3Crect%20width%3D%2233.071%22%20height%3D%2219.731%22%20x%3D%2219.022%22%20y%3D%2231.726%22%20rx%3D%222.918%22%20ry%3D%222.918%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/name-badge.svg?color=%231a73e8&size=48