share circle icon

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

Name
share-circle
Set
Reicon
Style
Outline
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"><g fill="currentColor"><path fill-rule="evenodd" d="M15.75 6a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M12 3.75a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5M9.25 18a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M5.5 15.75a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5m13-1.5a3.75 3.75 0 1 1 0 7.5a3.75 3.75 0 0 1 0-7.5M20.75 18a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0" clip-rule="evenodd"/><path d="M7.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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShareCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M15.75 6a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M12 3.75a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5M9.25 18a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M5.5 15.75a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5m13-1.5a3.75 3.75 0 1 1 0 7.5a3.75 3.75 0 0 1 0-7.5M20.75 18a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0" clipRule="evenodd"/><path d="M7.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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.75 6a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M12 3.75a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5M9.25 18a3.75 3.75 0 1 0-7.5 0a3.75 3.75 0 0 0 7.5 0M5.5 15.75a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5m13-1.5a3.75 3.75 0 1 1 0 7.5a3.75 3.75 0 0 1 0-7.5M20.75 18a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0" clip-rule="evenodd"/><path d="M7.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"/></g></svg>
</template>

CSS

.icon-share-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.75%206a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M12%203.75a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.5M9.25%2018a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M5.5%2015.75a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.5m13-1.5a3.75%203.75%200%201%201%200%207.5a3.75%203.75%200%200%201%200-7.5M20.75%2018a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.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%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.75%206a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M12%203.75a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.5M9.25%2018a3.75%203.75%200%201%200-7.5%200a3.75%203.75%200%200%200%207.5%200M5.5%2015.75a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.5m13-1.5a3.75%203.75%200%201%201%200%207.5a3.75%203.75%200%200%201%200-7.5M20.75%2018a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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