upload icon

upload-linear from Solar by 480 Design · Linear · Arrows Action · CC-BY-4.0 Attribution required.

Name
upload-linear
Set
Solar
Style
Linear
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows action icons from Solar

Use the upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M17 9.00195C19.175 9.01406 20.3529 9.11051 21.1213 9.8789C22 10.7576 22 12.1718 22 15.0002V16.0002C22 18.8286 22 20.2429 21.1213 21.1215C20.2426 22.0002 18.8284 22.0002 16 22.0002H8C5.17157 22.0002 3.75736 22.0002 2.87868 21.1215C2 20.2429 2 18.8286 2 16.0002L2 15.0002C2 12.1718 2 10.7576 2.87868 9.87889C3.64706 9.11051 4.82497 9.01406 7 9.00195"/><path stroke-linejoin="round" d="M12 15L12 2M9 5.5L12 2L15 5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUploadLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M17 9.00195C19.175 9.01406 20.3529 9.11051 21.1213 9.8789C22 10.7576 22 12.1718 22 15.0002V16.0002C22 18.8286 22 20.2429 21.1213 21.1215C20.2426 22.0002 18.8284 22.0002 16 22.0002H8C5.17157 22.0002 3.75736 22.0002 2.87868 21.1215C2 20.2429 2 18.8286 2 16.0002L2 15.0002C2 12.1718 2 10.7576 2.87868 9.87889C3.64706 9.11051 4.82497 9.01406 7 9.00195"/><path strokeLinejoin="round" d="M12 15L12 2M9 5.5L12 2L15 5.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M17 9.00195C19.175 9.01406 20.3529 9.11051 21.1213 9.8789C22 10.7576 22 12.1718 22 15.0002V16.0002C22 18.8286 22 20.2429 21.1213 21.1215C20.2426 22.0002 18.8284 22.0002 16 22.0002H8C5.17157 22.0002 3.75736 22.0002 2.87868 21.1215C2 20.2429 2 18.8286 2 16.0002L2 15.0002C2 12.1718 2 10.7576 2.87868 9.87889C3.64706 9.11051 4.82497 9.01406 7 9.00195"/><path stroke-linejoin="round" d="M12 15L12 2M9 5.5L12 2L15 5.5"/></g></svg>
</template>

CSS

.icon-upload-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%209.00195C19.175%209.01406%2020.3529%209.11051%2021.1213%209.8789C22%2010.7576%2022%2012.1718%2022%2015.0002V16.0002C22%2018.8286%2022%2020.2429%2021.1213%2021.1215C20.2426%2022.0002%2018.8284%2022.0002%2016%2022.0002H8C5.17157%2022.0002%203.75736%2022.0002%202.87868%2021.1215C2%2020.2429%202%2018.8286%202%2016.0002L2%2015.0002C2%2012.1718%202%2010.7576%202.87868%209.87889C3.64706%209.11051%204.82497%209.01406%207%209.00195%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015L12%202M9%205.5L12%202L15%205.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%209.00195C19.175%209.01406%2020.3529%209.11051%2021.1213%209.8789C22%2010.7576%2022%2012.1718%2022%2015.0002V16.0002C22%2018.8286%2022%2020.2429%2021.1213%2021.1215C20.2426%2022.0002%2018.8284%2022.0002%2016%2022.0002H8C5.17157%2022.0002%203.75736%2022.0002%202.87868%2021.1215C2%2020.2429%202%2018.8286%202%2016.0002L2%2015.0002C2%2012.1718%202%2010.7576%202.87868%209.87889C3.64706%209.11051%204.82497%209.01406%207%209.00195%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015L12%202M9%205.5L12%202L15%205.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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