share-square from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.

Name
share-square
Set
Font Awesome Solid
Style
Solid
Category
Arrows
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome Solid

Use the share square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M416.5 88v72h-64c-79.5 0-144 64.5-144 144c0 93.4 82.8 134.8 100.6 142.6c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-8.3-5.9-15.5-12.8-20.3c-8.9-6.2-19.2-18.2-19.2-40.5c0-45 36.5-81.5 81.5-81.5h30.5v72c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l136-136c9.4-9.4 9.4-24.6 0-33.9l-136-136c-6.9-6.9-17.2-8.9-26.2-5.2S416.5 78.3 416.5 88m-272 72c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32c0 8.8-7.2 16-16 16h-256c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h16c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidShareSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M416.5 88v72h-64c-79.5 0-144 64.5-144 144c0 93.4 82.8 134.8 100.6 142.6c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-8.3-5.9-15.5-12.8-20.3c-8.9-6.2-19.2-18.2-19.2-40.5c0-45 36.5-81.5 81.5-81.5h30.5v72c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l136-136c9.4-9.4 9.4-24.6 0-33.9l-136-136c-6.9-6.9-17.2-8.9-26.2-5.2S416.5 78.3 416.5 88m-272 72c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32c0 8.8-7.2 16-16 16h-256c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h16c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M416.5 88v72h-64c-79.5 0-144 64.5-144 144c0 93.4 82.8 134.8 100.6 142.6c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-8.3-5.9-15.5-12.8-20.3c-8.9-6.2-19.2-18.2-19.2-40.5c0-45 36.5-81.5 81.5-81.5h30.5v72c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l136-136c9.4-9.4 9.4-24.6 0-33.9l-136-136c-6.9-6.9-17.2-8.9-26.2-5.2S416.5 78.3 416.5 88m-272 72c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32c0 8.8-7.2 16-16 16h-256c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h16c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
</template>

CSS

.icon-share-square {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416.5%2088v72h-64c-79.5%200-144%2064.5-144%20144c0%2093.4%2082.8%20134.8%20100.6%20142.6c2.2%201%204.6%201.4%207.1%201.4h2.5c9.8%200%2017.8-8%2017.8-17.8c0-8.3-5.9-15.5-12.8-20.3c-8.9-6.2-19.2-18.2-19.2-40.5c0-45%2036.5-81.5%2081.5-81.5h30.5v72c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.7%2026.2-5.2l136-136c9.4-9.4%209.4-24.6%200-33.9l-136-136c-6.9-6.9-17.2-8.9-26.2-5.2S416.5%2078.3%20416.5%2088m-272%2072c-44.2%200-80%2035.8-80%2080v256c0%2044.2%2035.8%2080%2080%2080h256c44.2%200%2080-35.8%2080-80v-32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v32c0%208.8-7.2%2016-16%2016h-256c-8.8%200-16-7.2-16-16V240c0-8.8%207.2-16%2016-16h16c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416.5%2088v72h-64c-79.5%200-144%2064.5-144%20144c0%2093.4%2082.8%20134.8%20100.6%20142.6c2.2%201%204.6%201.4%207.1%201.4h2.5c9.8%200%2017.8-8%2017.8-17.8c0-8.3-5.9-15.5-12.8-20.3c-8.9-6.2-19.2-18.2-19.2-40.5c0-45%2036.5-81.5%2081.5-81.5h30.5v72c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.7%2026.2-5.2l136-136c9.4-9.4%209.4-24.6%200-33.9l-136-136c-6.9-6.9-17.2-8.9-26.2-5.2S416.5%2078.3%20416.5%2088m-272%2072c-44.2%200-80%2035.8-80%2080v256c0%2044.2%2035.8%2080%2080%2080h256c44.2%200%2080-35.8%2080-80v-32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v32c0%208.8-7.2%2016-16%2016h-256c-8.8%200-16-7.2-16-16V240c0-8.8%207.2-16%2016-16h16c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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