share from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
share
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.307 1.105a.5.5 0 0 0-.807.395v1.993l-.135.007a5.4 5.4 0 0 0-1.544.337a4.7 4.7 0 0 0-2.095 1.574c-.623.826-1.081 1.972-1.224 3.544a.5.5 0 0 0 .852.399c1.188-1.19 2.369-1.776 3.242-2.067c.36-.12.668-.19.904-.23V9a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0-.025-.769zm-.364 3.392h.003A.5.5 0 0 0 11.5 4V2.522l3.219 2.504l-3.219 2.86V6.5A.5.5 0 0 0 11 6h-.045l-.1.006a5 5 0 0 0-.355.038c-.3.043-.72.127-1.22.294a8.9 8.9 0 0 0-2.548 1.36c.194-.716.476-1.264.793-1.685a3.7 3.7 0 0 1 1.654-1.242a4.4 4.4 0 0 1 1.642-.281q.068.002.1.005zM3.5 2A2.5 2.5 0 0 0 1 4.5v8A2.5 2.5 0 0 0 3.5 15h8a2.5 2.5 0 0 0 2.5-2.5v-3a.5.5 0 0 0-1 0v3a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 12.5v-8A1.5 1.5 0 0 1 3.5 3h4a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconShare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.307 1.105a.5.5 0 0 0-.807.395v1.993l-.135.007a5.4 5.4 0 0 0-1.544.337a4.7 4.7 0 0 0-2.095 1.574c-.623.826-1.081 1.972-1.224 3.544a.5.5 0 0 0 .852.399c1.188-1.19 2.369-1.776 3.242-2.067c.36-.12.668-.19.904-.23V9a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0-.025-.769zm-.364 3.392h.003A.5.5 0 0 0 11.5 4V2.522l3.219 2.504l-3.219 2.86V6.5A.5.5 0 0 0 11 6h-.045l-.1.006a5 5 0 0 0-.355.038c-.3.043-.72.127-1.22.294a8.9 8.9 0 0 0-2.548 1.36c.194-.716.476-1.264.793-1.685a3.7 3.7 0 0 1 1.654-1.242a4.4 4.4 0 0 1 1.642-.281q.068.002.1.005zM3.5 2A2.5 2.5 0 0 0 1 4.5v8A2.5 2.5 0 0 0 3.5 15h8a2.5 2.5 0 0 0 2.5-2.5v-3a.5.5 0 0 0-1 0v3a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 12.5v-8A1.5 1.5 0 0 1 3.5 3h4a.5.5 0 0 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.307 1.105a.5.5 0 0 0-.807.395v1.993l-.135.007a5.4 5.4 0 0 0-1.544.337a4.7 4.7 0 0 0-2.095 1.574c-.623.826-1.081 1.972-1.224 3.544a.5.5 0 0 0 .852.399c1.188-1.19 2.369-1.776 3.242-2.067c.36-.12.668-.19.904-.23V9a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0-.025-.769zm-.364 3.392h.003A.5.5 0 0 0 11.5 4V2.522l3.219 2.504l-3.219 2.86V6.5A.5.5 0 0 0 11 6h-.045l-.1.006a5 5 0 0 0-.355.038c-.3.043-.72.127-1.22.294a8.9 8.9 0 0 0-2.548 1.36c.194-.716.476-1.264.793-1.685a3.7 3.7 0 0 1 1.654-1.242a4.4 4.4 0 0 1 1.642-.281q.068.002.1.005zM3.5 2A2.5 2.5 0 0 0 1 4.5v8A2.5 2.5 0 0 0 3.5 15h8a2.5 2.5 0 0 0 2.5-2.5v-3a.5.5 0 0 0-1 0v3a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 12.5v-8A1.5 1.5 0 0 1 3.5 3h4a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-share {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.307%201.105a.5.5%200%200%200-.807.395v1.993l-.135.007a5.4%205.4%200%200%200-1.544.337a4.7%204.7%200%200%200-2.095%201.574c-.623.826-1.081%201.972-1.224%203.544a.5.5%200%200%200%20.852.399c1.188-1.19%202.369-1.776%203.242-2.067c.36-.12.668-.19.904-.23V9a.5.5%200%200%200%20.832.374l4.5-4a.5.5%200%200%200-.025-.769zm-.364%203.392h.003A.5.5%200%200%200%2011.5%204V2.522l3.219%202.504l-3.219%202.86V6.5A.5.5%200%200%200%2011%206h-.045l-.1.006a5%205%200%200%200-.355.038c-.3.043-.72.127-1.22.294a8.9%208.9%200%200%200-2.548%201.36c.194-.716.476-1.264.793-1.685a3.7%203.7%200%200%201%201.654-1.242a4.4%204.4%200%200%201%201.642-.281q.068.002.1.005zM3.5%202A2.5%202.5%200%200%200%201%204.5v8A2.5%202.5%200%200%200%203.5%2015h8a2.5%202.5%200%200%200%202.5-2.5v-3a.5.5%200%200%200-1%200v3a1.5%201.5%200%200%201-1.5%201.5h-8A1.5%201.5%200%200%201%202%2012.5v-8A1.5%201.5%200%200%201%203.5%203h4a.5.5%200%200%200%200-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.307%201.105a.5.5%200%200%200-.807.395v1.993l-.135.007a5.4%205.4%200%200%200-1.544.337a4.7%204.7%200%200%200-2.095%201.574c-.623.826-1.081%201.972-1.224%203.544a.5.5%200%200%200%20.852.399c1.188-1.19%202.369-1.776%203.242-2.067c.36-.12.668-.19.904-.23V9a.5.5%200%200%200%20.832.374l4.5-4a.5.5%200%200%200-.025-.769zm-.364%203.392h.003A.5.5%200%200%200%2011.5%204V2.522l3.219%202.504l-3.219%202.86V6.5A.5.5%200%200%200%2011%206h-.045l-.1.006a5%205%200%200%200-.355.038c-.3.043-.72.127-1.22.294a8.9%208.9%200%200%200-2.548%201.36c.194-.716.476-1.264.793-1.685a3.7%203.7%200%200%201%201.654-1.242a4.4%204.4%200%200%201%201.642-.281q.068.002.1.005zM3.5%202A2.5%202.5%200%200%200%201%204.5v8A2.5%202.5%200%200%200%203.5%2015h8a2.5%202.5%200%200%200%202.5-2.5v-3a.5.5%200%200%200-1%200v3a1.5%201.5%200%200%201-1.5%201.5h-8A1.5%201.5%200%200%201%202%2012.5v-8A1.5%201.5%200%200%201%203.5%203h4a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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