cloud download icon

cloud-download from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
cloud-download
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the cloud download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M472.7 189.5c-13.26-8.43-29.83-14.56-48.08-17.93A16 16 0 0 1 412 159.28c-7.86-34.51-24.6-64.13-49.15-86.58C334.15 46.45 296.21 32 256 32c-35.35 0-68 11.08-94.37 32a150.1 150.1 0 0 0-41.95 52.83A16.05 16.05 0 0 1 108 125.8c-27.13 4.9-50.53 14.68-68.41 28.7C13.7 174.83 0 203.56 0 237.6C0 305 55.93 352 136 352h104V224.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 224v128h124c72.64 0 116-34.24 116-91.6c0-30.05-13.59-54.57-39.3-70.9M240 425.42l-36.7-36.64a16 16 0 0 0-22.6 22.65l64 63.89a16 16 0 0 0 22.6 0l64-63.89a16 16 0 0 0-22.6-22.65L272 425.42V352h-32Z"/></svg>

React

import type { SVGProps } from "react";

export function IonCloudDownload(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M472.7 189.5c-13.26-8.43-29.83-14.56-48.08-17.93A16 16 0 0 1 412 159.28c-7.86-34.51-24.6-64.13-49.15-86.58C334.15 46.45 296.21 32 256 32c-35.35 0-68 11.08-94.37 32a150.1 150.1 0 0 0-41.95 52.83A16.05 16.05 0 0 1 108 125.8c-27.13 4.9-50.53 14.68-68.41 28.7C13.7 174.83 0 203.56 0 237.6C0 305 55.93 352 136 352h104V224.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 224v128h124c72.64 0 116-34.24 116-91.6c0-30.05-13.59-54.57-39.3-70.9M240 425.42l-36.7-36.64a16 16 0 0 0-22.6 22.65l64 63.89a16 16 0 0 0 22.6 0l64-63.89a16 16 0 0 0-22.6-22.65L272 425.42V352h-32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M472.7 189.5c-13.26-8.43-29.83-14.56-48.08-17.93A16 16 0 0 1 412 159.28c-7.86-34.51-24.6-64.13-49.15-86.58C334.15 46.45 296.21 32 256 32c-35.35 0-68 11.08-94.37 32a150.1 150.1 0 0 0-41.95 52.83A16.05 16.05 0 0 1 108 125.8c-27.13 4.9-50.53 14.68-68.41 28.7C13.7 174.83 0 203.56 0 237.6C0 305 55.93 352 136 352h104V224.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 224v128h124c72.64 0 116-34.24 116-91.6c0-30.05-13.59-54.57-39.3-70.9M240 425.42l-36.7-36.64a16 16 0 0 0-22.6 22.65l64 63.89a16 16 0 0 0 22.6 0l64-63.89a16 16 0 0 0-22.6-22.65L272 425.42V352h-32Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M472.7%20189.5c-13.26-8.43-29.83-14.56-48.08-17.93A16%2016%200%200%201%20412%20159.28c-7.86-34.51-24.6-64.13-49.15-86.58C334.15%2046.45%20296.21%2032%20256%2032c-35.35%200-68%2011.08-94.37%2032a150.1%20150.1%200%200%200-41.95%2052.83A16.05%2016.05%200%200%201%20108%20125.8c-27.13%204.9-50.53%2014.68-68.41%2028.7C13.7%20174.83%200%20203.56%200%20237.6C0%20305%2055.93%20352%20136%20352h104V224.45c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20224v128h124c72.64%200%20116-34.24%20116-91.6c0-30.05-13.59-54.57-39.3-70.9M240%20425.42l-36.7-36.64a16%2016%200%200%200-22.6%2022.65l64%2063.89a16%2016%200%200%200%2022.6%200l64-63.89a16%2016%200%200%200-22.6-22.65L272%20425.42V352h-32Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M472.7%20189.5c-13.26-8.43-29.83-14.56-48.08-17.93A16%2016%200%200%201%20412%20159.28c-7.86-34.51-24.6-64.13-49.15-86.58C334.15%2046.45%20296.21%2032%20256%2032c-35.35%200-68%2011.08-94.37%2032a150.1%20150.1%200%200%200-41.95%2052.83A16.05%2016.05%200%200%201%20108%20125.8c-27.13%204.9-50.53%2014.68-68.41%2028.7C13.7%20174.83%200%20203.56%200%20237.6C0%20305%2055.93%20352%20136%20352h104V224.45c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20224v128h124c72.64%200%20116-34.24%20116-91.6c0-30.05-13.59-54.57-39.3-70.9M240%20425.42l-36.7-36.64a16%2016%200%200%200-22.6%2022.65l64%2063.89a16%2016%200%200%200%2022.6%200l64-63.89a16%2016%200%200%200-22.6-22.65L272%20425.42V352h-32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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