blue circle emoji

blue-circle from Fluent Emoji by Microsoft Corporation · Default · MIT Free for personal and commercial use.

Name
blue-circle
Set
Fluent Emoji
Style
Default
Viewbox
32×32
License
MIT

The same emoji in other sets

Related icons in Fluent Emoji

Use the blue circle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#iHE7VLb)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iGaW7Ac)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iYe4j3b)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iq0Sdgd)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#i5dVf6L)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><defs><radialGradient id="iHE7VLb" cx="0" cy="0" r="1" gradientTransform="rotate(130.168 10.023 9.747)scale(27.8086)" gradientUnits="userSpaceOnUse"><stop offset=".116" stop-color="#4DA0DA"/><stop offset=".853" stop-color="#3557C3"/></radialGradient><radialGradient id="iYe4j3b" cx="0" cy="0" r="1" gradientTransform="rotate(136.38 10.142 10.077)scale(14.6767 15.816)" gradientUnits="userSpaceOnUse"><stop offset=".179" stop-color="#62A5E9"/><stop offset="1" stop-color="#4579D7" stop-opacity="0"/></radialGradient><radialGradient id="iq0Sdgd" cx="0" cy="0" r="1" gradientTransform="matrix(-19.25 0 0 -20 20.249 15.625)" gradientUnits="userSpaceOnUse"><stop offset=".62" stop-color="#416AA9" stop-opacity="0"/><stop offset=".951" stop-color="#859BC6"/></radialGradient><radialGradient id="i5dVf6L" cx="0" cy="0" r="1" gradientTransform="matrix(0 21 -23.3208 0 15.757 8.625)" gradientUnits="userSpaceOnUse"><stop offset=".863" stop-color="#3E4DCB" stop-opacity="0"/><stop offset="1" stop-color="#695FD4"/></radialGradient><linearGradient id="iGaW7Ac" x1="15.757" x2="15.757" y1="1.625" y2="8.125" gradientUnits="userSpaceOnUse"><stop stop-color="#5B9CCE"/><stop offset="1" stop-color="#5B9CCE" stop-opacity="0"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiBlueCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#iHE7VLb)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iGaW7Ac)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iYe4j3b)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iq0Sdgd)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#i5dVf6L)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><defs><radialGradient id="iHE7VLb" cx="0" cy="0" r="1" gradientTransform="rotate(130.168 10.023 9.747)scale(27.8086)" gradientUnits="userSpaceOnUse"><stop offset=".116" stopColor="#4DA0DA"/><stop offset=".853" stopColor="#3557C3"/></radialGradient><radialGradient id="iYe4j3b" cx="0" cy="0" r="1" gradientTransform="rotate(136.38 10.142 10.077)scale(14.6767 15.816)" gradientUnits="userSpaceOnUse"><stop offset=".179" stopColor="#62A5E9"/><stop offset="1" stopColor="#4579D7" stopOpacity="0"/></radialGradient><radialGradient id="iq0Sdgd" cx="0" cy="0" r="1" gradientTransform="matrix(-19.25 0 0 -20 20.249 15.625)" gradientUnits="userSpaceOnUse"><stop offset=".62" stopColor="#416AA9" stopOpacity="0"/><stop offset=".951" stopColor="#859BC6"/></radialGradient><radialGradient id="i5dVf6L" cx="0" cy="0" r="1" gradientTransform="matrix(0 21 -23.3208 0 15.757 8.625)" gradientUnits="userSpaceOnUse"><stop offset=".863" stopColor="#3E4DCB" stopOpacity="0"/><stop offset="1" stopColor="#695FD4"/></radialGradient><linearGradient id="iGaW7Ac" x1="15.757" x2="15.757" y1="1.625" y2="8.125" gradientUnits="userSpaceOnUse"><stop stopColor="#5B9CCE"/><stop offset="1" stopColor="#5B9CCE" stopOpacity="0"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#iHE7VLb)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iGaW7Ac)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iYe4j3b)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#iq0Sdgd)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><path fill="url(#i5dVf6L)" d="M29.757 15.625c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14"/><defs><radialGradient id="iHE7VLb" cx="0" cy="0" r="1" gradientTransform="rotate(130.168 10.023 9.747)scale(27.8086)" gradientUnits="userSpaceOnUse"><stop offset=".116" stop-color="#4DA0DA"/><stop offset=".853" stop-color="#3557C3"/></radialGradient><radialGradient id="iYe4j3b" cx="0" cy="0" r="1" gradientTransform="rotate(136.38 10.142 10.077)scale(14.6767 15.816)" gradientUnits="userSpaceOnUse"><stop offset=".179" stop-color="#62A5E9"/><stop offset="1" stop-color="#4579D7" stop-opacity="0"/></radialGradient><radialGradient id="iq0Sdgd" cx="0" cy="0" r="1" gradientTransform="matrix(-19.25 0 0 -20 20.249 15.625)" gradientUnits="userSpaceOnUse"><stop offset=".62" stop-color="#416AA9" stop-opacity="0"/><stop offset=".951" stop-color="#859BC6"/></radialGradient><radialGradient id="i5dVf6L" cx="0" cy="0" r="1" gradientTransform="matrix(0 21 -23.3208 0 15.757 8.625)" gradientUnits="userSpaceOnUse"><stop offset=".863" stop-color="#3E4DCB" stop-opacity="0"/><stop offset="1" stop-color="#695FD4"/></radialGradient><linearGradient id="iGaW7Ac" x1="15.757" x2="15.757" y1="1.625" y2="8.125" gradientUnits="userSpaceOnUse"><stop stop-color="#5B9CCE"/><stop offset="1" stop-color="#5B9CCE" stop-opacity="0"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-blue-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23iHE7VLb)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23iGaW7Ac)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23iYe4j3b)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23iq0Sdgd)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23i5dVf6L)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22iHE7VLb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(130.168%2010.023%209.747)scale(27.8086)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.116%22%20stop-color%3D%22%234DA0DA%22%2F%3E%3Cstop%20offset%3D%22.853%22%20stop-color%3D%22%233557C3%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iYe4j3b%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(136.38%2010.142%2010.077)scale(14.6767%2015.816)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.179%22%20stop-color%3D%22%2362A5E9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234579D7%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iq0Sdgd%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-19.25%200%200%20-20%2020.249%2015.625)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.62%22%20stop-color%3D%22%23416AA9%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.951%22%20stop-color%3D%22%23859BC6%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22i5dVf6L%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%2021%20-23.3208%200%2015.757%208.625)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.863%22%20stop-color%3D%22%233E4DCB%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23695FD4%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22iGaW7Ac%22%20x1%3D%2215.757%22%20x2%3D%2215.757%22%20y1%3D%221.625%22%20y2%3D%228.125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235B9CCE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235B9CCE%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23iHE7VLb)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23iGaW7Ac)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23iYe4j3b)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23iq0Sdgd)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22url(%23i5dVf6L)%22%20d%3D%22M29.757%2015.625c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22iHE7VLb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(130.168%2010.023%209.747)scale(27.8086)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.116%22%20stop-color%3D%22%234DA0DA%22%2F%3E%3Cstop%20offset%3D%22.853%22%20stop-color%3D%22%233557C3%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iYe4j3b%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(136.38%2010.142%2010.077)scale(14.6767%2015.816)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.179%22%20stop-color%3D%22%2362A5E9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234579D7%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iq0Sdgd%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-19.25%200%200%20-20%2020.249%2015.625)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.62%22%20stop-color%3D%22%23416AA9%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.951%22%20stop-color%3D%22%23859BC6%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22i5dVf6L%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%2021%20-23.3208%200%2015.757%208.625)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.863%22%20stop-color%3D%22%233E4DCB%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23695FD4%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22iGaW7Ac%22%20x1%3D%2215.757%22%20x2%3D%2215.757%22%20y1%3D%221.625%22%20y2%3D%228.125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235B9CCE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235B9CCE%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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