cloud upload alt icon

cloud-upload-alt from Line Awesome by Icons8 · Line · Interfaces · Apache-2.0 Free for personal and commercial use.

Name
cloud-upload-alt
Set
Line Awesome
Style
Line
Category
Interfaces
Viewbox
32×32
License
Apache 2.0
Aliases
cloud-upload-alt-solid

More interfaces icons from Line Awesome

Use the cloud upload 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 7c-2.648 0-4.95 1.238-6.594 3.063C9.27 10.046 9.148 10 9 10c-2.2 0-4 1.8-4 4c-1.73 1.055-3 2.836-3 5c0 3.3 2.7 6 6 6h5v-2H8c-2.219 0-4-1.781-4-4a4.01 4.01 0 0 1 2.438-3.688l.687-.28l-.094-.75A6 6 0 0 1 7 14a1.984 1.984 0 0 1 2.469-1.938l.625.157l.375-.5A7 7 0 0 1 16 9c3.277 0 6.012 2.254 6.781 5.281l.188.781l.843-.03c.211-.012.258-.032.188-.032c2.219 0 4 1.781 4 4s-1.781 4-4 4h-5v2h5c3.3 0 6-2.7 6-6c0-3.156-2.488-5.684-5.594-5.906C23.184 9.574 19.926 7 16 7m0 8l-4 4h3v8h2v-8h3z"/></svg>

React

import type { SVGProps } from "react";

export function LaCloudUploadAlt(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 7c-2.648 0-4.95 1.238-6.594 3.063C9.27 10.046 9.148 10 9 10c-2.2 0-4 1.8-4 4c-1.73 1.055-3 2.836-3 5c0 3.3 2.7 6 6 6h5v-2H8c-2.219 0-4-1.781-4-4a4.01 4.01 0 0 1 2.438-3.688l.687-.28l-.094-.75A6 6 0 0 1 7 14a1.984 1.984 0 0 1 2.469-1.938l.625.157l.375-.5A7 7 0 0 1 16 9c3.277 0 6.012 2.254 6.781 5.281l.188.781l.843-.03c.211-.012.258-.032.188-.032c2.219 0 4 1.781 4 4s-1.781 4-4 4h-5v2h5c3.3 0 6-2.7 6-6c0-3.156-2.488-5.684-5.594-5.906C23.184 9.574 19.926 7 16 7m0 8l-4 4h3v8h2v-8h3z"/></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 7c-2.648 0-4.95 1.238-6.594 3.063C9.27 10.046 9.148 10 9 10c-2.2 0-4 1.8-4 4c-1.73 1.055-3 2.836-3 5c0 3.3 2.7 6 6 6h5v-2H8c-2.219 0-4-1.781-4-4a4.01 4.01 0 0 1 2.438-3.688l.687-.28l-.094-.75A6 6 0 0 1 7 14a1.984 1.984 0 0 1 2.469-1.938l.625.157l.375-.5A7 7 0 0 1 16 9c3.277 0 6.012 2.254 6.781 5.281l.188.781l.843-.03c.211-.012.258-.032.188-.032c2.219 0 4 1.781 4 4s-1.781 4-4 4h-5v2h5c3.3 0 6-2.7 6-6c0-3.156-2.488-5.684-5.594-5.906C23.184 9.574 19.926 7 16 7m0 8l-4 4h3v8h2v-8h3z"/></svg>
</template>

CSS

.icon-cloud-upload-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%207c-2.648%200-4.95%201.238-6.594%203.063C9.27%2010.046%209.148%2010%209%2010c-2.2%200-4%201.8-4%204c-1.73%201.055-3%202.836-3%205c0%203.3%202.7%206%206%206h5v-2H8c-2.219%200-4-1.781-4-4a4.01%204.01%200%200%201%202.438-3.688l.687-.28l-.094-.75A6%206%200%200%201%207%2014a1.984%201.984%200%200%201%202.469-1.938l.625.157l.375-.5A7%207%200%200%201%2016%209c3.277%200%206.012%202.254%206.781%205.281l.188.781l.843-.03c.211-.012.258-.032.188-.032c2.219%200%204%201.781%204%204s-1.781%204-4%204h-5v2h5c3.3%200%206-2.7%206-6c0-3.156-2.488-5.684-5.594-5.906C23.184%209.574%2019.926%207%2016%207m0%208l-4%204h3v8h2v-8h3z%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%207c-2.648%200-4.95%201.238-6.594%203.063C9.27%2010.046%209.148%2010%209%2010c-2.2%200-4%201.8-4%204c-1.73%201.055-3%202.836-3%205c0%203.3%202.7%206%206%206h5v-2H8c-2.219%200-4-1.781-4-4a4.01%204.01%200%200%201%202.438-3.688l.687-.28l-.094-.75A6%206%200%200%201%207%2014a1.984%201.984%200%200%201%202.469-1.938l.625.157l.375-.5A7%207%200%200%201%2016%209c3.277%200%206.012%202.254%206.781%205.281l.188.781l.843-.03c.211-.012.258-.032.188-.032c2.219%200%204%201.781%204%204s-1.781%204-4%204h-5v2h5c3.3%200%206-2.7%206-6c0-3.156-2.488-5.684-5.594-5.906C23.184%209.574%2019.926%207%2016%207m0%208l-4%204h3v8h2v-8h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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