hollow red circle emoji

hollow-red-circle from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
hollow-red-circle
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the hollow red circle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M35.566 6.407c-16.016 0-29 12.983-29 29c0 16.016 12.984 29 29 29s29-12.984 29-29c0-16.017-12.984-29-29-29m0 49c-11.046 0-20-8.955-20-20s8.954-20 20-20s20 8.954 20 20s-8.954 20-20 20"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="35.795" cy="35.937" r="29"/><circle cx="35.795" cy="35.937" r="20"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiHollowRedCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M35.566 6.407c-16.016 0-29 12.983-29 29c0 16.016 12.984 29 29 29s29-12.984 29-29c0-16.017-12.984-29-29-29m0 49c-11.046 0-20-8.955-20-20s8.954-20 20-20s20 8.954 20 20s-8.954 20-20 20"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="35.795" cy="35.937" r="29"/><circle cx="35.795" cy="35.937" r="20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M35.566 6.407c-16.016 0-29 12.983-29 29c0 16.016 12.984 29 29 29s29-12.984 29-29c0-16.017-12.984-29-29-29m0 49c-11.046 0-20-8.955-20-20s8.954-20 20-20s20 8.954 20 20s-8.954 20-20 20"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="35.795" cy="35.937" r="29"/><circle cx="35.795" cy="35.937" r="20"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M35.566%206.407c-16.016%200-29%2012.983-29%2029c0%2016.016%2012.984%2029%2029%2029s29-12.984%2029-29c0-16.017-12.984-29-29-29m0%2049c-11.046%200-20-8.955-20-20s8.954-20%2020-20s20%208.954%2020%2020s-8.954%2020-20%2020%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2235.937%22%20r%3D%2229%22%2F%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2235.937%22%20r%3D%2220%22%2F%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M35.566%206.407c-16.016%200-29%2012.983-29%2029c0%2016.016%2012.984%2029%2029%2029s29-12.984%2029-29c0-16.017-12.984-29-29-29m0%2049c-11.046%200-20-8.955-20-20s8.954-20%2020-20s20%208.954%2020%2020s-8.954%2020-20%2020%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2235.937%22%20r%3D%2229%22%2F%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2235.937%22%20r%3D%2220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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