share alt icon
share-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- share-alt
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-share-alt
The same icon in other sets
Use the share alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 15a3.5 3.5 0 0 0 2.36-.93l6.26 3.58a3 3 0 0 0-.12.85a3.53 3.53 0 1 0 1.14-2.57l-6.26-3.58a2.7 2.7 0 0 0 .12-.76l6.15-3.52A3.49 3.49 0 1 0 14 5.5a3.4 3.4 0 0 0 .12.85L8.43 9.6A3.5 3.5 0 1 0 5.5 15m12 2a1.5 1.5 0 1 1-1.5 1.5a1.5 1.5 0 0 1 1.5-1.5m0-13A1.5 1.5 0 1 1 16 5.5A1.5 1.5 0 0 1 17.5 4m-12 6A1.5 1.5 0 1 1 4 11.5A1.5 1.5 0 0 1 5.5 10"/></svg>
React
import type { SVGProps } from "react";
export function BxShareAlt(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="M5.5 15a3.5 3.5 0 0 0 2.36-.93l6.26 3.58a3 3 0 0 0-.12.85a3.53 3.53 0 1 0 1.14-2.57l-6.26-3.58a2.7 2.7 0 0 0 .12-.76l6.15-3.52A3.49 3.49 0 1 0 14 5.5a3.4 3.4 0 0 0 .12.85L8.43 9.6A3.5 3.5 0 1 0 5.5 15m12 2a1.5 1.5 0 1 1-1.5 1.5a1.5 1.5 0 0 1 1.5-1.5m0-13A1.5 1.5 0 1 1 16 5.5A1.5 1.5 0 0 1 17.5 4m-12 6A1.5 1.5 0 1 1 4 11.5A1.5 1.5 0 0 1 5.5 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 15a3.5 3.5 0 0 0 2.36-.93l6.26 3.58a3 3 0 0 0-.12.85a3.53 3.53 0 1 0 1.14-2.57l-6.26-3.58a2.7 2.7 0 0 0 .12-.76l6.15-3.52A3.49 3.49 0 1 0 14 5.5a3.4 3.4 0 0 0 .12.85L8.43 9.6A3.5 3.5 0 1 0 5.5 15m12 2a1.5 1.5 0 1 1-1.5 1.5a1.5 1.5 0 0 1 1.5-1.5m0-13A1.5 1.5 0 1 1 16 5.5A1.5 1.5 0 0 1 17.5 4m-12 6A1.5 1.5 0 1 1 4 11.5A1.5 1.5 0 0 1 5.5 10"/></svg> </template>
CSS
.icon-share-alt {
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%22M5.5%2015a3.5%203.5%200%200%200%202.36-.93l6.26%203.58a3%203%200%200%200-.12.85a3.53%203.53%200%201%200%201.14-2.57l-6.26-3.58a2.7%202.7%200%200%200%20.12-.76l6.15-3.52A3.49%203.49%200%201%200%2014%205.5a3.4%203.4%200%200%200%20.12.85L8.43%209.6A3.5%203.5%200%201%200%205.5%2015m12%202a1.5%201.5%200%201%201-1.5%201.5a1.5%201.5%200%200%201%201.5-1.5m0-13A1.5%201.5%200%201%201%2016%205.5A1.5%201.5%200%200%201%2017.5%204m-12%206A1.5%201.5%200%201%201%204%2011.5A1.5%201.5%200%200%201%205.5%2010%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%22M5.5%2015a3.5%203.5%200%200%200%202.36-.93l6.26%203.58a3%203%200%200%200-.12.85a3.53%203.53%200%201%200%201.14-2.57l-6.26-3.58a2.7%202.7%200%200%200%20.12-.76l6.15-3.52A3.49%203.49%200%201%200%2014%205.5a3.4%203.4%200%200%200%20.12.85L8.43%209.6A3.5%203.5%200%201%200%205.5%2015m12%202a1.5%201.5%200%201%201-1.5%201.5a1.5%201.5%200%200%201%201.5-1.5m0-13A1.5%201.5%200%201%201%2016%205.5A1.5%201.5%200%200%201%2017.5%204m-12%206A1.5%201.5%200%201%201%204%2011.5A1.5%201.5%200%200%201%205.5%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/share-alt.svg?color=%231a73e8&size=48