share circle icon

share-circle-line from Remix Icon by Remix Design · Line · System · Apache-2.0 Free for personal and commercial use.

Name
share-circle-line
Set
Remix Icon
Style
Line
Category
System
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More system icons from Remix Icon

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="M11 2.05v2.012A8.001 8.001 0 0 0 12 20a8 8 0 0 0 7.938-7h2.013c-.502 5.053-4.766 9-9.951 9c-5.523 0-10-4.477-10-10c0-5.185 3.947-9.449 9-9.95m9 3.364l-8 8L10.586 12l8-8H14V2h8v8h-2z"/></svg>

React

import type { SVGProps } from "react";

export function RiShareCircleLine(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="M11 2.05v2.012A8.001 8.001 0 0 0 12 20a8 8 0 0 0 7.938-7h2.013c-.502 5.053-4.766 9-9.951 9c-5.523 0-10-4.477-10-10c0-5.185 3.947-9.449 9-9.95m9 3.364l-8 8L10.586 12l8-8H14V2h8v8h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2.05v2.012A8.001 8.001 0 0 0 12 20a8 8 0 0 0 7.938-7h2.013c-.502 5.053-4.766 9-9.951 9c-5.523 0-10-4.477-10-10c0-5.185 3.947-9.449 9-9.95m9 3.364l-8 8L10.586 12l8-8H14V2h8v8h-2z"/></svg>
</template>

CSS

.icon-share-circle-line {
  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%22M11%202.05v2.012A8.001%208.001%200%200%200%2012%2020a8%208%200%200%200%207.938-7h2.013c-.502%205.053-4.766%209-9.951%209c-5.523%200-10-4.477-10-10c0-5.185%203.947-9.449%209-9.95m9%203.364l-8%208L10.586%2012l8-8H14V2h8v8h-2z%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%22M11%202.05v2.012A8.001%208.001%200%200%200%2012%2020a8%208%200%200%200%207.938-7h2.013c-.502%205.053-4.766%209-9.951%209c-5.523%200-10-4.477-10-10c0-5.185%203.947-9.449%209-9.95m9%203.364l-8%208L10.586%2012l8-8H14V2h8v8h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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