cloud arrow right icon
cloud-arrow-right-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- cloud-arrow-right-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
cloud-add-16-filledcloud-archive-16-filledcloud-arrow-down-16-filledcloud-arrow-up-16-filledcloud-beaker-16-filledcloud-bidirectional-20-filledcloud-checkmark-16-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 arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.647 6.246C14.415 3.923 12.817 2 10 2S5.587 3.908 5.353 6.246l-.251.005C3.373 6.347 2 7.821 2 9.623C2 11.488 3.47 13 5.282 13h2.49q.044-.515.176-1H5.282C4.028 12 3 10.942 3 9.623c0-1.32 1.028-2.377 2.282-2.377h.071a1 1 0 0 0 .995-.9C6.551 4.315 7.886 3 10 3c2.108 0 3.45 1.325 3.652 3.346a1 1 0 0 0 .995.9h.071c.994 0 1.846.665 2.157 1.598c.417.303.792.66 1.114 1.062q.01-.14.011-.283c0-1.865-1.47-3.377-3.282-3.377zM13.5 9a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.353 4.854l-2 2a.5.5 0 0 1-.707-.708L14.293 14H11.5a.5.5 0 0 1 0-1h2.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 .146.351v.006a.5.5 0 0 1-.144.348z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudArrowRight20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.647 6.246C14.415 3.923 12.817 2 10 2S5.587 3.908 5.353 6.246l-.251.005C3.373 6.347 2 7.821 2 9.623C2 11.488 3.47 13 5.282 13h2.49q.044-.515.176-1H5.282C4.028 12 3 10.942 3 9.623c0-1.32 1.028-2.377 2.282-2.377h.071a1 1 0 0 0 .995-.9C6.551 4.315 7.886 3 10 3c2.108 0 3.45 1.325 3.652 3.346a1 1 0 0 0 .995.9h.071c.994 0 1.846.665 2.157 1.598c.417.303.792.66 1.114 1.062q.01-.14.011-.283c0-1.865-1.47-3.377-3.282-3.377zM13.5 9a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.353 4.854l-2 2a.5.5 0 0 1-.707-.708L14.293 14H11.5a.5.5 0 0 1 0-1h2.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 .146.351v.006a.5.5 0 0 1-.144.348z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.647 6.246C14.415 3.923 12.817 2 10 2S5.587 3.908 5.353 6.246l-.251.005C3.373 6.347 2 7.821 2 9.623C2 11.488 3.47 13 5.282 13h2.49q.044-.515.176-1H5.282C4.028 12 3 10.942 3 9.623c0-1.32 1.028-2.377 2.282-2.377h.071a1 1 0 0 0 .995-.9C6.551 4.315 7.886 3 10 3c2.108 0 3.45 1.325 3.652 3.346a1 1 0 0 0 .995.9h.071c.994 0 1.846.665 2.157 1.598c.417.303.792.66 1.114 1.062q.01-.14.011-.283c0-1.865-1.47-3.377-3.282-3.377zM13.5 9a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.353 4.854l-2 2a.5.5 0 0 1-.707-.708L14.293 14H11.5a.5.5 0 0 1 0-1h2.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 .146.351v.006a.5.5 0 0 1-.144.348z"/></svg> </template>
CSS
.icon-cloud-arrow-right-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.647%206.246C14.415%203.923%2012.817%202%2010%202S5.587%203.908%205.353%206.246l-.251.005C3.373%206.347%202%207.821%202%209.623C2%2011.488%203.47%2013%205.282%2013h2.49q.044-.515.176-1H5.282C4.028%2012%203%2010.942%203%209.623c0-1.32%201.028-2.377%202.282-2.377h.071a1%201%200%200%200%20.995-.9C6.551%204.315%207.886%203%2010%203c2.108%200%203.45%201.325%203.652%203.346a1%201%200%200%200%20.995.9h.071c.994%200%201.846.665%202.157%201.598c.417.303.792.66%201.114%201.062q.01-.14.011-.283c0-1.865-1.47-3.377-3.282-3.377zM13.5%209a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.353%204.854l-2%202a.5.5%200%200%201-.707-.708L14.293%2014H11.5a.5.5%200%200%201%200-1h2.793l-1.147-1.146a.5.5%200%200%201%20.708-.708l2%202a.5.5%200%200%201%20.146.351v.006a.5.5%200%200%201-.144.348z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.647%206.246C14.415%203.923%2012.817%202%2010%202S5.587%203.908%205.353%206.246l-.251.005C3.373%206.347%202%207.821%202%209.623C2%2011.488%203.47%2013%205.282%2013h2.49q.044-.515.176-1H5.282C4.028%2012%203%2010.942%203%209.623c0-1.32%201.028-2.377%202.282-2.377h.071a1%201%200%200%200%20.995-.9C6.551%204.315%207.886%203%2010%203c2.108%200%203.45%201.325%203.652%203.346a1%201%200%200%200%20.995.9h.071c.994%200%201.846.665%202.157%201.598c.417.303.792.66%201.114%201.062q.01-.14.011-.283c0-1.865-1.47-3.377-3.282-3.377zM13.5%209a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.353%204.854l-2%202a.5.5%200%200%201-.707-.708L14.293%2014H11.5a.5.5%200%200%201%200-1h2.793l-1.147-1.146a.5.5%200%200%201%20.708-.708l2%202a.5.5%200%200%201%20.146.351v.006a.5.5%200%200%201-.144.348z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-arrow-right-20-regular.svg?color=%231a73e8&size=48