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

Name
green-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 green 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-.975 2.036L3.036 15.025a13.2 13.2 0 0 0 .09 2.789L17.814 3.126a13 13 0 0 0-2.79-.09m-2.577.455a13.03 13.03 0 0 0-8.957 8.957zM3.495 19.566c.206.722.472 1.42.794 2.084L21.65 4.29a13 13 0 0 0-2.084-.794zM23.01 5.05L5.05 23.01q.558.87 1.243 1.637L24.647 6.293A13 13 0 0 0 23.01 5.05m2.697 2.303L7.354 25.708q.768.683 1.637 1.242L26.95 8.99a13 13 0 0 0-1.242-1.637m2.004 2.997L10.35 27.71q1 .484 2.084.794l16.07-16.07a13 13 0 0 0-.793-2.085m1.164 3.836l-14.689 14.69a13 13 0 0 0 2.79.089l11.988-11.989a13.2 13.2 0 0 0-.09-2.789m-.366 5.366l-8.957 8.957a13.03 13.03 0 0 0 8.957-8.957"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastGreenCircle(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-.975 2.036L3.036 15.025a13.2 13.2 0 0 0 .09 2.789L17.814 3.126a13 13 0 0 0-2.79-.09m-2.577.455a13.03 13.03 0 0 0-8.957 8.957zM3.495 19.566c.206.722.472 1.42.794 2.084L21.65 4.29a13 13 0 0 0-2.084-.794zM23.01 5.05L5.05 23.01q.558.87 1.243 1.637L24.647 6.293A13 13 0 0 0 23.01 5.05m2.697 2.303L7.354 25.708q.768.683 1.637 1.242L26.95 8.99a13 13 0 0 0-1.242-1.637m2.004 2.997L10.35 27.71q1 .484 2.084.794l16.07-16.07a13 13 0 0 0-.793-2.085m1.164 3.836l-14.689 14.69a13 13 0 0 0 2.79.089l11.988-11.989a13.2 13.2 0 0 0-.09-2.789m-.366 5.366l-8.957 8.957a13.03 13.03 0 0 0 8.957-8.957"/></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-.975 2.036L3.036 15.025a13.2 13.2 0 0 0 .09 2.789L17.814 3.126a13 13 0 0 0-2.79-.09m-2.577.455a13.03 13.03 0 0 0-8.957 8.957zM3.495 19.566c.206.722.472 1.42.794 2.084L21.65 4.29a13 13 0 0 0-2.084-.794zM23.01 5.05L5.05 23.01q.558.87 1.243 1.637L24.647 6.293A13 13 0 0 0 23.01 5.05m2.697 2.303L7.354 25.708q.768.683 1.637 1.242L26.95 8.99a13 13 0 0 0-1.242-1.637m2.004 2.997L10.35 27.71q1 .484 2.084.794l16.07-16.07a13 13 0 0 0-.793-2.085m1.164 3.836l-14.689 14.69a13 13 0 0 0 2.79.089l11.988-11.989a13.2 13.2 0 0 0-.09-2.789m-.366 5.366l-8.957 8.957a13.03 13.03 0 0 0 8.957-8.957"/></svg>
</template>

CSS

.icon-green-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-.975%202.036L3.036%2015.025a13.2%2013.2%200%200%200%20.09%202.789L17.814%203.126a13%2013%200%200%200-2.79-.09m-2.577.455a13.03%2013.03%200%200%200-8.957%208.957zM3.495%2019.566c.206.722.472%201.42.794%202.084L21.65%204.29a13%2013%200%200%200-2.084-.794zM23.01%205.05L5.05%2023.01q.558.87%201.243%201.637L24.647%206.293A13%2013%200%200%200%2023.01%205.05m2.697%202.303L7.354%2025.708q.768.683%201.637%201.242L26.95%208.99a13%2013%200%200%200-1.242-1.637m2.004%202.997L10.35%2027.71q1%20.484%202.084.794l16.07-16.07a13%2013%200%200%200-.793-2.085m1.164%203.836l-14.689%2014.69a13%2013%200%200%200%202.79.089l11.988-11.989a13.2%2013.2%200%200%200-.09-2.789m-.366%205.366l-8.957%208.957a13.03%2013.03%200%200%200%208.957-8.957%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-.975%202.036L3.036%2015.025a13.2%2013.2%200%200%200%20.09%202.789L17.814%203.126a13%2013%200%200%200-2.79-.09m-2.577.455a13.03%2013.03%200%200%200-8.957%208.957zM3.495%2019.566c.206.722.472%201.42.794%202.084L21.65%204.29a13%2013%200%200%200-2.084-.794zM23.01%205.05L5.05%2023.01q.558.87%201.243%201.637L24.647%206.293A13%2013%200%200%200%2023.01%205.05m2.697%202.303L7.354%2025.708q.768.683%201.637%201.242L26.95%208.99a13%2013%200%200%200-1.242-1.637m2.004%202.997L10.35%2027.71q1%20.484%202.084.794l16.07-16.07a13%2013%200%200%200-.793-2.085m1.164%203.836l-14.689%2014.69a13%2013%200%200%200%202.79.089l11.988-11.989a13.2%2013.2%200%200%200-.09-2.789m-.366%205.366l-8.957%208.957a13.03%2013.03%200%200%200%208.957-8.957%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/green-circle.svg?color=%231a73e8&size=48