square share nodes icon
square-share-nodes from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- square-share-nodes
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
square-arrow-up-rightsquare-binarysquare-caret-downsquare-caret-leftsquare-caret-rightsquare-caret-upsquare-checksquare-envelopesquare-fullsquare-hsquare-minussquare-nfisquare-parkingsquare-pensquare-person-confinedsquare-phonesquare-phone-flipsquare-plussquare-poll-horizontalsquare-poll-verticalsquare-root-altsquare-root-variablesquare-rsssquare-up-right
Use the square share nodes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 96c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zm304 128c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L274.1 320l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5.1-4.9.4-7.3L254.5 364c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSquareShareNodes(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="M160 96c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zm304 128c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L274.1 320l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5.1-4.9.4-7.3L254.5 364c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 96c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zm304 128c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L274.1 320l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5.1-4.9.4-7.3L254.5 364c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64"/></svg> </template>
CSS
.icon-square-share-nodes {
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%22M160%2096c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64zm304%20128c0%2035.3-28.7%2064-64%2064c-15.4%200-29.5-5.4-40.6-14.5L274.1%20320l85.3%2046.5c11-9.1%2025.2-14.5%2040.6-14.5c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64c0-2.5.1-4.9.4-7.3L254.5%20364c-11.7%2012.3-28.2%2020-46.5%2020c-35.3%200-64-28.7-64-64s28.7-64%2064-64c18.3%200%2034.8%207.7%2046.5%2020l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064%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%22M160%2096c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64zm304%20128c0%2035.3-28.7%2064-64%2064c-15.4%200-29.5-5.4-40.6-14.5L274.1%20320l85.3%2046.5c11-9.1%2025.2-14.5%2040.6-14.5c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64c0-2.5.1-4.9.4-7.3L254.5%20364c-11.7%2012.3-28.2%2020-46.5%2020c-35.3%200-64-28.7-64-64s28.7-64%2064-64c18.3%200%2034.8%207.7%2046.5%2020l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/square-share-nodes.svg?color=%231a73e8&size=48