share alt icon
share-alt from Line Awesome by Icons8 · Line · Social · Apache-2.0 Free for personal and commercial use.
- Name
- share-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Social
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- share-alt-solid
The same icon in other sets
More social icons from Line Awesome
Use the share alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.145 0-3.883 1.719-3.969 3.844A9.93 9.93 0 0 0 6 17c0 .172-.008.36 0 .563c-1.184.695-2 1.972-2 3.437c0 2.2 1.8 4 4 4c.574 0 1.129-.121 1.625-.344C11.359 26.113 13.617 27 16 27s4.64-.887 6.375-2.344c.496.223 1.05.344 1.625.344c2.2 0 4-1.8 4-4c0-1.48-.824-2.777-2.031-3.469c.015-.16.031-.324.031-.531a9.93 9.93 0 0 0-6.031-9.156C19.883 5.719 18.145 4 16 4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m-3.531 3.844C13.14 11.117 14.469 12 16 12s2.86-.883 3.531-2.156A7.94 7.94 0 0 1 24 17c-2.2 0-4 1.8-4 4c0 .895.309 1.707.813 2.375A8.07 8.07 0 0 1 16 25a8.07 8.07 0 0 1-4.813-1.625A3.92 3.92 0 0 0 12 21c0-2.2-1.8-4-4-4a7.94 7.94 0 0 1 4.469-7.156M8 19c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m16 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaShareAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.145 0-3.883 1.719-3.969 3.844A9.93 9.93 0 0 0 6 17c0 .172-.008.36 0 .563c-1.184.695-2 1.972-2 3.437c0 2.2 1.8 4 4 4c.574 0 1.129-.121 1.625-.344C11.359 26.113 13.617 27 16 27s4.64-.887 6.375-2.344c.496.223 1.05.344 1.625.344c2.2 0 4-1.8 4-4c0-1.48-.824-2.777-2.031-3.469c.015-.16.031-.324.031-.531a9.93 9.93 0 0 0-6.031-9.156C19.883 5.719 18.145 4 16 4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m-3.531 3.844C13.14 11.117 14.469 12 16 12s2.86-.883 3.531-2.156A7.94 7.94 0 0 1 24 17c-2.2 0-4 1.8-4 4c0 .895.309 1.707.813 2.375A8.07 8.07 0 0 1 16 25a8.07 8.07 0 0 1-4.813-1.625A3.92 3.92 0 0 0 12 21c0-2.2-1.8-4-4-4a7.94 7.94 0 0 1 4.469-7.156M8 19c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m16 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.145 0-3.883 1.719-3.969 3.844A9.93 9.93 0 0 0 6 17c0 .172-.008.36 0 .563c-1.184.695-2 1.972-2 3.437c0 2.2 1.8 4 4 4c.574 0 1.129-.121 1.625-.344C11.359 26.113 13.617 27 16 27s4.64-.887 6.375-2.344c.496.223 1.05.344 1.625.344c2.2 0 4-1.8 4-4c0-1.48-.824-2.777-2.031-3.469c.015-.16.031-.324.031-.531a9.93 9.93 0 0 0-6.031-9.156C19.883 5.719 18.145 4 16 4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m-3.531 3.844C13.14 11.117 14.469 12 16 12s2.86-.883 3.531-2.156A7.94 7.94 0 0 1 24 17c-2.2 0-4 1.8-4 4c0 .895.309 1.707.813 2.375A8.07 8.07 0 0 1 16 25a8.07 8.07 0 0 1-4.813-1.625A3.92 3.92 0 0 0 12 21c0-2.2-1.8-4-4-4a7.94 7.94 0 0 1 4.469-7.156M8 19c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m16 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.145%200-3.883%201.719-3.969%203.844A9.93%209.93%200%200%200%206%2017c0%20.172-.008.36%200%20.563c-1.184.695-2%201.972-2%203.437c0%202.2%201.8%204%204%204c.574%200%201.129-.121%201.625-.344C11.359%2026.113%2013.617%2027%2016%2027s4.64-.887%206.375-2.344c.496.223%201.05.344%201.625.344c2.2%200%204-1.8%204-4c0-1.48-.824-2.777-2.031-3.469c.015-.16.031-.324.031-.531a9.93%209.93%200%200%200-6.031-9.156C19.883%205.719%2018.145%204%2016%204m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m-3.531%203.844C13.14%2011.117%2014.469%2012%2016%2012s2.86-.883%203.531-2.156A7.94%207.94%200%200%201%2024%2017c-2.2%200-4%201.8-4%204c0%20.895.309%201.707.813%202.375A8.07%208.07%200%200%201%2016%2025a8.07%208.07%200%200%201-4.813-1.625A3.92%203.92%200%200%200%2012%2021c0-2.2-1.8-4-4-4a7.94%207.94%200%200%201%204.469-7.156M8%2019c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m16%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.145%200-3.883%201.719-3.969%203.844A9.93%209.93%200%200%200%206%2017c0%20.172-.008.36%200%20.563c-1.184.695-2%201.972-2%203.437c0%202.2%201.8%204%204%204c.574%200%201.129-.121%201.625-.344C11.359%2026.113%2013.617%2027%2016%2027s4.64-.887%206.375-2.344c.496.223%201.05.344%201.625.344c2.2%200%204-1.8%204-4c0-1.48-.824-2.777-2.031-3.469c.015-.16.031-.324.031-.531a9.93%209.93%200%200%200-6.031-9.156C19.883%205.719%2018.145%204%2016%204m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m-3.531%203.844C13.14%2011.117%2014.469%2012%2016%2012s2.86-.883%203.531-2.156A7.94%207.94%200%200%201%2024%2017c-2.2%200-4%201.8-4%204c0%20.895.309%201.707.813%202.375A8.07%208.07%200%200%201%2016%2025a8.07%208.07%200%200%201-4.813-1.625A3.92%203.92%200%200%200%2012%2021c0-2.2-1.8-4-4-4a7.94%207.94%200%200%201%204.469-7.156M8%2019c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m16%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/share-alt.svg?color=%231a73e8&size=48