cloud download icon

cloud-download from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
cloud-download
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-cloud-download

The same icon in other sets

Related icons in BoxIcons v2

Use the cloud download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.948 11.112C18.511 7.67 15.563 5 12.004 5c-2.756 0-5.15 1.611-6.243 4.15c-2.148.642-3.757 2.67-3.757 4.85c0 2.757 2.243 5 5 5h1v-2h-1c-1.654 0-3-1.346-3-3c0-1.404 1.199-2.757 2.673-3.016l.581-.102l.192-.558C8.153 8.273 9.898 7 12.004 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-2v2h2c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/><path fill="currentColor" d="M13.004 14v-4h-2v4h-3l4 5l4-5z"/></svg>

React

import type { SVGProps } from "react";

export function BxCloudDownload(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="M18.948 11.112C18.511 7.67 15.563 5 12.004 5c-2.756 0-5.15 1.611-6.243 4.15c-2.148.642-3.757 2.67-3.757 4.85c0 2.757 2.243 5 5 5h1v-2h-1c-1.654 0-3-1.346-3-3c0-1.404 1.199-2.757 2.673-3.016l.581-.102l.192-.558C8.153 8.273 9.898 7 12.004 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-2v2h2c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/><path fill="currentColor" d="M13.004 14v-4h-2v4h-3l4 5l4-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.948 11.112C18.511 7.67 15.563 5 12.004 5c-2.756 0-5.15 1.611-6.243 4.15c-2.148.642-3.757 2.67-3.757 4.85c0 2.757 2.243 5 5 5h1v-2h-1c-1.654 0-3-1.346-3-3c0-1.404 1.199-2.757 2.673-3.016l.581-.102l.192-.558C8.153 8.273 9.898 7 12.004 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-2v2h2c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/><path fill="currentColor" d="M13.004 14v-4h-2v4h-3l4 5l4-5z"/></svg>
</template>

CSS

.icon-cloud-download {
  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%22M18.948%2011.112C18.511%207.67%2015.563%205%2012.004%205c-2.756%200-5.15%201.611-6.243%204.15c-2.148.642-3.757%202.67-3.757%204.85c0%202.757%202.243%205%205%205h1v-2h-1c-1.654%200-3-1.346-3-3c0-1.404%201.199-2.757%202.673-3.016l.581-.102l.192-.558C8.153%208.273%209.898%207%2012.004%207c2.757%200%205%202.243%205%205v1h1c1.103%200%202%20.897%202%202s-.897%202-2%202h-2v2h2c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.056-3.888%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.004%2014v-4h-2v4h-3l4%205l4-5z%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%22M18.948%2011.112C18.511%207.67%2015.563%205%2012.004%205c-2.756%200-5.15%201.611-6.243%204.15c-2.148.642-3.757%202.67-3.757%204.85c0%202.757%202.243%205%205%205h1v-2h-1c-1.654%200-3-1.346-3-3c0-1.404%201.199-2.757%202.673-3.016l.581-.102l.192-.558C8.153%208.273%209.898%207%2012.004%207c2.757%200%205%202.243%205%205v1h1c1.103%200%202%20.897%202%202s-.897%202-2%202h-2v2h2c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.056-3.888%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.004%2014v-4h-2v4h-3l4%205l4-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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