share alt icon

share-alt from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
share-alt
Set
Prime Icons
Style
Regular
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="M17.5 14.25a3.24 3.24 0 0 0-2.62 1.35L9.59 13a3.4 3.4 0 0 0 .16-1a3.4 3.4 0 0 0-.16-1l5.29-2.6a3.23 3.23 0 1 0-.63-1.9a3 3 0 0 0 .05.5L8.83 9.75a3.2 3.2 0 0 0-2.33-1a3.25 3.25 0 0 0 0 6.5a3.2 3.2 0 0 0 2.33-1L14.3 17a3 3 0 0 0-.05.51a3.25 3.25 0 1 0 3.25-3.25Zm0-9.5a1.75 1.75 0 1 1-1.75 1.75a1.76 1.76 0 0 1 1.75-1.75m-11 9A1.75 1.75 0 1 1 8.25 12a1.76 1.76 0 0 1-1.75 1.75m11 5.5a1.75 1.75 0 1 1 1.75-1.75a1.76 1.76 0 0 1-1.75 1.75"/></svg>

React

import type { SVGProps } from "react";

export function PrimeShareAlt(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="M17.5 14.25a3.24 3.24 0 0 0-2.62 1.35L9.59 13a3.4 3.4 0 0 0 .16-1a3.4 3.4 0 0 0-.16-1l5.29-2.6a3.23 3.23 0 1 0-.63-1.9a3 3 0 0 0 .05.5L8.83 9.75a3.2 3.2 0 0 0-2.33-1a3.25 3.25 0 0 0 0 6.5a3.2 3.2 0 0 0 2.33-1L14.3 17a3 3 0 0 0-.05.51a3.25 3.25 0 1 0 3.25-3.25Zm0-9.5a1.75 1.75 0 1 1-1.75 1.75a1.76 1.76 0 0 1 1.75-1.75m-11 9A1.75 1.75 0 1 1 8.25 12a1.76 1.76 0 0 1-1.75 1.75m11 5.5a1.75 1.75 0 1 1 1.75-1.75a1.76 1.76 0 0 1-1.75 1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 14.25a3.24 3.24 0 0 0-2.62 1.35L9.59 13a3.4 3.4 0 0 0 .16-1a3.4 3.4 0 0 0-.16-1l5.29-2.6a3.23 3.23 0 1 0-.63-1.9a3 3 0 0 0 .05.5L8.83 9.75a3.2 3.2 0 0 0-2.33-1a3.25 3.25 0 0 0 0 6.5a3.2 3.2 0 0 0 2.33-1L14.3 17a3 3 0 0 0-.05.51a3.25 3.25 0 1 0 3.25-3.25Zm0-9.5a1.75 1.75 0 1 1-1.75 1.75a1.76 1.76 0 0 1 1.75-1.75m-11 9A1.75 1.75 0 1 1 8.25 12a1.76 1.76 0 0 1-1.75 1.75m11 5.5a1.75 1.75 0 1 1 1.75-1.75a1.76 1.76 0 0 1-1.75 1.75"/></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%22M17.5%2014.25a3.24%203.24%200%200%200-2.62%201.35L9.59%2013a3.4%203.4%200%200%200%20.16-1a3.4%203.4%200%200%200-.16-1l5.29-2.6a3.23%203.23%200%201%200-.63-1.9a3%203%200%200%200%20.05.5L8.83%209.75a3.2%203.2%200%200%200-2.33-1a3.25%203.25%200%200%200%200%206.5a3.2%203.2%200%200%200%202.33-1L14.3%2017a3%203%200%200%200-.05.51a3.25%203.25%200%201%200%203.25-3.25Zm0-9.5a1.75%201.75%200%201%201-1.75%201.75a1.76%201.76%200%200%201%201.75-1.75m-11%209A1.75%201.75%200%201%201%208.25%2012a1.76%201.76%200%200%201-1.75%201.75m11%205.5a1.75%201.75%200%201%201%201.75-1.75a1.76%201.76%200%200%201-1.75%201.75%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%22M17.5%2014.25a3.24%203.24%200%200%200-2.62%201.35L9.59%2013a3.4%203.4%200%200%200%20.16-1a3.4%203.4%200%200%200-.16-1l5.29-2.6a3.23%203.23%200%201%200-.63-1.9a3%203%200%200%200%20.05.5L8.83%209.75a3.2%203.2%200%200%200-2.33-1a3.25%203.25%200%200%200%200%206.5a3.2%203.2%200%200%200%202.33-1L14.3%2017a3%203%200%200%200-.05.51a3.25%203.25%200%201%200%203.25-3.25Zm0-9.5a1.75%201.75%200%201%201-1.75%201.75a1.76%201.76%200%200%201%201.75-1.75m-11%209A1.75%201.75%200%201%201%208.25%2012a1.76%201.76%200%200%201-1.75%201.75m11%205.5a1.75%201.75%200%201%201%201.75-1.75a1.76%201.76%200%200%201-1.75%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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