cloud done icon
cloud-done from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- cloud-done
- 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 done icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M424.44 227.25a16 16 0 0 1-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57 153.57 0 0 0 256 80c-35.5 0-68.24 11.69-94.68 33.8a156.24 156.24 0 0 0-42 56a16 16 0 0 1-11.37 9.15c-27 5.62-51.07 17.34-69.18 33.87C13.39 235.88 0 267.42 0 304c0 36 14.38 68.88 40.49 92.59C65.64 419.43 99.56 432 136 432h260c32.37 0 60.23-8.57 80.59-24.77C499.76 388.78 512 361.39 512 328c0-57.57-42-90.58-87.56-100.75m-95.2-8.94l-107.8 128a16 16 0 0 1-12 5.69h-.27a16 16 0 0 1-11.88-5.28l-45.9-50.87c-5.77-6.39-5.82-16.33.3-22.4a16 16 0 0 1 23.16.63l33.9 37.58l96-114a16 16 0 1 1 24.48 20.62Z"/></svg>
React
import type { SVGProps } from "react";
export function IonCloudDone(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="M424.44 227.25a16 16 0 0 1-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57 153.57 0 0 0 256 80c-35.5 0-68.24 11.69-94.68 33.8a156.24 156.24 0 0 0-42 56a16 16 0 0 1-11.37 9.15c-27 5.62-51.07 17.34-69.18 33.87C13.39 235.88 0 267.42 0 304c0 36 14.38 68.88 40.49 92.59C65.64 419.43 99.56 432 136 432h260c32.37 0 60.23-8.57 80.59-24.77C499.76 388.78 512 361.39 512 328c0-57.57-42-90.58-87.56-100.75m-95.2-8.94l-107.8 128a16 16 0 0 1-12 5.69h-.27a16 16 0 0 1-11.88-5.28l-45.9-50.87c-5.77-6.39-5.82-16.33.3-22.4a16 16 0 0 1 23.16.63l33.9 37.58l96-114a16 16 0 1 1 24.48 20.62Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M424.44 227.25a16 16 0 0 1-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57 153.57 0 0 0 256 80c-35.5 0-68.24 11.69-94.68 33.8a156.24 156.24 0 0 0-42 56a16 16 0 0 1-11.37 9.15c-27 5.62-51.07 17.34-69.18 33.87C13.39 235.88 0 267.42 0 304c0 36 14.38 68.88 40.49 92.59C65.64 419.43 99.56 432 136 432h260c32.37 0 60.23-8.57 80.59-24.77C499.76 388.78 512 361.39 512 328c0-57.57-42-90.58-87.56-100.75m-95.2-8.94l-107.8 128a16 16 0 0 1-12 5.69h-.27a16 16 0 0 1-11.88-5.28l-45.9-50.87c-5.77-6.39-5.82-16.33.3-22.4a16 16 0 0 1 23.16.63l33.9 37.58l96-114a16 16 0 1 1 24.48 20.62Z"/></svg> </template>
CSS
.icon-cloud-done {
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%22M424.44%20227.25a16%2016%200%200%201-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57%20153.57%200%200%200%20256%2080c-35.5%200-68.24%2011.69-94.68%2033.8a156.24%20156.24%200%200%200-42%2056a16%2016%200%200%201-11.37%209.15c-27%205.62-51.07%2017.34-69.18%2033.87C13.39%20235.88%200%20267.42%200%20304c0%2036%2014.38%2068.88%2040.49%2092.59C65.64%20419.43%2099.56%20432%20136%20432h260c32.37%200%2060.23-8.57%2080.59-24.77C499.76%20388.78%20512%20361.39%20512%20328c0-57.57-42-90.58-87.56-100.75m-95.2-8.94l-107.8%20128a16%2016%200%200%201-12%205.69h-.27a16%2016%200%200%201-11.88-5.28l-45.9-50.87c-5.77-6.39-5.82-16.33.3-22.4a16%2016%200%200%201%2023.16.63l33.9%2037.58l96-114a16%2016%200%201%201%2024.48%2020.62Z%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%22M424.44%20227.25a16%2016%200%200%201-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57%20153.57%200%200%200%20256%2080c-35.5%200-68.24%2011.69-94.68%2033.8a156.24%20156.24%200%200%200-42%2056a16%2016%200%200%201-11.37%209.15c-27%205.62-51.07%2017.34-69.18%2033.87C13.39%20235.88%200%20267.42%200%20304c0%2036%2014.38%2068.88%2040.49%2092.59C65.64%20419.43%2099.56%20432%20136%20432h260c32.37%200%2060.23-8.57%2080.59-24.77C499.76%20388.78%20512%20361.39%20512%20328c0-57.57-42-90.58-87.56-100.75m-95.2-8.94l-107.8%20128a16%2016%200%200%201-12%205.69h-.27a16%2016%200%200%201-11.88-5.28l-45.9-50.87c-5.77-6.39-5.82-16.33.3-22.4a16%2016%200%200%201%2023.16.63l33.9%2037.58l96-114a16%2016%200%201%201%2024.48%2020.62Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/cloud-done.svg?color=%231a73e8&size=48