share from square icon

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

Name
share-from-square
Set
Font Awesome Regular
Style
Regular
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Regular

Use the share from square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M457.5 71c-6.9-6.9-17.2-8.9-26.2-5.2S416.5 78.3 416.5 88v56h-48c-88.4 0-160 71.6-160 160c0 46.7 20.7 80.4 43.6 103.4c8.1 8.2 16.5 14.9 24.3 20.4c9.2 6.5 21.7 5.7 30.1-1.9s10.2-20 4.5-29.8c-3.6-6.3-6.5-14.9-6.5-26.7c0-36.2 29.3-65.5 65.5-65.5h46.5v56c0 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.9zm7 97v-22.1l78.1 78.1l-78.1 78.1V280c0-13.3-10.7-24-24-24H370c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h72c13.3 0 24-10.7 24-24m-320-8c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-24c0-13.3-10.7-24-24-24s-24 10.7-24 24v24c0 17.7-14.3 32-32 32h-256c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h24c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularShareFromSquare(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="M457.5 71c-6.9-6.9-17.2-8.9-26.2-5.2S416.5 78.3 416.5 88v56h-48c-88.4 0-160 71.6-160 160c0 46.7 20.7 80.4 43.6 103.4c8.1 8.2 16.5 14.9 24.3 20.4c9.2 6.5 21.7 5.7 30.1-1.9s10.2-20 4.5-29.8c-3.6-6.3-6.5-14.9-6.5-26.7c0-36.2 29.3-65.5 65.5-65.5h46.5v56c0 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.9zm7 97v-22.1l78.1 78.1l-78.1 78.1V280c0-13.3-10.7-24-24-24H370c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h72c13.3 0 24-10.7 24-24m-320-8c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-24c0-13.3-10.7-24-24-24s-24 10.7-24 24v24c0 17.7-14.3 32-32 32h-256c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h24c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M457.5 71c-6.9-6.9-17.2-8.9-26.2-5.2S416.5 78.3 416.5 88v56h-48c-88.4 0-160 71.6-160 160c0 46.7 20.7 80.4 43.6 103.4c8.1 8.2 16.5 14.9 24.3 20.4c9.2 6.5 21.7 5.7 30.1-1.9s10.2-20 4.5-29.8c-3.6-6.3-6.5-14.9-6.5-26.7c0-36.2 29.3-65.5 65.5-65.5h46.5v56c0 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.9zm7 97v-22.1l78.1 78.1l-78.1 78.1V280c0-13.3-10.7-24-24-24H370c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h72c13.3 0 24-10.7 24-24m-320-8c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-24c0-13.3-10.7-24-24-24s-24 10.7-24 24v24c0 17.7-14.3 32-32 32h-256c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h24c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>
</template>

CSS

.icon-share-from-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%22M457.5%2071c-6.9-6.9-17.2-8.9-26.2-5.2S416.5%2078.3%20416.5%2088v56h-48c-88.4%200-160%2071.6-160%20160c0%2046.7%2020.7%2080.4%2043.6%20103.4c8.1%208.2%2016.5%2014.9%2024.3%2020.4c9.2%206.5%2021.7%205.7%2030.1-1.9s10.2-20%204.5-29.8c-3.6-6.3-6.5-14.9-6.5-26.7c0-36.2%2029.3-65.5%2065.5-65.5h46.5v56c0%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.9zm7%2097v-22.1l78.1%2078.1l-78.1%2078.1V280c0-13.3-10.7-24-24-24H370c-50.9%200-93.9%2033.5-108.3%2079.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9%2050.1-112%20112-112h72c13.3%200%2024-10.7%2024-24m-320-8c-44.2%200-80%2035.8-80%2080v256c0%2044.2%2035.8%2080%2080%2080h256c44.2%200%2080-35.8%2080-80v-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v24c0%2017.7-14.3%2032-32%2032h-256c-17.7%200-32-14.3-32-32V240c0-17.7%2014.3-32%2032-32h24c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%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%22M457.5%2071c-6.9-6.9-17.2-8.9-26.2-5.2S416.5%2078.3%20416.5%2088v56h-48c-88.4%200-160%2071.6-160%20160c0%2046.7%2020.7%2080.4%2043.6%20103.4c8.1%208.2%2016.5%2014.9%2024.3%2020.4c9.2%206.5%2021.7%205.7%2030.1-1.9s10.2-20%204.5-29.8c-3.6-6.3-6.5-14.9-6.5-26.7c0-36.2%2029.3-65.5%2065.5-65.5h46.5v56c0%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.9zm7%2097v-22.1l78.1%2078.1l-78.1%2078.1V280c0-13.3-10.7-24-24-24H370c-50.9%200-93.9%2033.5-108.3%2079.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9%2050.1-112%20112-112h72c13.3%200%2024-10.7%2024-24m-320-8c-44.2%200-80%2035.8-80%2080v256c0%2044.2%2035.8%2080%2080%2080h256c44.2%200%2080-35.8%2080-80v-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v24c0%2017.7-14.3%2032-32%2032h-256c-17.7%200-32-14.3-32-32V240c0-17.7%2014.3-32%2032-32h24c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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