brown-circle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
brown-circle
Set
Fluent Emoji High Contrast
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji High Contrast

Use the brown circle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m1.765 2.119l11.116 11.116a13.1 13.1 0 0 1-.106 4.186L13.579 3.225a13 13 0 0 1 4.186-.106m.852.145a13.02 13.02 0 0 1 10.12 10.119zm10.034 15.74a13 13 0 0 1-1.178 3.115L9.88 4.527a13 13 0 0 1 3.114-1.178zM9.428 4.782l17.79 17.791a13 13 0 0 1-1.85 2.442L6.985 6.633A13 13 0 0 1 9.428 4.78M6.633 6.986l18.38 18.382a13 13 0 0 1-2.44 1.85L4.78 9.429a13 13 0 0 1 1.852-2.442M4.527 9.881L22.12 27.473a13 13 0 0 1-3.114 1.178L3.349 12.995c.26-1.098.66-2.143 1.178-3.114m-1.302 3.698l15.196 15.196a13 13 0 0 1-4.186.106L3.119 17.765a13.1 13.1 0 0 1 .106-4.186m.039 5.038l10.119 10.12a13.02 13.02 0 0 1-10.12-10.12"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBrownCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m1.765 2.119l11.116 11.116a13.1 13.1 0 0 1-.106 4.186L13.579 3.225a13 13 0 0 1 4.186-.106m.852.145a13.02 13.02 0 0 1 10.12 10.119zm10.034 15.74a13 13 0 0 1-1.178 3.115L9.88 4.527a13 13 0 0 1 3.114-1.178zM9.428 4.782l17.79 17.791a13 13 0 0 1-1.85 2.442L6.985 6.633A13 13 0 0 1 9.428 4.78M6.633 6.986l18.38 18.382a13 13 0 0 1-2.44 1.85L4.78 9.429a13 13 0 0 1 1.852-2.442M4.527 9.881L22.12 27.473a13 13 0 0 1-3.114 1.178L3.349 12.995c.26-1.098.66-2.143 1.178-3.114m-1.302 3.698l15.196 15.196a13 13 0 0 1-4.186.106L3.119 17.765a13.1 13.1 0 0 1 .106-4.186m.039 5.038l10.119 10.12a13.02 13.02 0 0 1-10.12-10.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m1.765 2.119l11.116 11.116a13.1 13.1 0 0 1-.106 4.186L13.579 3.225a13 13 0 0 1 4.186-.106m.852.145a13.02 13.02 0 0 1 10.12 10.119zm10.034 15.74a13 13 0 0 1-1.178 3.115L9.88 4.527a13 13 0 0 1 3.114-1.178zM9.428 4.782l17.79 17.791a13 13 0 0 1-1.85 2.442L6.985 6.633A13 13 0 0 1 9.428 4.78M6.633 6.986l18.38 18.382a13 13 0 0 1-2.44 1.85L4.78 9.429a13 13 0 0 1 1.852-2.442M4.527 9.881L22.12 27.473a13 13 0 0 1-3.114 1.178L3.349 12.995c.26-1.098.66-2.143 1.178-3.114m-1.302 3.698l15.196 15.196a13 13 0 0 1-4.186.106L3.119 17.765a13.1 13.1 0 0 1 .106-4.186m.039 5.038l10.119 10.12a13.02 13.02 0 0 1-10.12-10.12"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m1.765%202.119l11.116%2011.116a13.1%2013.1%200%200%201-.106%204.186L13.579%203.225a13%2013%200%200%201%204.186-.106m.852.145a13.02%2013.02%200%200%201%2010.12%2010.119zm10.034%2015.74a13%2013%200%200%201-1.178%203.115L9.88%204.527a13%2013%200%200%201%203.114-1.178zM9.428%204.782l17.79%2017.791a13%2013%200%200%201-1.85%202.442L6.985%206.633A13%2013%200%200%201%209.428%204.78M6.633%206.986l18.38%2018.382a13%2013%200%200%201-2.44%201.85L4.78%209.429a13%2013%200%200%201%201.852-2.442M4.527%209.881L22.12%2027.473a13%2013%200%200%201-3.114%201.178L3.349%2012.995c.26-1.098.66-2.143%201.178-3.114m-1.302%203.698l15.196%2015.196a13%2013%200%200%201-4.186.106L3.119%2017.765a13.1%2013.1%200%200%201%20.106-4.186m.039%205.038l10.119%2010.12a13.02%2013.02%200%200%201-10.12-10.12%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m1.765%202.119l11.116%2011.116a13.1%2013.1%200%200%201-.106%204.186L13.579%203.225a13%2013%200%200%201%204.186-.106m.852.145a13.02%2013.02%200%200%201%2010.12%2010.119zm10.034%2015.74a13%2013%200%200%201-1.178%203.115L9.88%204.527a13%2013%200%200%201%203.114-1.178zM9.428%204.782l17.79%2017.791a13%2013%200%200%201-1.85%202.442L6.985%206.633A13%2013%200%200%201%209.428%204.78M6.633%206.986l18.38%2018.382a13%2013%200%200%201-2.44%201.85L4.78%209.429a13%2013%200%200%201%201.852-2.442M4.527%209.881L22.12%2027.473a13%2013%200%200%201-3.114%201.178L3.349%2012.995c.26-1.098.66-2.143%201.178-3.114m-1.302%203.698l15.196%2015.196a13%2013%200%200%201-4.186.106L3.119%2017.765a13.1%2013.1%200%200%201%20.106-4.186m.039%205.038l10.119%2010.12a13.02%2013.02%200%200%201-10.12-10.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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