share from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
share
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-share

The same icon in other sets

Related icons in BoxIcons v2

Use the share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 7.05V4a1 1 0 0 0-1-1a1 1 0 0 0-.7.29l-7 7a1 1 0 0 0 0 1.42l7 7A1 1 0 0 0 11 18v-3.1h.85a10.89 10.89 0 0 1 8.36 3.72a1 1 0 0 0 1.11.35A1 1 0 0 0 22 18c0-9.12-8.08-10.68-11-10.95m.85 5.83a15 15 0 0 0-2 .13A1 1 0 0 0 9 14v1.59L4.42 11L9 6.41V8a1 1 0 0 0 1 1c.91 0 8.11.2 9.67 6.43a13.07 13.07 0 0 0-7.82-2.55"/></svg>

React

import type { SVGProps } from "react";

export function BxShare(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 7.05V4a1 1 0 0 0-1-1a1 1 0 0 0-.7.29l-7 7a1 1 0 0 0 0 1.42l7 7A1 1 0 0 0 11 18v-3.1h.85a10.89 10.89 0 0 1 8.36 3.72a1 1 0 0 0 1.11.35A1 1 0 0 0 22 18c0-9.12-8.08-10.68-11-10.95m.85 5.83a15 15 0 0 0-2 .13A1 1 0 0 0 9 14v1.59L4.42 11L9 6.41V8a1 1 0 0 0 1 1c.91 0 8.11.2 9.67 6.43a13.07 13.07 0 0 0-7.82-2.55"/></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 7.05V4a1 1 0 0 0-1-1a1 1 0 0 0-.7.29l-7 7a1 1 0 0 0 0 1.42l7 7A1 1 0 0 0 11 18v-3.1h.85a10.89 10.89 0 0 1 8.36 3.72a1 1 0 0 0 1.11.35A1 1 0 0 0 22 18c0-9.12-8.08-10.68-11-10.95m.85 5.83a15 15 0 0 0-2 .13A1 1 0 0 0 9 14v1.59L4.42 11L9 6.41V8a1 1 0 0 0 1 1c.91 0 8.11.2 9.67 6.43a13.07 13.07 0 0 0-7.82-2.55"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%207.05V4a1%201%200%200%200-1-1a1%201%200%200%200-.7.29l-7%207a1%201%200%200%200%200%201.42l7%207A1%201%200%200%200%2011%2018v-3.1h.85a10.89%2010.89%200%200%201%208.36%203.72a1%201%200%200%200%201.11.35A1%201%200%200%200%2022%2018c0-9.12-8.08-10.68-11-10.95m.85%205.83a15%2015%200%200%200-2%20.13A1%201%200%200%200%209%2014v1.59L4.42%2011L9%206.41V8a1%201%200%200%200%201%201c.91%200%208.11.2%209.67%206.43a13.07%2013.07%200%200%200-7.82-2.55%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%207.05V4a1%201%200%200%200-1-1a1%201%200%200%200-.7.29l-7%207a1%201%200%200%200%200%201.42l7%207A1%201%200%200%200%2011%2018v-3.1h.85a10.89%2010.89%200%200%201%208.36%203.72a1%201%200%200%200%201.11.35A1%201%200%200%200%2022%2018c0-9.12-8.08-10.68-11-10.95m.85%205.83a15%2015%200%200%200-2%20.13A1%201%200%200%200%209%2014v1.59L4.42%2011L9%206.41V8a1%201%200%200%200%201%201c.91%200%208.11.2%209.67%206.43a13.07%2013.07%200%200%200-7.82-2.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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