yellow circle emoji
yellow-circle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- yellow-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
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 yellow 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 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.765 2.119L3.119 14.235a13.1 13.1 0 0 0 .106 4.186L18.421 3.225a13 13 0 0 0-4.186-.106m-.852.145a13.02 13.02 0 0 0-10.12 10.119zM3.349 19.004c.26 1.1.66 2.144 1.178 3.115L22.12 4.527a13 13 0 0 0-3.114-1.178zM22.572 4.782l-17.79 17.79c.52.887 1.142 1.706 1.85 2.442L25.015 6.633a13 13 0 0 0-2.442-1.852m2.796 2.205L6.985 25.368c.736.708 1.555 1.33 2.442 1.85l17.79-17.79a13 13 0 0 0-1.85-2.442m2.105 2.895L9.88 27.473a13 13 0 0 0 3.114 1.178L28.65 12.995a13 13 0 0 0-1.178-3.114m1.302 3.698L13.579 28.775a13 13 0 0 0 4.186.106l11.116-11.116a13.1 13.1 0 0 0-.106-4.186m-.038 5.038l-10.12 10.12a13.02 13.02 0 0 0 10.12-10.12"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastYellowCircle(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 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.765 2.119L3.119 14.235a13.1 13.1 0 0 0 .106 4.186L18.421 3.225a13 13 0 0 0-4.186-.106m-.852.145a13.02 13.02 0 0 0-10.12 10.119zM3.349 19.004c.26 1.1.66 2.144 1.178 3.115L22.12 4.527a13 13 0 0 0-3.114-1.178zM22.572 4.782l-17.79 17.79c.52.887 1.142 1.706 1.85 2.442L25.015 6.633a13 13 0 0 0-2.442-1.852m2.796 2.205L6.985 25.368c.736.708 1.555 1.33 2.442 1.85l17.79-17.79a13 13 0 0 0-1.85-2.442m2.105 2.895L9.88 27.473a13 13 0 0 0 3.114 1.178L28.65 12.995a13 13 0 0 0-1.178-3.114m1.302 3.698L13.579 28.775a13 13 0 0 0 4.186.106l11.116-11.116a13.1 13.1 0 0 0-.106-4.186m-.038 5.038l-10.12 10.12a13.02 13.02 0 0 0 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 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.765 2.119L3.119 14.235a13.1 13.1 0 0 0 .106 4.186L18.421 3.225a13 13 0 0 0-4.186-.106m-.852.145a13.02 13.02 0 0 0-10.12 10.119zM3.349 19.004c.26 1.1.66 2.144 1.178 3.115L22.12 4.527a13 13 0 0 0-3.114-1.178zM22.572 4.782l-17.79 17.79c.52.887 1.142 1.706 1.85 2.442L25.015 6.633a13 13 0 0 0-2.442-1.852m2.796 2.205L6.985 25.368c.736.708 1.555 1.33 2.442 1.85l17.79-17.79a13 13 0 0 0-1.85-2.442m2.105 2.895L9.88 27.473a13 13 0 0 0 3.114 1.178L28.65 12.995a13 13 0 0 0-1.178-3.114m1.302 3.698L13.579 28.775a13 13 0 0 0 4.186.106l11.116-11.116a13.1 13.1 0 0 0-.106-4.186m-.038 5.038l-10.12 10.12a13.02 13.02 0 0 0 10.12-10.12"/></svg> </template>
CSS
.icon-yellow-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%201c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016S7.716%201%2016%201m-1.765%202.119L3.119%2014.235a13.1%2013.1%200%200%200%20.106%204.186L18.421%203.225a13%2013%200%200%200-4.186-.106m-.852.145a13.02%2013.02%200%200%200-10.12%2010.119zM3.349%2019.004c.26%201.1.66%202.144%201.178%203.115L22.12%204.527a13%2013%200%200%200-3.114-1.178zM22.572%204.782l-17.79%2017.79c.52.887%201.142%201.706%201.85%202.442L25.015%206.633a13%2013%200%200%200-2.442-1.852m2.796%202.205L6.985%2025.368c.736.708%201.555%201.33%202.442%201.85l17.79-17.79a13%2013%200%200%200-1.85-2.442m2.105%202.895L9.88%2027.473a13%2013%200%200%200%203.114%201.178L28.65%2012.995a13%2013%200%200%200-1.178-3.114m1.302%203.698L13.579%2028.775a13%2013%200%200%200%204.186.106l11.116-11.116a13.1%2013.1%200%200%200-.106-4.186m-.038%205.038l-10.12%2010.12a13.02%2013.02%200%200%200%2010.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%201c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016S7.716%201%2016%201m-1.765%202.119L3.119%2014.235a13.1%2013.1%200%200%200%20.106%204.186L18.421%203.225a13%2013%200%200%200-4.186-.106m-.852.145a13.02%2013.02%200%200%200-10.12%2010.119zM3.349%2019.004c.26%201.1.66%202.144%201.178%203.115L22.12%204.527a13%2013%200%200%200-3.114-1.178zM22.572%204.782l-17.79%2017.79c.52.887%201.142%201.706%201.85%202.442L25.015%206.633a13%2013%200%200%200-2.442-1.852m2.796%202.205L6.985%2025.368c.736.708%201.555%201.33%202.442%201.85l17.79-17.79a13%2013%200%200%200-1.85-2.442m2.105%202.895L9.88%2027.473a13%2013%200%200%200%203.114%201.178L28.65%2012.995a13%2013%200%200%200-1.178-3.114m1.302%203.698L13.579%2028.775a13%2013%200%200%200%204.186.106l11.116-11.116a13.1%2013.1%200%200%200-.106-4.186m-.038%205.038l-10.12%2010.12a13.02%2013.02%200%200%200%2010.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/yellow-circle.svg?color=%231a73e8&size=48