brown circle emoji

brown-circle from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
brown-circle
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the brown circle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="63.93" cy="64" r="60" fill="#965a45"/><circle cx="60.03" cy="63.1" r="56.1" fill="#b76d54"/><path fill="#e09a84" d="M23.93 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5a44.64 44.64 0 0 0-23 17.4c-2 3-5 11.3-8.7 9.2c-3.9-2.3-3.1-9.5 2.6-18.3"/></svg>

React

import type { SVGProps } from "react";

export function NotoBrownCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="63.93" cy="64" r="60" fill="#965a45"/><circle cx="60.03" cy="63.1" r="56.1" fill="#b76d54"/><path fill="#e09a84" d="M23.93 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5a44.64 44.64 0 0 0-23 17.4c-2 3-5 11.3-8.7 9.2c-3.9-2.3-3.1-9.5 2.6-18.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="63.93" cy="64" r="60" fill="#965a45"/><circle cx="60.03" cy="63.1" r="56.1" fill="#b76d54"/><path fill="#e09a84" d="M23.93 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5a44.64 44.64 0 0 0-23 17.4c-2 3-5 11.3-8.7 9.2c-3.9-2.3-3.1-9.5 2.6-18.3"/></svg>
</template>

CSS

.icon-brown-circle {
  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%20128%20128%22%3E%3Ccircle%20cx%3D%2263.93%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23965a45%22%2F%3E%3Ccircle%20cx%3D%2260.03%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23b76d54%22%2F%3E%3Cpath%20fill%3D%22%23e09a84%22%20d%3D%22M23.93%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5a44.64%2044.64%200%200%200-23%2017.4c-2%203-5%2011.3-8.7%209.2c-3.9-2.3-3.1-9.5%202.6-18.3%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%20128%20128%22%3E%3Ccircle%20cx%3D%2263.93%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23965a45%22%2F%3E%3Ccircle%20cx%3D%2260.03%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23b76d54%22%2F%3E%3Cpath%20fill%3D%22%23e09a84%22%20d%3D%22M23.93%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5a44.64%2044.64%200%200%200-23%2017.4c-2%203-5%2011.3-8.7%209.2c-3.9-2.3-3.1-9.5%202.6-18.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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