namebadge from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
namebadge
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the namebadge emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="m389.25 72.657l-41.724 79.86c-4.262 8.158-15.938 8.158-20.2 0L266.1 35.332c-4.262-8.158-15.938-8.158-20.2 0l-61.225 117.185c-4.262 8.158-15.938 8.158-20.2 0l-41.724-79.86c-3.33-6.373-11.661-8.112-17.259-3.6C49.501 114.192 14.2 183.96 16.071 261.9c3.14 130.84 109.571 234.377 240.449 234.099C388.829 495.719 496 388.375 496 256c0-75.553-34.915-142.946-89.486-186.939c-5.6-4.514-13.934-2.779-17.264 3.596"/><path fill="#DCE2E2" d="M112.855 343.816V273c0-19.882 16.118-36 36-36h214.291c19.882 0 36 16.118 36 36v70.816c0 19.882-16.118 36-36 36H148.855c-19.883 0-36-16.118-36-36"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiNamebadge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="m389.25 72.657l-41.724 79.86c-4.262 8.158-15.938 8.158-20.2 0L266.1 35.332c-4.262-8.158-15.938-8.158-20.2 0l-61.225 117.185c-4.262 8.158-15.938 8.158-20.2 0l-41.724-79.86c-3.33-6.373-11.661-8.112-17.259-3.6C49.501 114.192 14.2 183.96 16.071 261.9c3.14 130.84 109.571 234.377 240.449 234.099C388.829 495.719 496 388.375 496 256c0-75.553-34.915-142.946-89.486-186.939c-5.6-4.514-13.934-2.779-17.264 3.596"/><path fill="#DCE2E2" d="M112.855 343.816V273c0-19.882 16.118-36 36-36h214.291c19.882 0 36 16.118 36 36v70.816c0 19.882-16.118 36-36 36H148.855c-19.883 0-36-16.118-36-36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="m389.25 72.657l-41.724 79.86c-4.262 8.158-15.938 8.158-20.2 0L266.1 35.332c-4.262-8.158-15.938-8.158-20.2 0l-61.225 117.185c-4.262 8.158-15.938 8.158-20.2 0l-41.724-79.86c-3.33-6.373-11.661-8.112-17.259-3.6C49.501 114.192 14.2 183.96 16.071 261.9c3.14 130.84 109.571 234.377 240.449 234.099C388.829 495.719 496 388.375 496 256c0-75.553-34.915-142.946-89.486-186.939c-5.6-4.514-13.934-2.779-17.264 3.596"/><path fill="#DCE2E2" d="M112.855 343.816V273c0-19.882 16.118-36 36-36h214.291c19.882 0 36 16.118 36 36v70.816c0 19.882-16.118 36-36 36H148.855c-19.883 0-36-16.118-36-36"/></svg>
</template>

CSS

.icon-namebadge {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22m389.25%2072.657l-41.724%2079.86c-4.262%208.158-15.938%208.158-20.2%200L266.1%2035.332c-4.262-8.158-15.938-8.158-20.2%200l-61.225%20117.185c-4.262%208.158-15.938%208.158-20.2%200l-41.724-79.86c-3.33-6.373-11.661-8.112-17.259-3.6C49.501%20114.192%2014.2%20183.96%2016.071%20261.9c3.14%20130.84%20109.571%20234.377%20240.449%20234.099C388.829%20495.719%20496%20388.375%20496%20256c0-75.553-34.915-142.946-89.486-186.939c-5.6-4.514-13.934-2.779-17.264%203.596%22%2F%3E%3Cpath%20fill%3D%22%23DCE2E2%22%20d%3D%22M112.855%20343.816V273c0-19.882%2016.118-36%2036-36h214.291c19.882%200%2036%2016.118%2036%2036v70.816c0%2019.882-16.118%2036-36%2036H148.855c-19.883%200-36-16.118-36-36%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22m389.25%2072.657l-41.724%2079.86c-4.262%208.158-15.938%208.158-20.2%200L266.1%2035.332c-4.262-8.158-15.938-8.158-20.2%200l-61.225%20117.185c-4.262%208.158-15.938%208.158-20.2%200l-41.724-79.86c-3.33-6.373-11.661-8.112-17.259-3.6C49.501%20114.192%2014.2%20183.96%2016.071%20261.9c3.14%20130.84%20109.571%20234.377%20240.449%20234.099C388.829%20495.719%20496%20388.375%20496%20256c0-75.553-34.915-142.946-89.486-186.939c-5.6-4.514-13.934-2.779-17.264%203.596%22%2F%3E%3Cpath%20fill%3D%22%23DCE2E2%22%20d%3D%22M112.855%20343.816V273c0-19.882%2016.118-36%2036-36h214.291c19.882%200%2036%2016.118%2036%2036v70.816c0%2019.882-16.118%2036-36%2036H148.855c-19.883%200-36-16.118-36-36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/namebadge.svg?color=%231a73e8&size=48