share icon

share-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
share-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 11.5C9 12.8807 7.88071 14 6.5 14C5.11929 14 4 12.8807 4 11.5C4 10.1193 5.11929 9 6.5 9C7.88071 9 9 10.1193 9 11.5Z"/><path stroke-linecap="round" d="M14.3206 16.8017L9 13.29" opacity=".5"/><path stroke-linecap="round" d="M14.4207 6.83984L9.1001 10.3515" opacity=".5"/><path d="M19 18.5C19 19.8807 17.8807 21 16.5 21C15.1193 21 14 19.8807 14 18.5C14 17.1193 15.1193 16 16.5 16C17.8807 16 19 17.1193 19 18.5Z"/><path d="M19 5.5C19 6.88071 17.8807 8 16.5 8C15.1193 8 14 6.88071 14 5.5C14 4.11929 15.1193 3 16.5 3C17.8807 3 19 4.11929 19 5.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarShareLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9 11.5C9 12.8807 7.88071 14 6.5 14C5.11929 14 4 12.8807 4 11.5C4 10.1193 5.11929 9 6.5 9C7.88071 9 9 10.1193 9 11.5Z"/><path strokeLinecap="round" d="M14.3206 16.8017L9 13.29" opacity=".5"/><path strokeLinecap="round" d="M14.4207 6.83984L9.1001 10.3515" opacity=".5"/><path d="M19 18.5C19 19.8807 17.8807 21 16.5 21C15.1193 21 14 19.8807 14 18.5C14 17.1193 15.1193 16 16.5 16C17.8807 16 19 17.1193 19 18.5Z"/><path d="M19 5.5C19 6.88071 17.8807 8 16.5 8C15.1193 8 14 6.88071 14 5.5C14 4.11929 15.1193 3 16.5 3C17.8807 3 19 4.11929 19 5.5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 11.5C9 12.8807 7.88071 14 6.5 14C5.11929 14 4 12.8807 4 11.5C4 10.1193 5.11929 9 6.5 9C7.88071 9 9 10.1193 9 11.5Z"/><path stroke-linecap="round" d="M14.3206 16.8017L9 13.29" opacity=".5"/><path stroke-linecap="round" d="M14.4207 6.83984L9.1001 10.3515" opacity=".5"/><path d="M19 18.5C19 19.8807 17.8807 21 16.5 21C15.1193 21 14 19.8807 14 18.5C14 17.1193 15.1193 16 16.5 16C17.8807 16 19 17.1193 19 18.5Z"/><path d="M19 5.5C19 6.88071 17.8807 8 16.5 8C15.1193 8 14 6.88071 14 5.5C14 4.11929 15.1193 3 16.5 3C17.8807 3 19 4.11929 19 5.5Z"/></g></svg>
</template>

CSS

.icon-share-line-duotone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2011.5C9%2012.8807%207.88071%2014%206.5%2014C5.11929%2014%204%2012.8807%204%2011.5C4%2010.1193%205.11929%209%206.5%209C7.88071%209%209%2010.1193%209%2011.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.3206%2016.8017L9%2013.29%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.4207%206.83984L9.1001%2010.3515%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19%2018.5C19%2019.8807%2017.8807%2021%2016.5%2021C15.1193%2021%2014%2019.8807%2014%2018.5C14%2017.1193%2015.1193%2016%2016.5%2016C17.8807%2016%2019%2017.1193%2019%2018.5Z%22%2F%3E%3Cpath%20d%3D%22M19%205.5C19%206.88071%2017.8807%208%2016.5%208C15.1193%208%2014%206.88071%2014%205.5C14%204.11929%2015.1193%203%2016.5%203C17.8807%203%2019%204.11929%2019%205.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2011.5C9%2012.8807%207.88071%2014%206.5%2014C5.11929%2014%204%2012.8807%204%2011.5C4%2010.1193%205.11929%209%206.5%209C7.88071%209%209%2010.1193%209%2011.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.3206%2016.8017L9%2013.29%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.4207%206.83984L9.1001%2010.3515%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19%2018.5C19%2019.8807%2017.8807%2021%2016.5%2021C15.1193%2021%2014%2019.8807%2014%2018.5C14%2017.1193%2015.1193%2016%2016.5%2016C17.8807%2016%2019%2017.1193%2019%2018.5Z%22%2F%3E%3Cpath%20d%3D%22M19%205.5C19%206.88071%2017.8807%208%2016.5%208C15.1193%208%2014%206.88071%2014%205.5C14%204.11929%2015.1193%203%2016.5%203C17.8807%203%2019%204.11929%2019%205.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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