square share icon
square-share from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- square-share
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the square share icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.752 1.994a.75.75 0 0 1-.744.756c-1.71.014-2.97.07-3.945.261c-.955.187-1.583.494-2.068.979c-.57.57-.897 1.34-1.069 2.62c-.174 1.3-.176 3.009-.176 5.387c0 2.38.002 4.088.176 5.388c.172 1.279.5 2.05 1.07 2.62c.569.57 1.34.897 2.619 1.069c1.3.174 3.009.176 5.388.176s4.087-.002 5.387-.176c1.28-.172 2.05-.5 2.62-1.07c.485-.484.792-1.112.979-2.067c.19-.976.246-2.236.261-3.945a.75.75 0 0 1 1.5.012c-.015 1.705-.068 3.093-.29 4.222c-.224 1.15-.633 2.083-1.39 2.84c-.894.895-2.035 1.3-3.48 1.494c-1.412.19-3.221.19-5.53.19h-.115c-2.309 0-4.118 0-5.53-.19c-1.445-.194-2.585-.6-3.48-1.494c-.895-.895-1.3-2.036-1.495-3.48c-.19-1.413-.19-3.222-.19-5.531v-.115c0-2.309 0-4.118.19-5.53c.194-1.445.6-2.586 1.495-3.48c.756-.757 1.69-1.166 2.84-1.39c1.128-.222 2.516-.276 4.22-.29a.75.75 0 0 1 .757.744m5.718-.524a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 1 1-1.06-1.06l3.72-3.72H14c-1.552 0-2.467.757-2.788 1.08l-.192.192l-.19.19c-.323.32-1.08 1.236-1.08 2.788v3a.75.75 0 0 1-1.5 0v-3c0-2.084 1.027-3.36 1.521-3.851l.19-.19l.188-.188C10.64 7.277 11.916 6.25 14 6.25h6.19l-3.72-3.72a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSquareShare(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" fillRule="evenodd" d="M10.752 1.994a.75.75 0 0 1-.744.756c-1.71.014-2.97.07-3.945.261c-.955.187-1.583.494-2.068.979c-.57.57-.897 1.34-1.069 2.62c-.174 1.3-.176 3.009-.176 5.387c0 2.38.002 4.088.176 5.388c.172 1.279.5 2.05 1.07 2.62c.569.57 1.34.897 2.619 1.069c1.3.174 3.009.176 5.388.176s4.087-.002 5.387-.176c1.28-.172 2.05-.5 2.62-1.07c.485-.484.792-1.112.979-2.067c.19-.976.246-2.236.261-3.945a.75.75 0 0 1 1.5.012c-.015 1.705-.068 3.093-.29 4.222c-.224 1.15-.633 2.083-1.39 2.84c-.894.895-2.035 1.3-3.48 1.494c-1.412.19-3.221.19-5.53.19h-.115c-2.309 0-4.118 0-5.53-.19c-1.445-.194-2.585-.6-3.48-1.494c-.895-.895-1.3-2.036-1.495-3.48c-.19-1.413-.19-3.222-.19-5.531v-.115c0-2.309 0-4.118.19-5.53c.194-1.445.6-2.586 1.495-3.48c.756-.757 1.69-1.166 2.84-1.39c1.128-.222 2.516-.276 4.22-.29a.75.75 0 0 1 .757.744m5.718-.524a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 1 1-1.06-1.06l3.72-3.72H14c-1.552 0-2.467.757-2.788 1.08l-.192.192l-.19.19c-.323.32-1.08 1.236-1.08 2.788v3a.75.75 0 0 1-1.5 0v-3c0-2.084 1.027-3.36 1.521-3.851l.19-.19l.188-.188C10.64 7.277 11.916 6.25 14 6.25h6.19l-3.72-3.72a.75.75 0 0 1 0-1.06" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.752 1.994a.75.75 0 0 1-.744.756c-1.71.014-2.97.07-3.945.261c-.955.187-1.583.494-2.068.979c-.57.57-.897 1.34-1.069 2.62c-.174 1.3-.176 3.009-.176 5.387c0 2.38.002 4.088.176 5.388c.172 1.279.5 2.05 1.07 2.62c.569.57 1.34.897 2.619 1.069c1.3.174 3.009.176 5.388.176s4.087-.002 5.387-.176c1.28-.172 2.05-.5 2.62-1.07c.485-.484.792-1.112.979-2.067c.19-.976.246-2.236.261-3.945a.75.75 0 0 1 1.5.012c-.015 1.705-.068 3.093-.29 4.222c-.224 1.15-.633 2.083-1.39 2.84c-.894.895-2.035 1.3-3.48 1.494c-1.412.19-3.221.19-5.53.19h-.115c-2.309 0-4.118 0-5.53-.19c-1.445-.194-2.585-.6-3.48-1.494c-.895-.895-1.3-2.036-1.495-3.48c-.19-1.413-.19-3.222-.19-5.531v-.115c0-2.309 0-4.118.19-5.53c.194-1.445.6-2.586 1.495-3.48c.756-.757 1.69-1.166 2.84-1.39c1.128-.222 2.516-.276 4.22-.29a.75.75 0 0 1 .757.744m5.718-.524a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 1 1-1.06-1.06l3.72-3.72H14c-1.552 0-2.467.757-2.788 1.08l-.192.192l-.19.19c-.323.32-1.08 1.236-1.08 2.788v3a.75.75 0 0 1-1.5 0v-3c0-2.084 1.027-3.36 1.521-3.851l.19-.19l.188-.188C10.64 7.277 11.916 6.25 14 6.25h6.19l-3.72-3.72a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg> </template>
CSS
.icon-square-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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.752%201.994a.75.75%200%200%201-.744.756c-1.71.014-2.97.07-3.945.261c-.955.187-1.583.494-2.068.979c-.57.57-.897%201.34-1.069%202.62c-.174%201.3-.176%203.009-.176%205.387c0%202.38.002%204.088.176%205.388c.172%201.279.5%202.05%201.07%202.62c.569.57%201.34.897%202.619%201.069c1.3.174%203.009.176%205.388.176s4.087-.002%205.387-.176c1.28-.172%202.05-.5%202.62-1.07c.485-.484.792-1.112.979-2.067c.19-.976.246-2.236.261-3.945a.75.75%200%200%201%201.5.012c-.015%201.705-.068%203.093-.29%204.222c-.224%201.15-.633%202.083-1.39%202.84c-.894.895-2.035%201.3-3.48%201.494c-1.412.19-3.221.19-5.53.19h-.115c-2.309%200-4.118%200-5.53-.19c-1.445-.194-2.585-.6-3.48-1.494c-.895-.895-1.3-2.036-1.495-3.48c-.19-1.413-.19-3.222-.19-5.531v-.115c0-2.309%200-4.118.19-5.53c.194-1.445.6-2.586%201.495-3.48c.756-.757%201.69-1.166%202.84-1.39c1.128-.222%202.516-.276%204.22-.29a.75.75%200%200%201%20.757.744m5.718-.524a.75.75%200%200%201%201.06%200l5%205a.75.75%200%200%201%200%201.06l-5%205a.75.75%200%201%201-1.06-1.06l3.72-3.72H14c-1.552%200-2.467.757-2.788%201.08l-.192.192l-.19.19c-.323.32-1.08%201.236-1.08%202.788v3a.75.75%200%200%201-1.5%200v-3c0-2.084%201.027-3.36%201.521-3.851l.19-.19l.188-.188C10.64%207.277%2011.916%206.25%2014%206.25h6.19l-3.72-3.72a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.752%201.994a.75.75%200%200%201-.744.756c-1.71.014-2.97.07-3.945.261c-.955.187-1.583.494-2.068.979c-.57.57-.897%201.34-1.069%202.62c-.174%201.3-.176%203.009-.176%205.387c0%202.38.002%204.088.176%205.388c.172%201.279.5%202.05%201.07%202.62c.569.57%201.34.897%202.619%201.069c1.3.174%203.009.176%205.388.176s4.087-.002%205.387-.176c1.28-.172%202.05-.5%202.62-1.07c.485-.484.792-1.112.979-2.067c.19-.976.246-2.236.261-3.945a.75.75%200%200%201%201.5.012c-.015%201.705-.068%203.093-.29%204.222c-.224%201.15-.633%202.083-1.39%202.84c-.894.895-2.035%201.3-3.48%201.494c-1.412.19-3.221.19-5.53.19h-.115c-2.309%200-4.118%200-5.53-.19c-1.445-.194-2.585-.6-3.48-1.494c-.895-.895-1.3-2.036-1.495-3.48c-.19-1.413-.19-3.222-.19-5.531v-.115c0-2.309%200-4.118.19-5.53c.194-1.445.6-2.586%201.495-3.48c.756-.757%201.69-1.166%202.84-1.39c1.128-.222%202.516-.276%204.22-.29a.75.75%200%200%201%20.757.744m5.718-.524a.75.75%200%200%201%201.06%200l5%205a.75.75%200%200%201%200%201.06l-5%205a.75.75%200%201%201-1.06-1.06l3.72-3.72H14c-1.552%200-2.467.757-2.788%201.08l-.192.192l-.19.19c-.323.32-1.08%201.236-1.08%202.788v3a.75.75%200%200%201-1.5%200v-3c0-2.084%201.027-3.36%201.521-3.851l.19-.19l.188-.188C10.64%207.277%2011.916%206.25%2014%206.25h6.19l-3.72-3.72a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/square-share.svg?color=%231a73e8&size=48