share alt icon
share-alt from Font Awesome Solid by Dave Gandy · Solid · Interfaces · CC-BY-4.0 Attribution required.
- Name
- share-alt
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Interfaces
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More interfaces icons from Font Awesome Solid
Use the share alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 256c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 5.4.5 10.8 1.3 16l-129.7 72.1c-16.9-15-39.2-24.1-63.6-24.1c-53 0-96 43-96 96s43 96 96 96c24.4 0 46.6-9.1 63.6-24.1L353.3 464c-.9 5.2-1.3 10.5-1.3 16c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-24.4 0-46.6 9.1-63.6 24.1L254.7 336c.9-5.2 1.3-10.5 1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9 15 39.2 24.1 63.6 24.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidShareAlt(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="M448 256c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 5.4.5 10.8 1.3 16l-129.7 72.1c-16.9-15-39.2-24.1-63.6-24.1c-53 0-96 43-96 96s43 96 96 96c24.4 0 46.6-9.1 63.6-24.1L353.3 464c-.9 5.2-1.3 10.5-1.3 16c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-24.4 0-46.6 9.1-63.6 24.1L254.7 336c.9-5.2 1.3-10.5 1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9 15 39.2 24.1 63.6 24.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 256c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 5.4.5 10.8 1.3 16l-129.7 72.1c-16.9-15-39.2-24.1-63.6-24.1c-53 0-96 43-96 96s43 96 96 96c24.4 0 46.6-9.1 63.6-24.1L353.3 464c-.9 5.2-1.3 10.5-1.3 16c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-24.4 0-46.6 9.1-63.6 24.1L254.7 336c.9-5.2 1.3-10.5 1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9 15 39.2 24.1 63.6 24.1"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20256c53%200%2096-43%2096-96s-43-96-96-96s-96%2043-96%2096c0%205.4.5%2010.8%201.3%2016l-129.7%2072.1c-16.9-15-39.2-24.1-63.6-24.1c-53%200-96%2043-96%2096s43%2096%2096%2096c24.4%200%2046.6-9.1%2063.6-24.1L353.3%20464c-.9%205.2-1.3%2010.5-1.3%2016c0%2053%2043%2096%2096%2096s96-43%2096-96s-43-96-96-96c-24.4%200-46.6%209.1-63.6%2024.1L254.7%20336c.9-5.2%201.3-10.5%201.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9%2015%2039.2%2024.1%2063.6%2024.1%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%22M448%20256c53%200%2096-43%2096-96s-43-96-96-96s-96%2043-96%2096c0%205.4.5%2010.8%201.3%2016l-129.7%2072.1c-16.9-15-39.2-24.1-63.6-24.1c-53%200-96%2043-96%2096s43%2096%2096%2096c24.4%200%2046.6-9.1%2063.6-24.1L353.3%20464c-.9%205.2-1.3%2010.5-1.3%2016c0%2053%2043%2096%2096%2096s96-43%2096-96s-43-96-96-96c-24.4%200-46.6%209.1-63.6%2024.1L254.7%20336c.9-5.2%201.3-10.5%201.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9%2015%2039.2%2024.1%2063.6%2024.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/share-alt.svg?color=%231a73e8&size=48