ring icon
ring from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- ring
- Set
- IconPark
- Style
- Color
- Category
- Connect
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
ringEmoji One (Colored)ringFont Awesome 6 SolidringFont Awesome SolidringFluent EmojiringFluent Emoji FlatringFluent Emoji High ContrastringFirefox OS Emojiringcss.ggringIconPark OutlineringIconPark SolidringIconPark TwoToneringLine AwesomeringMaterial Design IconsringNoto EmojiringOpenMojiringSimple IconsringWeb3 IconsringWeb3 Icons BrandedringTwitter Emoji
More connect icons from IconPark
Use the ring icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24.0004 11.619C26.0933 11.619 27.7899 9.91347 27.7899 7.80952C27.7899 5.70558 26.0933 4 24.0004 4C21.9075 4 20.2109 5.70558 20.2109 7.80952C20.2109 9.91347 21.9075 11.619 24.0004 11.619Z"/><path fill="#2F88FF" d="M9.78947 40.1906C11.8823 40.1906 13.5789 38.485 13.5789 36.3811C13.5789 34.2771 11.8823 32.5715 9.78947 32.5715C7.69661 32.5715 6 34.2771 6 36.3811C6 38.485 7.69661 40.1906 9.78947 40.1906Z"/><path fill="#2F88FF" d="M38.2104 40.1906C40.3032 40.1906 41.9998 38.485 41.9998 36.3811C41.9998 34.2771 40.3032 32.5715 38.2104 32.5715C36.1175 32.5715 34.4209 34.2771 34.4209 36.3811C34.4209 38.485 36.1175 40.1906 38.2104 40.1906Z"/><path stroke-linecap="round" d="M33.1426 10.3142C38.444 13.4629 41.9999 19.2664 41.9999 25.9048C41.9999 26.4816 41.9731 27.0522 41.9206 27.6152V27.6152"/><path stroke-linecap="round" d="M31.014 42.575C28.8585 43.4926 26.4883 44.0001 24.0001 44.0001C21.512 44.0001 19.1418 43.4926 16.9863 42.575"/><path stroke-linecap="round" d="M6.07936 27.6152C6.02685 27.0522 6 26.4816 6 25.9048C6 19.2664 9.5559 13.4629 14.8573 10.3142"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkRing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M24.0004 11.619C26.0933 11.619 27.7899 9.91347 27.7899 7.80952C27.7899 5.70558 26.0933 4 24.0004 4C21.9075 4 20.2109 5.70558 20.2109 7.80952C20.2109 9.91347 21.9075 11.619 24.0004 11.619Z"/><path fill="#2F88FF" d="M9.78947 40.1906C11.8823 40.1906 13.5789 38.485 13.5789 36.3811C13.5789 34.2771 11.8823 32.5715 9.78947 32.5715C7.69661 32.5715 6 34.2771 6 36.3811C6 38.485 7.69661 40.1906 9.78947 40.1906Z"/><path fill="#2F88FF" d="M38.2104 40.1906C40.3032 40.1906 41.9998 38.485 41.9998 36.3811C41.9998 34.2771 40.3032 32.5715 38.2104 32.5715C36.1175 32.5715 34.4209 34.2771 34.4209 36.3811C34.4209 38.485 36.1175 40.1906 38.2104 40.1906Z"/><path strokeLinecap="round" d="M33.1426 10.3142C38.444 13.4629 41.9999 19.2664 41.9999 25.9048C41.9999 26.4816 41.9731 27.0522 41.9206 27.6152V27.6152"/><path strokeLinecap="round" d="M31.014 42.575C28.8585 43.4926 26.4883 44.0001 24.0001 44.0001C21.512 44.0001 19.1418 43.4926 16.9863 42.575"/><path strokeLinecap="round" d="M6.07936 27.6152C6.02685 27.0522 6 26.4816 6 25.9048C6 19.2664 9.5559 13.4629 14.8573 10.3142"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24.0004 11.619C26.0933 11.619 27.7899 9.91347 27.7899 7.80952C27.7899 5.70558 26.0933 4 24.0004 4C21.9075 4 20.2109 5.70558 20.2109 7.80952C20.2109 9.91347 21.9075 11.619 24.0004 11.619Z"/><path fill="#2F88FF" d="M9.78947 40.1906C11.8823 40.1906 13.5789 38.485 13.5789 36.3811C13.5789 34.2771 11.8823 32.5715 9.78947 32.5715C7.69661 32.5715 6 34.2771 6 36.3811C6 38.485 7.69661 40.1906 9.78947 40.1906Z"/><path fill="#2F88FF" d="M38.2104 40.1906C40.3032 40.1906 41.9998 38.485 41.9998 36.3811C41.9998 34.2771 40.3032 32.5715 38.2104 32.5715C36.1175 32.5715 34.4209 34.2771 34.4209 36.3811C34.4209 38.485 36.1175 40.1906 38.2104 40.1906Z"/><path stroke-linecap="round" d="M33.1426 10.3142C38.444 13.4629 41.9999 19.2664 41.9999 25.9048C41.9999 26.4816 41.9731 27.0522 41.9206 27.6152V27.6152"/><path stroke-linecap="round" d="M31.014 42.575C28.8585 43.4926 26.4883 44.0001 24.0001 44.0001C21.512 44.0001 19.1418 43.4926 16.9863 42.575"/><path stroke-linecap="round" d="M6.07936 27.6152C6.02685 27.0522 6 26.4816 6 25.9048C6 19.2664 9.5559 13.4629 14.8573 10.3142"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24.0004%2011.619C26.0933%2011.619%2027.7899%209.91347%2027.7899%207.80952C27.7899%205.70558%2026.0933%204%2024.0004%204C21.9075%204%2020.2109%205.70558%2020.2109%207.80952C20.2109%209.91347%2021.9075%2011.619%2024.0004%2011.619Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.78947%2040.1906C11.8823%2040.1906%2013.5789%2038.485%2013.5789%2036.3811C13.5789%2034.2771%2011.8823%2032.5715%209.78947%2032.5715C7.69661%2032.5715%206%2034.2771%206%2036.3811C6%2038.485%207.69661%2040.1906%209.78947%2040.1906Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.2104%2040.1906C40.3032%2040.1906%2041.9998%2038.485%2041.9998%2036.3811C41.9998%2034.2771%2040.3032%2032.5715%2038.2104%2032.5715C36.1175%2032.5715%2034.4209%2034.2771%2034.4209%2036.3811C34.4209%2038.485%2036.1175%2040.1906%2038.2104%2040.1906Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33.1426%2010.3142C38.444%2013.4629%2041.9999%2019.2664%2041.9999%2025.9048C41.9999%2026.4816%2041.9731%2027.0522%2041.9206%2027.6152V27.6152%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.014%2042.575C28.8585%2043.4926%2026.4883%2044.0001%2024.0001%2044.0001C21.512%2044.0001%2019.1418%2043.4926%2016.9863%2042.575%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.07936%2027.6152C6.02685%2027.0522%206%2026.4816%206%2025.9048C6%2019.2664%209.5559%2013.4629%2014.8573%2010.3142%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24.0004%2011.619C26.0933%2011.619%2027.7899%209.91347%2027.7899%207.80952C27.7899%205.70558%2026.0933%204%2024.0004%204C21.9075%204%2020.2109%205.70558%2020.2109%207.80952C20.2109%209.91347%2021.9075%2011.619%2024.0004%2011.619Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.78947%2040.1906C11.8823%2040.1906%2013.5789%2038.485%2013.5789%2036.3811C13.5789%2034.2771%2011.8823%2032.5715%209.78947%2032.5715C7.69661%2032.5715%206%2034.2771%206%2036.3811C6%2038.485%207.69661%2040.1906%209.78947%2040.1906Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.2104%2040.1906C40.3032%2040.1906%2041.9998%2038.485%2041.9998%2036.3811C41.9998%2034.2771%2040.3032%2032.5715%2038.2104%2032.5715C36.1175%2032.5715%2034.4209%2034.2771%2034.4209%2036.3811C34.4209%2038.485%2036.1175%2040.1906%2038.2104%2040.1906Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33.1426%2010.3142C38.444%2013.4629%2041.9999%2019.2664%2041.9999%2025.9048C41.9999%2026.4816%2041.9731%2027.0522%2041.9206%2027.6152V27.6152%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.014%2042.575C28.8585%2043.4926%2026.4883%2044.0001%2024.0001%2044.0001C21.512%2044.0001%2019.1418%2043.4926%2016.9863%2042.575%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.07936%2027.6152C6.02685%2027.0522%206%2026.4816%206%2025.9048C6%2019.2664%209.5559%2013.4629%2014.8573%2010.3142%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/ring.svg?color=%231a73e8&size=48