cloud done icon
cloud-done-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- cloud-done-sharp
- Set
- IonIcons
- Style
- Sharp
- 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="M414.25 225.36c-6.52-41.18-24.05-76.4-51.11-102.46A153.57 153.57 0 0 0 256 80c-35.5 0-68.24 11.69-94.68 33.8a156.4 156.4 0 0 0-45.22 63.61c-30.26 4.81-57.45 17.18-77.38 35.37C13.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-61.85-48.44-95.34-97.75-102.64m-204.63 135l-69.22-76.7l23.76-21.44l44.62 49.46l106.29-126.2l24.47 20.61Z"/></svg>
React
import type { SVGProps } from "react";
export function IonCloudDoneSharp(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="M414.25 225.36c-6.52-41.18-24.05-76.4-51.11-102.46A153.57 153.57 0 0 0 256 80c-35.5 0-68.24 11.69-94.68 33.8a156.4 156.4 0 0 0-45.22 63.61c-30.26 4.81-57.45 17.18-77.38 35.37C13.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-61.85-48.44-95.34-97.75-102.64m-204.63 135l-69.22-76.7l23.76-21.44l44.62 49.46l106.29-126.2l24.47 20.61Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.25 225.36c-6.52-41.18-24.05-76.4-51.11-102.46A153.57 153.57 0 0 0 256 80c-35.5 0-68.24 11.69-94.68 33.8a156.4 156.4 0 0 0-45.22 63.61c-30.26 4.81-57.45 17.18-77.38 35.37C13.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-61.85-48.44-95.34-97.75-102.64m-204.63 135l-69.22-76.7l23.76-21.44l44.62 49.46l106.29-126.2l24.47 20.61Z"/></svg> </template>
CSS
.icon-cloud-done-sharp {
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%22M414.25%20225.36c-6.52-41.18-24.05-76.4-51.11-102.46A153.57%20153.57%200%200%200%20256%2080c-35.5%200-68.24%2011.69-94.68%2033.8a156.4%20156.4%200%200%200-45.22%2063.61c-30.26%204.81-57.45%2017.18-77.38%2035.37C13.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-61.85-48.44-95.34-97.75-102.64m-204.63%20135l-69.22-76.7l23.76-21.44l44.62%2049.46l106.29-126.2l24.47%2020.61Z%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%22M414.25%20225.36c-6.52-41.18-24.05-76.4-51.11-102.46A153.57%20153.57%200%200%200%20256%2080c-35.5%200-68.24%2011.69-94.68%2033.8a156.4%20156.4%200%200%200-45.22%2063.61c-30.26%204.81-57.45%2017.18-77.38%2035.37C13.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-61.85-48.44-95.34-97.75-102.64m-204.63%20135l-69.22-76.7l23.76-21.44l44.62%2049.46l106.29-126.2l24.47%2020.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/cloud-done-sharp.svg?color=%231a73e8&size=48