ring emoji
ring from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.
- Name
- ring
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- People
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
ringFont Awesome 6 SolidringFont Awesome SolidringFluent EmojiringFluent Emoji FlatringFluent Emoji High ContrastringFirefox OS Emojiringcss.ggringIconParkringIconPark OutlineringIconPark SolidringIconPark TwoToneringLine AwesomeringMaterial Design IconsringNoto EmojiringOpenMojiringSimple IconsringWeb3 IconsringWeb3 Icons BrandedringTwitter Emoji
More people icons from Emoji One (Colored)
alienalien-monsterangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upbeaming-face-with-smiling-eyesblond-haired-personboybride-with-veilbriefcasebust-in-silhouettebusts-in-silhouettecall-me-handcat-face-with-tears-of-joycat-face-with-wry-smileclapping-hands
Use the ring emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M32 61.9c-11.6 0-21-9.5-21-21.3s9.4-21.3 21-21.3S53 29 53 40.7s-9.4 21.2-21 21.2m0-38.1c-9.2 0-16.7 7.6-16.7 16.9S22.8 57.6 32 57.6S48.7 50 48.7 40.7c0-9.4-7.5-16.9-16.7-16.9"/><path fill="#fff" d="M25.5 59c-1.9-.6-3.6-1.6-5.2-2.7c-1.6-1.2-3-2.6-4.2-4.1c-2.4-3.2-3.8-7.1-3.9-11.1s1-8 3.3-11.3c1.1-1.6 2.5-3.1 4-4.4c1.5-1.2 3.2-2.3 5-3c-3.4 1.8-6.4 4.5-8.4 7.8c-2 3.2-3.1 7.1-2.9 10.9c.1 3.8 1.4 7.5 3.6 10.7c2.1 3 5.2 5.5 8.7 7.2"/><path fill="#a5a5a5" d="M39.6 22.4c1.8.7 3.5 1.8 5 3s2.9 2.7 4 4.4C50.8 33 52 37.1 51.9 41c-.1 4-1.5 7.9-3.9 11.1c-1.2 1.6-2.6 3-4.2 4.1s-3.4 2.1-5.2 2.7c3.5-1.6 6.6-4.1 8.8-7.3c2.2-3.1 3.5-6.9 3.6-10.7c0-3.7-1-7.5-3-10.7c-2-3.3-5-6-8.4-7.8"/><path fill="#d0d0d0" d="m25.5 15l6.5 6.6l6.5-6.6z"/><path fill="#a5a5a5" d="m34.2 15l-1.5 4.4l1.3.1l4.5-4.5z"/><path fill="#b6fff1" d="m28.8 1.9l-1.1 6.6h-8.6l3.2-6.6z"/><path fill="#6adbc6" d="m27.7 8.5l2.1 6.5h-4.3l-6.4-6.5zm1.1-6.6l-1.1 6.6h8.6l-1.1-6.6z"/><path fill="#42ade2" d="m35.2 1.9l1.1 6.6h8.6l-3.2-6.6zm-7.5 6.6l2.1 6.5h4.4l2.1-6.5z"/><path fill="#428bc1" d="M36.3 8.5L34.2 15h4.3l6.4-6.5z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneRing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M32 61.9c-11.6 0-21-9.5-21-21.3s9.4-21.3 21-21.3S53 29 53 40.7s-9.4 21.2-21 21.2m0-38.1c-9.2 0-16.7 7.6-16.7 16.9S22.8 57.6 32 57.6S48.7 50 48.7 40.7c0-9.4-7.5-16.9-16.7-16.9"/><path fill="#fff" d="M25.5 59c-1.9-.6-3.6-1.6-5.2-2.7c-1.6-1.2-3-2.6-4.2-4.1c-2.4-3.2-3.8-7.1-3.9-11.1s1-8 3.3-11.3c1.1-1.6 2.5-3.1 4-4.4c1.5-1.2 3.2-2.3 5-3c-3.4 1.8-6.4 4.5-8.4 7.8c-2 3.2-3.1 7.1-2.9 10.9c.1 3.8 1.4 7.5 3.6 10.7c2.1 3 5.2 5.5 8.7 7.2"/><path fill="#a5a5a5" d="M39.6 22.4c1.8.7 3.5 1.8 5 3s2.9 2.7 4 4.4C50.8 33 52 37.1 51.9 41c-.1 4-1.5 7.9-3.9 11.1c-1.2 1.6-2.6 3-4.2 4.1s-3.4 2.1-5.2 2.7c3.5-1.6 6.6-4.1 8.8-7.3c2.2-3.1 3.5-6.9 3.6-10.7c0-3.7-1-7.5-3-10.7c-2-3.3-5-6-8.4-7.8"/><path fill="#d0d0d0" d="m25.5 15l6.5 6.6l6.5-6.6z"/><path fill="#a5a5a5" d="m34.2 15l-1.5 4.4l1.3.1l4.5-4.5z"/><path fill="#b6fff1" d="m28.8 1.9l-1.1 6.6h-8.6l3.2-6.6z"/><path fill="#6adbc6" d="m27.7 8.5l2.1 6.5h-4.3l-6.4-6.5zm1.1-6.6l-1.1 6.6h8.6l-1.1-6.6z"/><path fill="#42ade2" d="m35.2 1.9l1.1 6.6h8.6l-3.2-6.6zm-7.5 6.6l2.1 6.5h4.4l2.1-6.5z"/><path fill="#428bc1" d="M36.3 8.5L34.2 15h4.3l6.4-6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M32 61.9c-11.6 0-21-9.5-21-21.3s9.4-21.3 21-21.3S53 29 53 40.7s-9.4 21.2-21 21.2m0-38.1c-9.2 0-16.7 7.6-16.7 16.9S22.8 57.6 32 57.6S48.7 50 48.7 40.7c0-9.4-7.5-16.9-16.7-16.9"/><path fill="#fff" d="M25.5 59c-1.9-.6-3.6-1.6-5.2-2.7c-1.6-1.2-3-2.6-4.2-4.1c-2.4-3.2-3.8-7.1-3.9-11.1s1-8 3.3-11.3c1.1-1.6 2.5-3.1 4-4.4c1.5-1.2 3.2-2.3 5-3c-3.4 1.8-6.4 4.5-8.4 7.8c-2 3.2-3.1 7.1-2.9 10.9c.1 3.8 1.4 7.5 3.6 10.7c2.1 3 5.2 5.5 8.7 7.2"/><path fill="#a5a5a5" d="M39.6 22.4c1.8.7 3.5 1.8 5 3s2.9 2.7 4 4.4C50.8 33 52 37.1 51.9 41c-.1 4-1.5 7.9-3.9 11.1c-1.2 1.6-2.6 3-4.2 4.1s-3.4 2.1-5.2 2.7c3.5-1.6 6.6-4.1 8.8-7.3c2.2-3.1 3.5-6.9 3.6-10.7c0-3.7-1-7.5-3-10.7c-2-3.3-5-6-8.4-7.8"/><path fill="#d0d0d0" d="m25.5 15l6.5 6.6l6.5-6.6z"/><path fill="#a5a5a5" d="m34.2 15l-1.5 4.4l1.3.1l4.5-4.5z"/><path fill="#b6fff1" d="m28.8 1.9l-1.1 6.6h-8.6l3.2-6.6z"/><path fill="#6adbc6" d="m27.7 8.5l2.1 6.5h-4.3l-6.4-6.5zm1.1-6.6l-1.1 6.6h8.6l-1.1-6.6z"/><path fill="#42ade2" d="m35.2 1.9l1.1 6.6h8.6l-3.2-6.6zm-7.5 6.6l2.1 6.5h4.4l2.1-6.5z"/><path fill="#428bc1" d="M36.3 8.5L34.2 15h4.3l6.4-6.5z"/></svg> </template>
CSS
.icon-ring {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2061.9c-11.6%200-21-9.5-21-21.3s9.4-21.3%2021-21.3S53%2029%2053%2040.7s-9.4%2021.2-21%2021.2m0-38.1c-9.2%200-16.7%207.6-16.7%2016.9S22.8%2057.6%2032%2057.6S48.7%2050%2048.7%2040.7c0-9.4-7.5-16.9-16.7-16.9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.5%2059c-1.9-.6-3.6-1.6-5.2-2.7c-1.6-1.2-3-2.6-4.2-4.1c-2.4-3.2-3.8-7.1-3.9-11.1s1-8%203.3-11.3c1.1-1.6%202.5-3.1%204-4.4c1.5-1.2%203.2-2.3%205-3c-3.4%201.8-6.4%204.5-8.4%207.8c-2%203.2-3.1%207.1-2.9%2010.9c.1%203.8%201.4%207.5%203.6%2010.7c2.1%203%205.2%205.5%208.7%207.2%22%2F%3E%3Cpath%20fill%3D%22%23a5a5a5%22%20d%3D%22M39.6%2022.4c1.8.7%203.5%201.8%205%203s2.9%202.7%204%204.4C50.8%2033%2052%2037.1%2051.9%2041c-.1%204-1.5%207.9-3.9%2011.1c-1.2%201.6-2.6%203-4.2%204.1s-3.4%202.1-5.2%202.7c3.5-1.6%206.6-4.1%208.8-7.3c2.2-3.1%203.5-6.9%203.6-10.7c0-3.7-1-7.5-3-10.7c-2-3.3-5-6-8.4-7.8%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22m25.5%2015l6.5%206.6l6.5-6.6z%22%2F%3E%3Cpath%20fill%3D%22%23a5a5a5%22%20d%3D%22m34.2%2015l-1.5%204.4l1.3.1l4.5-4.5z%22%2F%3E%3Cpath%20fill%3D%22%23b6fff1%22%20d%3D%22m28.8%201.9l-1.1%206.6h-8.6l3.2-6.6z%22%2F%3E%3Cpath%20fill%3D%22%236adbc6%22%20d%3D%22m27.7%208.5l2.1%206.5h-4.3l-6.4-6.5zm1.1-6.6l-1.1%206.6h8.6l-1.1-6.6z%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22m35.2%201.9l1.1%206.6h8.6l-3.2-6.6zm-7.5%206.6l2.1%206.5h4.4l2.1-6.5z%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M36.3%208.5L34.2%2015h4.3l6.4-6.5z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2061.9c-11.6%200-21-9.5-21-21.3s9.4-21.3%2021-21.3S53%2029%2053%2040.7s-9.4%2021.2-21%2021.2m0-38.1c-9.2%200-16.7%207.6-16.7%2016.9S22.8%2057.6%2032%2057.6S48.7%2050%2048.7%2040.7c0-9.4-7.5-16.9-16.7-16.9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.5%2059c-1.9-.6-3.6-1.6-5.2-2.7c-1.6-1.2-3-2.6-4.2-4.1c-2.4-3.2-3.8-7.1-3.9-11.1s1-8%203.3-11.3c1.1-1.6%202.5-3.1%204-4.4c1.5-1.2%203.2-2.3%205-3c-3.4%201.8-6.4%204.5-8.4%207.8c-2%203.2-3.1%207.1-2.9%2010.9c.1%203.8%201.4%207.5%203.6%2010.7c2.1%203%205.2%205.5%208.7%207.2%22%2F%3E%3Cpath%20fill%3D%22%23a5a5a5%22%20d%3D%22M39.6%2022.4c1.8.7%203.5%201.8%205%203s2.9%202.7%204%204.4C50.8%2033%2052%2037.1%2051.9%2041c-.1%204-1.5%207.9-3.9%2011.1c-1.2%201.6-2.6%203-4.2%204.1s-3.4%202.1-5.2%202.7c3.5-1.6%206.6-4.1%208.8-7.3c2.2-3.1%203.5-6.9%203.6-10.7c0-3.7-1-7.5-3-10.7c-2-3.3-5-6-8.4-7.8%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22m25.5%2015l6.5%206.6l6.5-6.6z%22%2F%3E%3Cpath%20fill%3D%22%23a5a5a5%22%20d%3D%22m34.2%2015l-1.5%204.4l1.3.1l4.5-4.5z%22%2F%3E%3Cpath%20fill%3D%22%23b6fff1%22%20d%3D%22m28.8%201.9l-1.1%206.6h-8.6l3.2-6.6z%22%2F%3E%3Cpath%20fill%3D%22%236adbc6%22%20d%3D%22m27.7%208.5l2.1%206.5h-4.3l-6.4-6.5zm1.1-6.6l-1.1%206.6h8.6l-1.1-6.6z%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22m35.2%201.9l1.1%206.6h8.6l-3.2-6.6zm-7.5%206.6l2.1%206.5h4.4l2.1-6.5z%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M36.3%208.5L34.2%2015h4.3l6.4-6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/ring.svg?color=%231a73e8&size=48