hollow red circle emoji

hollow-red-circle from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
hollow-red-circle
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0
Aliases
heavy-large-circle

The same emoji in other sets

More symbols icons from Noto Emoji

Use the hollow red circle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M64 28c19.8 0 36 16.2 36 36s-16.2 36-36 36s-36-16.2-36-36s16.2-36 36-36m0-24C30.9 4 4 30.9 4 64s26.9 60 60 60s60-26.9 60-60S97.1 4 64 4"/><path fill="#c33" d="M64 4C40.1 4 19.4 18 9.8 38.3C18.9 19.8 38 7 60.1 7c31 0 56.1 25.1 56.1 56.1s-25.1 56.1-56.1 56.1C29.3 119.2 4.3 94.3 4 63.5v.5c0 33.1 26.9 60 60 60s60-26.9 60-60S97.1 4 64 4"/><path fill="#c33" d="M65.6 26.7c-15 0-28 8.8-34 21.5c5.7-11.6 17.7-19.7 31.6-19.7c19.4 0 35.2 15.8 35.2 35.2S82.6 98.9 63.2 98.9c-19.3 0-35-15.6-35.2-34.9v.3c0 20.8 16.9 37.6 37.6 37.6s37.6-16.9 37.6-37.6s-16.8-37.6-37.6-37.6"/><path fill="#fff" d="M24 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.5c-9.3 3-17.8 9.5-23 17.4c-2 3-5 11.3-8.7 9.2c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".2"/></svg>

React

import type { SVGProps } from "react";

export function NotoHollowRedCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M64 28c19.8 0 36 16.2 36 36s-16.2 36-36 36s-36-16.2-36-36s16.2-36 36-36m0-24C30.9 4 4 30.9 4 64s26.9 60 60 60s60-26.9 60-60S97.1 4 64 4"/><path fill="#c33" d="M64 4C40.1 4 19.4 18 9.8 38.3C18.9 19.8 38 7 60.1 7c31 0 56.1 25.1 56.1 56.1s-25.1 56.1-56.1 56.1C29.3 119.2 4.3 94.3 4 63.5v.5c0 33.1 26.9 60 60 60s60-26.9 60-60S97.1 4 64 4"/><path fill="#c33" d="M65.6 26.7c-15 0-28 8.8-34 21.5c5.7-11.6 17.7-19.7 31.6-19.7c19.4 0 35.2 15.8 35.2 35.2S82.6 98.9 63.2 98.9c-19.3 0-35-15.6-35.2-34.9v.3c0 20.8 16.9 37.6 37.6 37.6s37.6-16.9 37.6-37.6s-16.8-37.6-37.6-37.6"/><path fill="#fff" d="M24 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.5c-9.3 3-17.8 9.5-23 17.4c-2 3-5 11.3-8.7 9.2c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M64 28c19.8 0 36 16.2 36 36s-16.2 36-36 36s-36-16.2-36-36s16.2-36 36-36m0-24C30.9 4 4 30.9 4 64s26.9 60 60 60s60-26.9 60-60S97.1 4 64 4"/><path fill="#c33" d="M64 4C40.1 4 19.4 18 9.8 38.3C18.9 19.8 38 7 60.1 7c31 0 56.1 25.1 56.1 56.1s-25.1 56.1-56.1 56.1C29.3 119.2 4.3 94.3 4 63.5v.5c0 33.1 26.9 60 60 60s60-26.9 60-60S97.1 4 64 4"/><path fill="#c33" d="M65.6 26.7c-15 0-28 8.8-34 21.5c5.7-11.6 17.7-19.7 31.6-19.7c19.4 0 35.2 15.8 35.2 35.2S82.6 98.9 63.2 98.9c-19.3 0-35-15.6-35.2-34.9v.3c0 20.8 16.9 37.6 37.6 37.6s37.6-16.9 37.6-37.6s-16.8-37.6-37.6-37.6"/><path fill="#fff" d="M24 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.5c-9.3 3-17.8 9.5-23 17.4c-2 3-5 11.3-8.7 9.2c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".2"/></svg>
</template>

CSS

.icon-hollow-red-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%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M64%2028c19.8%200%2036%2016.2%2036%2036s-16.2%2036-36%2036s-36-16.2-36-36s16.2-36%2036-36m0-24C30.9%204%204%2030.9%204%2064s26.9%2060%2060%2060s60-26.9%2060-60S97.1%204%2064%204%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M64%204C40.1%204%2019.4%2018%209.8%2038.3C18.9%2019.8%2038%207%2060.1%207c31%200%2056.1%2025.1%2056.1%2056.1s-25.1%2056.1-56.1%2056.1C29.3%20119.2%204.3%2094.3%204%2063.5v.5c0%2033.1%2026.9%2060%2060%2060s60-26.9%2060-60S97.1%204%2064%204%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M65.6%2026.7c-15%200-28%208.8-34%2021.5c5.7-11.6%2017.7-19.7%2031.6-19.7c19.4%200%2035.2%2015.8%2035.2%2035.2S82.6%2098.9%2063.2%2098.9c-19.3%200-35-15.6-35.2-34.9v.3c0%2020.8%2016.9%2037.6%2037.6%2037.6s37.6-16.9%2037.6-37.6s-16.8-37.6-37.6-37.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%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.5c-9.3%203-17.8%209.5-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%20opacity%3D%22.2%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%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M64%2028c19.8%200%2036%2016.2%2036%2036s-16.2%2036-36%2036s-36-16.2-36-36s16.2-36%2036-36m0-24C30.9%204%204%2030.9%204%2064s26.9%2060%2060%2060s60-26.9%2060-60S97.1%204%2064%204%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M64%204C40.1%204%2019.4%2018%209.8%2038.3C18.9%2019.8%2038%207%2060.1%207c31%200%2056.1%2025.1%2056.1%2056.1s-25.1%2056.1-56.1%2056.1C29.3%20119.2%204.3%2094.3%204%2063.5v.5c0%2033.1%2026.9%2060%2060%2060s60-26.9%2060-60S97.1%204%2064%204%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M65.6%2026.7c-15%200-28%208.8-34%2021.5c5.7-11.6%2017.7-19.7%2031.6-19.7c19.4%200%2035.2%2015.8%2035.2%2035.2S82.6%2098.9%2063.2%2098.9c-19.3%200-35-15.6-35.2-34.9v.3c0%2020.8%2016.9%2037.6%2037.6%2037.6s37.6-16.9%2037.6-37.6s-16.8-37.6-37.6-37.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%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.5c-9.3%203-17.8%209.5-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%20opacity%3D%22.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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