cloud checkmark icon
cloud-checkmark-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cloud-checkmark-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
- Aliases
- cloud-sync-complete-32-regular
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
cloud-add-16-filledcloud-archive-16-filledcloud-arrow-down-16-filledcloud-arrow-right-16-filledcloud-arrow-up-16-filledcloud-beaker-16-filledcloud-bidirectional-20-filledcloud-cube-16-filledcloud-database-20-filledcloud-desktop-20-filledcloud-dismiss-16-filledcloud-edit-16-filledcloud-error-16-filledcloud-flow-20-filledcloud-link-16-filledcloud-off-16-filledcloud-offline-24-filledcloud-swap-20-filledcloud-sync-16-filledcloud-words-16-filled
Use the cloud checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.399 7.008C10.439 8.182 10 9.7 10 11a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.592C5.515 19.32 6.708 20 9 20h4.852c-.185.64-.3 1.31-.338 2H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16q.001.696-.124 1.342a9 9 0 0 0-1.942-2.017c-.173-.868-.681-1.607-1.42-2.177C25.577 12.424 24.296 12 23 12a1 1 0 0 1-1-1c0-2.2-.866-3.666-2.008-4.601C18.818 5.439 17.3 5 16 5c-2.2 0-3.666.866-4.601 2.008M30 22.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m-2.707-2.767a.75.75 0 0 0-1.06-.026l-4.745 4.519l-2.233-2.031a.75.75 0 0 0-1.01 1.11l2.75 2.5a.75.75 0 0 0 1.022-.012l5.25-5a.75.75 0 0 0 .026-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudCheckmark32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.399 7.008C10.439 8.182 10 9.7 10 11a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.592C5.515 19.32 6.708 20 9 20h4.852c-.185.64-.3 1.31-.338 2H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16q.001.696-.124 1.342a9 9 0 0 0-1.942-2.017c-.173-.868-.681-1.607-1.42-2.177C25.577 12.424 24.296 12 23 12a1 1 0 0 1-1-1c0-2.2-.866-3.666-2.008-4.601C18.818 5.439 17.3 5 16 5c-2.2 0-3.666.866-4.601 2.008M30 22.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m-2.707-2.767a.75.75 0 0 0-1.06-.026l-4.745 4.519l-2.233-2.031a.75.75 0 0 0-1.01 1.11l2.75 2.5a.75.75 0 0 0 1.022-.012l5.25-5a.75.75 0 0 0 .026-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.399 7.008C10.439 8.182 10 9.7 10 11a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.592C5.515 19.32 6.708 20 9 20h4.852c-.185.64-.3 1.31-.338 2H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16q.001.696-.124 1.342a9 9 0 0 0-1.942-2.017c-.173-.868-.681-1.607-1.42-2.177C25.577 12.424 24.296 12 23 12a1 1 0 0 1-1-1c0-2.2-.866-3.666-2.008-4.601C18.818 5.439 17.3 5 16 5c-2.2 0-3.666.866-4.601 2.008M30 22.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m-2.707-2.767a.75.75 0 0 0-1.06-.026l-4.745 4.519l-2.233-2.031a.75.75 0 0 0-1.01 1.11l2.75 2.5a.75.75 0 0 0 1.022-.012l5.25-5a.75.75 0 0 0 .026-1.06"/></svg> </template>
CSS
.icon-cloud-checkmark-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.399%207.008C10.439%208.182%2010%209.7%2010%2011a1%201%200%200%201-1%201c-3.624%200-5%202.528-5%204c0%20.855.216%201.835.878%202.592C5.515%2019.32%206.708%2020%209%2020h4.852c-.185.64-.3%201.31-.338%202H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2018.665%202%2017.145%202%2016c0-2.356%201.93-5.53%206.057-5.953c.172-1.456.74-3.016%201.794-4.305C11.166%204.134%2013.201%203%2016%203c1.7%200%203.682.562%205.258%201.851c1.421%201.163%202.473%202.887%202.697%205.206c1.378.165%202.714.683%203.781%201.508C29.063%2012.589%2030%2014.114%2030%2016q.001.696-.124%201.342a9%209%200%200%200-1.942-2.017c-.173-.868-.681-1.607-1.42-2.177C25.577%2012.424%2024.296%2012%2023%2012a1%201%200%200%201-1-1c0-2.2-.866-3.666-2.008-4.601C18.818%205.439%2017.3%205%2016%205c-2.2%200-3.666.866-4.601%202.008M30%2022.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m-2.707-2.767a.75.75%200%200%200-1.06-.026l-4.745%204.519l-2.233-2.031a.75.75%200%200%200-1.01%201.11l2.75%202.5a.75.75%200%200%200%201.022-.012l5.25-5a.75.75%200%200%200%20.026-1.06%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.399%207.008C10.439%208.182%2010%209.7%2010%2011a1%201%200%200%201-1%201c-3.624%200-5%202.528-5%204c0%20.855.216%201.835.878%202.592C5.515%2019.32%206.708%2020%209%2020h4.852c-.185.64-.3%201.31-.338%202H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2018.665%202%2017.145%202%2016c0-2.356%201.93-5.53%206.057-5.953c.172-1.456.74-3.016%201.794-4.305C11.166%204.134%2013.201%203%2016%203c1.7%200%203.682.562%205.258%201.851c1.421%201.163%202.473%202.887%202.697%205.206c1.378.165%202.714.683%203.781%201.508C29.063%2012.589%2030%2014.114%2030%2016q.001.696-.124%201.342a9%209%200%200%200-1.942-2.017c-.173-.868-.681-1.607-1.42-2.177C25.577%2012.424%2024.296%2012%2023%2012a1%201%200%200%201-1-1c0-2.2-.866-3.666-2.008-4.601C18.818%205.439%2017.3%205%2016%205c-2.2%200-3.666.866-4.601%202.008M30%2022.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m-2.707-2.767a.75.75%200%200%200-1.06-.026l-4.745%204.519l-2.233-2.031a.75.75%200%200%200-1.01%201.11l2.75%202.5a.75.75%200%200%200%201.022-.012l5.25-5a.75.75%200%200%200%20.026-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-checkmark-32-regular.svg?color=%231a73e8&size=48