name-badge from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
name-badge
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the name badge emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M16 5.276c-.123 0-.363.126-.5.224c-.07.05-.202.124-.266.194l-3.49 3.978a1 1 0 0 1-1.488 0L7.282 6.36c-.37-.412-1.007-.448-1.39-.048A13.95 13.95 0 0 0 2 16c0 7.732 6.268 14 14 14s14-6.268 14-14c0-3.759-1.481-7.172-3.892-9.687c-.383-.4-1.02-.364-1.39.048l-2.974 3.31a1 1 0 0 1-1.488 0L16.77 5.695a1.3 1.3 0 0 0-.27-.194c-.117-.066-.377-.224-.5-.224"/><path fill="#fff" d="M6 17a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatNameBadge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M16 5.276c-.123 0-.363.126-.5.224c-.07.05-.202.124-.266.194l-3.49 3.978a1 1 0 0 1-1.488 0L7.282 6.36c-.37-.412-1.007-.448-1.39-.048A13.95 13.95 0 0 0 2 16c0 7.732 6.268 14 14 14s14-6.268 14-14c0-3.759-1.481-7.172-3.892-9.687c-.383-.4-1.02-.364-1.39.048l-2.974 3.31a1 1 0 0 1-1.488 0L16.77 5.695a1.3 1.3 0 0 0-.27-.194c-.117-.066-.377-.224-.5-.224"/><path fill="#fff" d="M6 17a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M16 5.276c-.123 0-.363.126-.5.224c-.07.05-.202.124-.266.194l-3.49 3.978a1 1 0 0 1-1.488 0L7.282 6.36c-.37-.412-1.007-.448-1.39-.048A13.95 13.95 0 0 0 2 16c0 7.732 6.268 14 14 14s14-6.268 14-14c0-3.759-1.481-7.172-3.892-9.687c-.383-.4-1.02-.364-1.39.048l-2.974 3.31a1 1 0 0 1-1.488 0L16.77 5.695a1.3 1.3 0 0 0-.27-.194c-.117-.066-.377-.224-.5-.224"/><path fill="#fff" d="M6 17a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M16%205.276c-.123%200-.363.126-.5.224c-.07.05-.202.124-.266.194l-3.49%203.978a1%201%200%200%201-1.488%200L7.282%206.36c-.37-.412-1.007-.448-1.39-.048A13.95%2013.95%200%200%200%202%2016c0%207.732%206.268%2014%2014%2014s14-6.268%2014-14c0-3.759-1.481-7.172-3.892-9.687c-.383-.4-1.02-.364-1.39.048l-2.974%203.31a1%201%200%200%201-1.488%200L16.77%205.695a1.3%201.3%200%200%200-.27-.194c-.117-.066-.377-.224-.5-.224%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%2017a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M16%205.276c-.123%200-.363.126-.5.224c-.07.05-.202.124-.266.194l-3.49%203.978a1%201%200%200%201-1.488%200L7.282%206.36c-.37-.412-1.007-.448-1.39-.048A13.95%2013.95%200%200%200%202%2016c0%207.732%206.268%2014%2014%2014s14-6.268%2014-14c0-3.759-1.481-7.172-3.892-9.687c-.383-.4-1.02-.364-1.39.048l-2.974%203.31a1%201%200%200%201-1.488%200L16.77%205.695a1.3%201.3%200%200%200-.27-.194c-.117-.066-.377-.224-.5-.224%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%2017a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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