file share alt icon

file-share-alt from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.

Name
file-share-alt
Set
Unicons
Style
Line
Category
File And Folder
Viewbox
24×24
License
Apache 2.0

More file and folder icons from Unicons

Use the file 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="M13.5 12.5a1 1 0 0 0-1-1h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 1-1m5 5a2 2 0 0 0-1.18.39l-1.75-.8l1.91-.88a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.89.87A2 2 0 1 0 13.5 19a1.9 1.9 0 0 0 .92-.24l2.1 1a2 2 0 1 0 2-2.23Zm-8 2h-5a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3a1 1 0 0 0 2 0V8.44a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.1 0a1 1 0 0 0-.26-.06H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5a1 1 0 0 0 0-2Zm2-14.59l2.59 2.59H13.5a1 1 0 0 1-1-1Zm-5 10.59a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm0-6h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function UilFileShareAlt(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="M13.5 12.5a1 1 0 0 0-1-1h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 1-1m5 5a2 2 0 0 0-1.18.39l-1.75-.8l1.91-.88a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.89.87A2 2 0 1 0 13.5 19a1.9 1.9 0 0 0 .92-.24l2.1 1a2 2 0 1 0 2-2.23Zm-8 2h-5a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3a1 1 0 0 0 2 0V8.44a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.1 0a1 1 0 0 0-.26-.06H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5a1 1 0 0 0 0-2Zm2-14.59l2.59 2.59H13.5a1 1 0 0 1-1-1Zm-5 10.59a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm0-6h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 12.5a1 1 0 0 0-1-1h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 1-1m5 5a2 2 0 0 0-1.18.39l-1.75-.8l1.91-.88a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.89.87A2 2 0 1 0 13.5 19a1.9 1.9 0 0 0 .92-.24l2.1 1a2 2 0 1 0 2-2.23Zm-8 2h-5a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3a1 1 0 0 0 2 0V8.44a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.1 0a1 1 0 0 0-.26-.06H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5a1 1 0 0 0 0-2Zm2-14.59l2.59 2.59H13.5a1 1 0 0 1-1-1Zm-5 10.59a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm0-6h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-file-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%22M13.5%2012.5a1%201%200%200%200-1-1h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%201-1m5%205a2%202%200%200%200-1.18.39l-1.75-.8l1.91-.88a2%202%200%200%200%201%20.29a2%202%200%201%200-2-2l-1.89.87A2%202%200%201%200%2013.5%2019a1.9%201.9%200%200%200%20.92-.24l2.1%201a2%202%200%201%200%202-2.23Zm-8%202h-5a1%201%200%200%201-1-1v-14a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3a1%201%200%200%200%202%200V8.44a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.1%200a1%201%200%200%200-.26-.06H5.5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h5a1%201%200%200%200%200-2Zm2-14.59l2.59%202.59H13.5a1%201%200%200%201-1-1Zm-5%2010.59a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2Zm0-6h1a1%201%200%200%200%200-2h-1a1%201%200%200%200%200%202%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%22M13.5%2012.5a1%201%200%200%200-1-1h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%201-1m5%205a2%202%200%200%200-1.18.39l-1.75-.8l1.91-.88a2%202%200%200%200%201%20.29a2%202%200%201%200-2-2l-1.89.87A2%202%200%201%200%2013.5%2019a1.9%201.9%200%200%200%20.92-.24l2.1%201a2%202%200%201%200%202-2.23Zm-8%202h-5a1%201%200%200%201-1-1v-14a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3a1%201%200%200%200%202%200V8.44a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.1%200a1%201%200%200%200-.26-.06H5.5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h5a1%201%200%200%200%200-2Zm2-14.59l2.59%202.59H13.5a1%201%200%200%201-1-1Zm-5%2010.59a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2Zm0-6h1a1%201%200%200%200%200-2h-1a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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