share 2 icon
share-2 from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- share-2
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Related icons in Radix Icons
Use the share 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2 5.5A1.5 1.5 0 0 1 3.5 4h1.25a.5.5 0 0 1 0 1H3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1.25a.5.5 0 0 1 0-1h1.25A1.5 1.5 0 0 1 13 5.5v6a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 11.5zm2.932-2.432a.45.45 0 0 1-.058-.566l.058-.07l2.25-2.25a.45.45 0 0 1 .636 0l2.25 2.25a.45.45 0 0 1-.636.636L8 1.637V8.5a.5.5 0 0 1-1 0V1.637L5.568 3.068l-.07.058a.45.45 0 0 1-.566-.058"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsShare2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2 5.5A1.5 1.5 0 0 1 3.5 4h1.25a.5.5 0 0 1 0 1H3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1.25a.5.5 0 0 1 0-1h1.25A1.5 1.5 0 0 1 13 5.5v6a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 11.5zm2.932-2.432a.45.45 0 0 1-.058-.566l.058-.07l2.25-2.25a.45.45 0 0 1 .636 0l2.25 2.25a.45.45 0 0 1-.636.636L8 1.637V8.5a.5.5 0 0 1-1 0V1.637L5.568 3.068l-.07.058a.45.45 0 0 1-.566-.058"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2 5.5A1.5 1.5 0 0 1 3.5 4h1.25a.5.5 0 0 1 0 1H3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1.25a.5.5 0 0 1 0-1h1.25A1.5 1.5 0 0 1 13 5.5v6a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 11.5zm2.932-2.432a.45.45 0 0 1-.058-.566l.058-.07l2.25-2.25a.45.45 0 0 1 .636 0l2.25 2.25a.45.45 0 0 1-.636.636L8 1.637V8.5a.5.5 0 0 1-1 0V1.637L5.568 3.068l-.07.058a.45.45 0 0 1-.566-.058"/></svg> </template>
CSS
.icon-share-2 {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.5A1.5%201.5%200%200%201%203.5%204h1.25a.5.5%200%200%201%200%201H3.5a.5.5%200%200%200-.5.5v6a.5.5%200%200%200%20.5.5h8a.5.5%200%200%200%20.5-.5v-6a.5.5%200%200%200-.5-.5h-1.25a.5.5%200%200%201%200-1h1.25A1.5%201.5%200%200%201%2013%205.5v6a1.5%201.5%200%200%201-1.5%201.5h-8A1.5%201.5%200%200%201%202%2011.5zm2.932-2.432a.45.45%200%200%201-.058-.566l.058-.07l2.25-2.25a.45.45%200%200%201%20.636%200l2.25%202.25a.45.45%200%200%201-.636.636L8%201.637V8.5a.5.5%200%200%201-1%200V1.637L5.568%203.068l-.07.058a.45.45%200%200%201-.566-.058%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.5A1.5%201.5%200%200%201%203.5%204h1.25a.5.5%200%200%201%200%201H3.5a.5.5%200%200%200-.5.5v6a.5.5%200%200%200%20.5.5h8a.5.5%200%200%200%20.5-.5v-6a.5.5%200%200%200-.5-.5h-1.25a.5.5%200%200%201%200-1h1.25A1.5%201.5%200%200%201%2013%205.5v6a1.5%201.5%200%200%201-1.5%201.5h-8A1.5%201.5%200%200%201%202%2011.5zm2.932-2.432a.45.45%200%200%201-.058-.566l.058-.07l2.25-2.25a.45.45%200%200%201%20.636%200l2.25%202.25a.45.45%200%200%201-.636.636L8%201.637V8.5a.5.5%200%200%201-1%200V1.637L5.568%203.068l-.07.058a.45.45%200%200%201-.566-.058%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/share-2.svg?color=%231a73e8&size=48