share circle icon

share-circle-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
share-circle-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All share circle icons →

More ui icons from Reicon

Use the share circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 6a3 3 0 1 0 6 0a3 3 0 0 0-6 0M2.5 18a3 3 0 1 0 6 0a3 3 0 0 0-6 0m16 3a3 3 0 1 1 0-6a3 3 0 0 1 0 6M7.205 7.562a.75.75 0 0 0-.993-1.124A8.73 8.73 0 0 0 3.25 13a.75.75 0 0 0 1.5 0a7.23 7.23 0 0 1 2.455-5.438m10.583-1.124a.75.75 0 0 0-.993 1.124A7.23 7.23 0 0 1 19.25 13a.75.75 0 0 0 1.5 0a8.73 8.73 0 0 0-2.962-6.562m-7.601 13.584a.75.75 0 1 0-.374 1.452a8.8 8.8 0 0 0 4.374 0a.75.75 0 1 0-.374-1.452A7.3 7.3 0 0 1 12 20.25a7.3 7.3 0 0 1-1.813-.228"/></svg>

React

import type { SVGProps } from "react";

export function ReiconShareCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 6a3 3 0 1 0 6 0a3 3 0 0 0-6 0M2.5 18a3 3 0 1 0 6 0a3 3 0 0 0-6 0m16 3a3 3 0 1 1 0-6a3 3 0 0 1 0 6M7.205 7.562a.75.75 0 0 0-.993-1.124A8.73 8.73 0 0 0 3.25 13a.75.75 0 0 0 1.5 0a7.23 7.23 0 0 1 2.455-5.438m10.583-1.124a.75.75 0 0 0-.993 1.124A7.23 7.23 0 0 1 19.25 13a.75.75 0 0 0 1.5 0a8.73 8.73 0 0 0-2.962-6.562m-7.601 13.584a.75.75 0 1 0-.374 1.452a8.8 8.8 0 0 0 4.374 0a.75.75 0 1 0-.374-1.452A7.3 7.3 0 0 1 12 20.25a7.3 7.3 0 0 1-1.813-.228"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 6a3 3 0 1 0 6 0a3 3 0 0 0-6 0M2.5 18a3 3 0 1 0 6 0a3 3 0 0 0-6 0m16 3a3 3 0 1 1 0-6a3 3 0 0 1 0 6M7.205 7.562a.75.75 0 0 0-.993-1.124A8.73 8.73 0 0 0 3.25 13a.75.75 0 0 0 1.5 0a7.23 7.23 0 0 1 2.455-5.438m10.583-1.124a.75.75 0 0 0-.993 1.124A7.23 7.23 0 0 1 19.25 13a.75.75 0 0 0 1.5 0a8.73 8.73 0 0 0-2.962-6.562m-7.601 13.584a.75.75 0 1 0-.374 1.452a8.8 8.8 0 0 0 4.374 0a.75.75 0 1 0-.374-1.452A7.3 7.3 0 0 1 12 20.25a7.3 7.3 0 0 1-1.813-.228"/></svg>
</template>

CSS

.icon-share-circle-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206a3%203%200%201%200%206%200a3%203%200%200%200-6%200M2.5%2018a3%203%200%201%200%206%200a3%203%200%200%200-6%200m16%203a3%203%200%201%201%200-6a3%203%200%200%201%200%206M7.205%207.562a.75.75%200%200%200-.993-1.124A8.73%208.73%200%200%200%203.25%2013a.75.75%200%200%200%201.5%200a7.23%207.23%200%200%201%202.455-5.438m10.583-1.124a.75.75%200%200%200-.993%201.124A7.23%207.23%200%200%201%2019.25%2013a.75.75%200%200%200%201.5%200a8.73%208.73%200%200%200-2.962-6.562m-7.601%2013.584a.75.75%200%201%200-.374%201.452a8.8%208.8%200%200%200%204.374%200a.75.75%200%201%200-.374-1.452A7.3%207.3%200%200%201%2012%2020.25a7.3%207.3%200%200%201-1.813-.228%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206a3%203%200%201%200%206%200a3%203%200%200%200-6%200M2.5%2018a3%203%200%201%200%206%200a3%203%200%200%200-6%200m16%203a3%203%200%201%201%200-6a3%203%200%200%201%200%206M7.205%207.562a.75.75%200%200%200-.993-1.124A8.73%208.73%200%200%200%203.25%2013a.75.75%200%200%200%201.5%200a7.23%207.23%200%200%201%202.455-5.438m10.583-1.124a.75.75%200%200%200-.993%201.124A7.23%207.23%200%200%201%2019.25%2013a.75.75%200%200%200%201.5%200a8.73%208.73%200%200%200-2.962-6.562m-7.601%2013.584a.75.75%200%201%200-.374%201.452a8.8%208.8%200%200%200%204.374%200a.75.75%200%201%200-.374-1.452A7.3%207.3%200%200%201%2012%2020.25a7.3%207.3%200%200%201-1.813-.228%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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