share-alt from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
share-alt
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

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="M3 12c0 1.654 1.346 3 3 3c.794 0 1.512-.315 2.049-.82l5.991 3.424c-.018.13-.04.26-.04.396c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3c-.794 0-1.512.315-2.049.82L8.96 12.397c.018-.131.04-.261.04-.397s-.022-.266-.04-.397l5.991-3.423c.537.505 1.255.82 2.049.82c1.654 0 3-1.346 3-3s-1.346-3-3-3s-3 1.346-3 3c0 .136.022.266.04.397L8.049 9.82A2.98 2.98 0 0 0 6 9c-1.654 0-3 1.346-3 3"/></svg>

React

import type { SVGProps } from "react";

export function BxsShareAlt(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="M3 12c0 1.654 1.346 3 3 3c.794 0 1.512-.315 2.049-.82l5.991 3.424c-.018.13-.04.26-.04.396c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3c-.794 0-1.512.315-2.049.82L8.96 12.397c.018-.131.04-.261.04-.397s-.022-.266-.04-.397l5.991-3.423c.537.505 1.255.82 2.049.82c1.654 0 3-1.346 3-3s-1.346-3-3-3s-3 1.346-3 3c0 .136.022.266.04.397L8.049 9.82A2.98 2.98 0 0 0 6 9c-1.654 0-3 1.346-3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12c0 1.654 1.346 3 3 3c.794 0 1.512-.315 2.049-.82l5.991 3.424c-.018.13-.04.26-.04.396c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3c-.794 0-1.512.315-2.049.82L8.96 12.397c.018-.131.04-.261.04-.397s-.022-.266-.04-.397l5.991-3.423c.537.505 1.255.82 2.049.82c1.654 0 3-1.346 3-3s-1.346-3-3-3s-3 1.346-3 3c0 .136.022.266.04.397L8.049 9.82A2.98 2.98 0 0 0 6 9c-1.654 0-3 1.346-3 3"/></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%22M3%2012c0%201.654%201.346%203%203%203c.794%200%201.512-.315%202.049-.82l5.991%203.424c-.018.13-.04.26-.04.396c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3c-.794%200-1.512.315-2.049.82L8.96%2012.397c.018-.131.04-.261.04-.397s-.022-.266-.04-.397l5.991-3.423c.537.505%201.255.82%202.049.82c1.654%200%203-1.346%203-3s-1.346-3-3-3s-3%201.346-3%203c0%20.136.022.266.04.397L8.049%209.82A2.98%202.98%200%200%200%206%209c-1.654%200-3%201.346-3%203%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%22M3%2012c0%201.654%201.346%203%203%203c.794%200%201.512-.315%202.049-.82l5.991%203.424c-.018.13-.04.26-.04.396c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3c-.794%200-1.512.315-2.049.82L8.96%2012.397c.018-.131.04-.261.04-.397s-.022-.266-.04-.397l5.991-3.423c.537.505%201.255.82%202.049.82c1.654%200%203-1.346%203-3s-1.346-3-3-3s-3%201.346-3%203c0%20.136.022.266.04.397L8.049%209.82A2.98%202.98%200%200%200%206%209c-1.654%200-3%201.346-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/share-alt.svg?color=%231a73e8&size=48