ios cloud done icon
ios-cloud-done from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-cloud-done
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios cloud done icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.1 229.8C429 154.6 365.4 96 288 96c-51.2 0-96.3 25.6-123.4 64.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1 0-70.8 34.4-71.4 73.4C26.4 241.5 0 280.5 0 321.5 0 371.7 40.7 416 90.9 416h330.3c50.2 0 90.9-44.3 90.9-94.5-.1-44.7-32.4-84.1-75-91.7zm-74.6-17.3L228.8 346.8h-.1c-1.7 1.7-6.3 5.5-11.6 5.5-3.8 0-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1 0-5.7l17.8-17.8c.8-.8 1.8-1.2 2.8-1.2 1 0 2 .4 2.8 1.2l44.4 44.4 122-122.9c.8-.8 1.8-1.2 2.8-1.2 1.1 0 2.1.4 2.8 1.2l17.5 18.1c1.8 1.7 1.8 4.2.2 5.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCloudDone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.1 229.8C429 154.6 365.4 96 288 96c-51.2 0-96.3 25.6-123.4 64.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1 0-70.8 34.4-71.4 73.4C26.4 241.5 0 280.5 0 321.5 0 371.7 40.7 416 90.9 416h330.3c50.2 0 90.9-44.3 90.9-94.5-.1-44.7-32.4-84.1-75-91.7zm-74.6-17.3L228.8 346.8h-.1c-1.7 1.7-6.3 5.5-11.6 5.5-3.8 0-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1 0-5.7l17.8-17.8c.8-.8 1.8-1.2 2.8-1.2 1 0 2 .4 2.8 1.2l44.4 44.4 122-122.9c.8-.8 1.8-1.2 2.8-1.2 1.1 0 2.1.4 2.8 1.2l17.5 18.1c1.8 1.7 1.8 4.2.2 5.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.1 229.8C429 154.6 365.4 96 288 96c-51.2 0-96.3 25.6-123.4 64.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1 0-70.8 34.4-71.4 73.4C26.4 241.5 0 280.5 0 321.5 0 371.7 40.7 416 90.9 416h330.3c50.2 0 90.9-44.3 90.9-94.5-.1-44.7-32.4-84.1-75-91.7zm-74.6-17.3L228.8 346.8h-.1c-1.7 1.7-6.3 5.5-11.6 5.5-3.8 0-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1 0-5.7l17.8-17.8c.8-.8 1.8-1.2 2.8-1.2 1 0 2 .4 2.8 1.2l44.4 44.4 122-122.9c.8-.8 1.8-1.2 2.8-1.2 1.1 0 2.1.4 2.8 1.2l17.5 18.1c1.8 1.7 1.8 4.2.2 5.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20d%3D%22M437.1%20229.8C429%20154.6%20365.4%2096%20288%2096c-51.2%200-96.3%2025.6-123.4%2064.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1%200-70.8%2034.4-71.4%2073.4C26.4%20241.5%200%20280.5%200%20321.5%200%20371.7%2040.7%20416%2090.9%20416h330.3c50.2%200%2090.9-44.3%2090.9-94.5-.1-44.7-32.4-84.1-75-91.7zm-74.6-17.3L228.8%20346.8h-.1c-1.7%201.7-6.3%205.5-11.6%205.5-3.8%200-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1%200-5.7l17.8-17.8c.8-.8%201.8-1.2%202.8-1.2%201%200%202%20.4%202.8%201.2l44.4%2044.4%20122-122.9c.8-.8%201.8-1.2%202.8-1.2%201.1%200%202.1.4%202.8%201.2l17.5%2018.1c1.8%201.7%201.8%204.2.2%205.8z%22%20fill%3D%22currentColor%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%20d%3D%22M437.1%20229.8C429%20154.6%20365.4%2096%20288%2096c-51.2%200-96.3%2025.6-123.4%2064.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1%200-70.8%2034.4-71.4%2073.4C26.4%20241.5%200%20280.5%200%20321.5%200%20371.7%2040.7%20416%2090.9%20416h330.3c50.2%200%2090.9-44.3%2090.9-94.5-.1-44.7-32.4-84.1-75-91.7zm-74.6-17.3L228.8%20346.8h-.1c-1.7%201.7-6.3%205.5-11.6%205.5-3.8%200-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1%200-5.7l17.8-17.8c.8-.8%201.8-1.2%202.8-1.2%201%200%202%20.4%202.8%201.2l44.4%2044.4%20122-122.9c.8-.8%201.8-1.2%202.8-1.2%201.1%200%202.1.4%202.8%201.2l17.5%2018.1c1.8%201.7%201.8%204.2.2%205.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-cloud-done.svg?color=%231a73e8&size=48