yellow circle emoji
yellow-circle from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- yellow-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
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 128 128"><circle cx="63.93" cy="64" r="60" fill="#f2a600"/><circle cx="60.03" cy="63.1" r="56.1" fill="#ffcc32"/><path fill="#fff170" 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 NotoYellowCircle(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="#f2a600"/><circle cx="60.03" cy="63.1" r="56.1" fill="#ffcc32"/><path fill="#fff170" 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="#f2a600"/><circle cx="60.03" cy="63.1" r="56.1" fill="#ffcc32"/><path fill="#fff170" 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-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%20128%20128%22%3E%3Ccircle%20cx%3D%2263.93%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23f2a600%22%2F%3E%3Ccircle%20cx%3D%2260.03%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ffcc32%22%2F%3E%3Cpath%20fill%3D%22%23fff170%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%23f2a600%22%2F%3E%3Ccircle%20cx%3D%2260.03%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ffcc32%22%2F%3E%3Cpath%20fill%3D%22%23fff170%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/yellow-circle.svg?color=%231a73e8&size=48