cloud-link-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
cloud-link-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cloud link 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 8.246C14.415 5.923 12.817 4 10 4S5.587 5.908 5.353 8.246l-.251.005C3.373 8.347 2 9.821 2 11.623C2 13.488 3.47 15 5.282 15h4.055a3.5 3.5 0 0 1-.302-1H5.282C4.028 14 3 12.942 3 11.623c0-1.32 1.028-2.377 2.282-2.377h.071a1 1 0 0 0 .995-.9C6.551 6.315 7.886 5 10 5c2.108 0 3.45 1.325 3.652 3.346a1 1 0 0 0 .995.9h.071c.656 0 1.25.29 1.667.754h.115c.422 0 .826.075 1.2.211c-.52-1.16-1.66-1.965-2.982-1.965zM12.5 11a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3.5 0a.5.5 0 0 0 0 1h.5a1.5 1.5 0 0 1 0 3H16a.5.5 0 0 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-3.5 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudLink20Regular(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 8.246C14.415 5.923 12.817 4 10 4S5.587 5.908 5.353 8.246l-.251.005C3.373 8.347 2 9.821 2 11.623C2 13.488 3.47 15 5.282 15h4.055a3.5 3.5 0 0 1-.302-1H5.282C4.028 14 3 12.942 3 11.623c0-1.32 1.028-2.377 2.282-2.377h.071a1 1 0 0 0 .995-.9C6.551 6.315 7.886 5 10 5c2.108 0 3.45 1.325 3.652 3.346a1 1 0 0 0 .995.9h.071c.656 0 1.25.29 1.667.754h.115c.422 0 .826.075 1.2.211c-.52-1.16-1.66-1.965-2.982-1.965zM12.5 11a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3.5 0a.5.5 0 0 0 0 1h.5a1.5 1.5 0 0 1 0 3H16a.5.5 0 0 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-3.5 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z"/></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 8.246C14.415 5.923 12.817 4 10 4S5.587 5.908 5.353 8.246l-.251.005C3.373 8.347 2 9.821 2 11.623C2 13.488 3.47 15 5.282 15h4.055a3.5 3.5 0 0 1-.302-1H5.282C4.028 14 3 12.942 3 11.623c0-1.32 1.028-2.377 2.282-2.377h.071a1 1 0 0 0 .995-.9C6.551 6.315 7.886 5 10 5c2.108 0 3.45 1.325 3.652 3.346a1 1 0 0 0 .995.9h.071c.656 0 1.25.29 1.667.754h.115c.422 0 .826.075 1.2.211c-.52-1.16-1.66-1.965-2.982-1.965zM12.5 11a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3.5 0a.5.5 0 0 0 0 1h.5a1.5 1.5 0 0 1 0 3H16a.5.5 0 0 0 0 1h.5a2.5 2.5 0 0 0 0-5zm-3.5 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-cloud-link-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%208.246C14.415%205.923%2012.817%204%2010%204S5.587%205.908%205.353%208.246l-.251.005C3.373%208.347%202%209.821%202%2011.623C2%2013.488%203.47%2015%205.282%2015h4.055a3.5%203.5%200%200%201-.302-1H5.282C4.028%2014%203%2012.942%203%2011.623c0-1.32%201.028-2.377%202.282-2.377h.071a1%201%200%200%200%20.995-.9C6.551%206.315%207.886%205%2010%205c2.108%200%203.45%201.325%203.652%203.346a1%201%200%200%200%20.995.9h.071c.656%200%201.25.29%201.667.754h.115c.422%200%20.826.075%201.2.211c-.52-1.16-1.66-1.965-2.982-1.965zM12.5%2011a2.5%202.5%200%200%200%200%205h.5a.5.5%200%200%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%200%200%200-1zm3.5%200a.5.5%200%200%200%200%201h.5a1.5%201.5%200%200%201%200%203H16a.5.5%200%200%200%200%201h.5a2.5%202.5%200%200%200%200-5zm-3.5%202a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1z%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%208.246C14.415%205.923%2012.817%204%2010%204S5.587%205.908%205.353%208.246l-.251.005C3.373%208.347%202%209.821%202%2011.623C2%2013.488%203.47%2015%205.282%2015h4.055a3.5%203.5%200%200%201-.302-1H5.282C4.028%2014%203%2012.942%203%2011.623c0-1.32%201.028-2.377%202.282-2.377h.071a1%201%200%200%200%20.995-.9C6.551%206.315%207.886%205%2010%205c2.108%200%203.45%201.325%203.652%203.346a1%201%200%200%200%20.995.9h.071c.656%200%201.25.29%201.667.754h.115c.422%200%20.826.075%201.2.211c-.52-1.16-1.66-1.965-2.982-1.965zM12.5%2011a2.5%202.5%200%200%200%200%205h.5a.5.5%200%200%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%200%200%200-1zm3.5%200a.5.5%200%200%200%200%201h.5a1.5%201.5%200%200%201%200%203H16a.5.5%200%200%200%200%201h.5a2.5%202.5%200%200%200%200-5zm-3.5%202a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-link-20-regular.svg?color=%231a73e8&size=48