stackshare logo
stackshare from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- stackshare
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the stackshare logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.209 6.697c-.035-.274 0-.594 0-.594v-.01a1.56 1.56 0 0 1 1.525-1.254l.014.001h.002c.859 0 1.557.698 1.557 1.556s-.697 1.556-1.557 1.556l-.009-.001h-.007a1.56 1.56 0 0 1-1.525-1.254M24 1.54v20.92c0 .851-.646 1.54-1.443 1.54H1.444C.647 24 0 23.311 0 22.46V1.54C0 .69.647 0 1.444 0h21.113C23.354 0 24 .69 24 1.54m-2.303 16.007a2.962 2.962 0 0 0-5.805-.828h-1.758l-2.74-4.717l-.002-.004l.002-.004l2.736-4.709h1.748a2.963 2.963 0 1 0 2.018-3.673a2.96 2.96 0 0 0-2.018 2.017h-2.665l-.026-.016l-3.227 5.552l-.025.042H8.018a2.962 2.962 0 1 0-5.69 1.657a2.964 2.964 0 0 0 5.69 0h1.961l3.208 5.52l.015-.009h2.69a2.96 2.96 0 0 0 2.842 2.134h.002a2.96 2.96 0 0 0 2.961-2.962m-2.933-1.619a1.56 1.56 0 0 0-1.527 1.254l-.007.085c-.004.017-.015.029-.018.046c-.041.301 0 .602 0 .602a1.553 1.553 0 0 0 1.837 1.209a1.54 1.54 0 0 0 1.164-1.088c.065-.172.105-.356.105-.551c0-.859-.697-1.557-1.554-1.557M5.2 10.417c-.858 0-1.556.698-1.556 1.557l.002.018l-.001.008a1.547 1.547 0 0 0 2.84.85c.171-.249.272-.551.272-.875c0-.86-.698-1.558-1.557-1.558"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStackshare(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="M17.209 6.697c-.035-.274 0-.594 0-.594v-.01a1.56 1.56 0 0 1 1.525-1.254l.014.001h.002c.859 0 1.557.698 1.557 1.556s-.697 1.556-1.557 1.556l-.009-.001h-.007a1.56 1.56 0 0 1-1.525-1.254M24 1.54v20.92c0 .851-.646 1.54-1.443 1.54H1.444C.647 24 0 23.311 0 22.46V1.54C0 .69.647 0 1.444 0h21.113C23.354 0 24 .69 24 1.54m-2.303 16.007a2.962 2.962 0 0 0-5.805-.828h-1.758l-2.74-4.717l-.002-.004l.002-.004l2.736-4.709h1.748a2.963 2.963 0 1 0 2.018-3.673a2.96 2.96 0 0 0-2.018 2.017h-2.665l-.026-.016l-3.227 5.552l-.025.042H8.018a2.962 2.962 0 1 0-5.69 1.657a2.964 2.964 0 0 0 5.69 0h1.961l3.208 5.52l.015-.009h2.69a2.96 2.96 0 0 0 2.842 2.134h.002a2.96 2.96 0 0 0 2.961-2.962m-2.933-1.619a1.56 1.56 0 0 0-1.527 1.254l-.007.085c-.004.017-.015.029-.018.046c-.041.301 0 .602 0 .602a1.553 1.553 0 0 0 1.837 1.209a1.54 1.54 0 0 0 1.164-1.088c.065-.172.105-.356.105-.551c0-.859-.697-1.557-1.554-1.557M5.2 10.417c-.858 0-1.556.698-1.556 1.557l.002.018l-.001.008a1.547 1.547 0 0 0 2.84.85c.171-.249.272-.551.272-.875c0-.86-.698-1.558-1.557-1.558"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.209 6.697c-.035-.274 0-.594 0-.594v-.01a1.56 1.56 0 0 1 1.525-1.254l.014.001h.002c.859 0 1.557.698 1.557 1.556s-.697 1.556-1.557 1.556l-.009-.001h-.007a1.56 1.56 0 0 1-1.525-1.254M24 1.54v20.92c0 .851-.646 1.54-1.443 1.54H1.444C.647 24 0 23.311 0 22.46V1.54C0 .69.647 0 1.444 0h21.113C23.354 0 24 .69 24 1.54m-2.303 16.007a2.962 2.962 0 0 0-5.805-.828h-1.758l-2.74-4.717l-.002-.004l.002-.004l2.736-4.709h1.748a2.963 2.963 0 1 0 2.018-3.673a2.96 2.96 0 0 0-2.018 2.017h-2.665l-.026-.016l-3.227 5.552l-.025.042H8.018a2.962 2.962 0 1 0-5.69 1.657a2.964 2.964 0 0 0 5.69 0h1.961l3.208 5.52l.015-.009h2.69a2.96 2.96 0 0 0 2.842 2.134h.002a2.96 2.96 0 0 0 2.961-2.962m-2.933-1.619a1.56 1.56 0 0 0-1.527 1.254l-.007.085c-.004.017-.015.029-.018.046c-.041.301 0 .602 0 .602a1.553 1.553 0 0 0 1.837 1.209a1.54 1.54 0 0 0 1.164-1.088c.065-.172.105-.356.105-.551c0-.859-.697-1.557-1.554-1.557M5.2 10.417c-.858 0-1.556.698-1.556 1.557l.002.018l-.001.008a1.547 1.547 0 0 0 2.84.85c.171-.249.272-.551.272-.875c0-.86-.698-1.558-1.557-1.558"/></svg> </template>
CSS
.icon-stackshare {
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%22M17.209%206.697c-.035-.274%200-.594%200-.594v-.01a1.56%201.56%200%200%201%201.525-1.254l.014.001h.002c.859%200%201.557.698%201.557%201.556s-.697%201.556-1.557%201.556l-.009-.001h-.007a1.56%201.56%200%200%201-1.525-1.254M24%201.54v20.92c0%20.851-.646%201.54-1.443%201.54H1.444C.647%2024%200%2023.311%200%2022.46V1.54C0%20.69.647%200%201.444%200h21.113C23.354%200%2024%20.69%2024%201.54m-2.303%2016.007a2.962%202.962%200%200%200-5.805-.828h-1.758l-2.74-4.717l-.002-.004l.002-.004l2.736-4.709h1.748a2.963%202.963%200%201%200%202.018-3.673a2.96%202.96%200%200%200-2.018%202.017h-2.665l-.026-.016l-3.227%205.552l-.025.042H8.018a2.962%202.962%200%201%200-5.69%201.657a2.964%202.964%200%200%200%205.69%200h1.961l3.208%205.52l.015-.009h2.69a2.96%202.96%200%200%200%202.842%202.134h.002a2.96%202.96%200%200%200%202.961-2.962m-2.933-1.619a1.56%201.56%200%200%200-1.527%201.254l-.007.085c-.004.017-.015.029-.018.046c-.041.301%200%20.602%200%20.602a1.553%201.553%200%200%200%201.837%201.209a1.54%201.54%200%200%200%201.164-1.088c.065-.172.105-.356.105-.551c0-.859-.697-1.557-1.554-1.557M5.2%2010.417c-.858%200-1.556.698-1.556%201.557l.002.018l-.001.008a1.547%201.547%200%200%200%202.84.85c.171-.249.272-.551.272-.875c0-.86-.698-1.558-1.557-1.558%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%22M17.209%206.697c-.035-.274%200-.594%200-.594v-.01a1.56%201.56%200%200%201%201.525-1.254l.014.001h.002c.859%200%201.557.698%201.557%201.556s-.697%201.556-1.557%201.556l-.009-.001h-.007a1.56%201.56%200%200%201-1.525-1.254M24%201.54v20.92c0%20.851-.646%201.54-1.443%201.54H1.444C.647%2024%200%2023.311%200%2022.46V1.54C0%20.69.647%200%201.444%200h21.113C23.354%200%2024%20.69%2024%201.54m-2.303%2016.007a2.962%202.962%200%200%200-5.805-.828h-1.758l-2.74-4.717l-.002-.004l.002-.004l2.736-4.709h1.748a2.963%202.963%200%201%200%202.018-3.673a2.96%202.96%200%200%200-2.018%202.017h-2.665l-.026-.016l-3.227%205.552l-.025.042H8.018a2.962%202.962%200%201%200-5.69%201.657a2.964%202.964%200%200%200%205.69%200h1.961l3.208%205.52l.015-.009h2.69a2.96%202.96%200%200%200%202.842%202.134h.002a2.96%202.96%200%200%200%202.961-2.962m-2.933-1.619a1.56%201.56%200%200%200-1.527%201.254l-.007.085c-.004.017-.015.029-.018.046c-.041.301%200%20.602%200%20.602a1.553%201.553%200%200%200%201.837%201.209a1.54%201.54%200%200%200%201.164-1.088c.065-.172.105-.356.105-.551c0-.859-.697-1.557-1.554-1.557M5.2%2010.417c-.858%200-1.556.698-1.556%201.557l.002.018l-.001.008a1.547%201.547%200%200%200%202.84.85c.171-.249.272-.551.272-.875c0-.86-.698-1.558-1.557-1.558%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/stackshare.svg?color=%231a73e8&size=48