cloud-download-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
cloud-download-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the cloud download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 13.342v-7.28q-1.88.08-3.19 1.635T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-1.239-.55-2.276T15 7V5.81q1.408.779 2.204 2.174T18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-1.014 2.486Q19.97 19 18.5 19h-12q-1.871 0-3.185-1.306Q2 16.39 2 14.517q0-1.719 1.175-3.051t2.921-1.431q.252-1.858 1.865-3.416T11.5 5.062q.402 0 .701.299t.299.7v7.281l1.708-1.701q.14-.141.341-.15t.367.155q.159.16.159.354t-.16.354l-2.35 2.35q-.242.242-.565.242t-.565-.242l-2.35-2.35q-.14-.14-.153-.341t.153-.367q.16-.16.35-.162q.192-.003.357.156zm.5-1.811"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCloudDownloadOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 13.342v-7.28q-1.88.08-3.19 1.635T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-1.239-.55-2.276T15 7V5.81q1.408.779 2.204 2.174T18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-1.014 2.486Q19.97 19 18.5 19h-12q-1.871 0-3.185-1.306Q2 16.39 2 14.517q0-1.719 1.175-3.051t2.921-1.431q.252-1.858 1.865-3.416T11.5 5.062q.402 0 .701.299t.299.7v7.281l1.708-1.701q.14-.141.341-.15t.367.155q.159.16.159.354t-.16.354l-2.35 2.35q-.242.242-.565.242t-.565-.242l-2.35-2.35q-.14-.14-.153-.341t.153-.367q.16-.16.35-.162q.192-.003.357.156zm.5-1.811"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 13.342v-7.28q-1.88.08-3.19 1.635T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-1.239-.55-2.276T15 7V5.81q1.408.779 2.204 2.174T18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-1.014 2.486Q19.97 19 18.5 19h-12q-1.871 0-3.185-1.306Q2 16.39 2 14.517q0-1.719 1.175-3.051t2.921-1.431q.252-1.858 1.865-3.416T11.5 5.062q.402 0 .701.299t.299.7v7.281l1.708-1.701q.14-.141.341-.15t.367.155q.159.16.159.354t-.16.354l-2.35 2.35q-.242.242-.565.242t-.565-.242l-2.35-2.35q-.14-.14-.153-.341t.153-.367q.16-.16.35-.162q.192-.003.357.156zm.5-1.811"/></svg>
</template>

CSS

.icon-cloud-download-outline-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2013.342v-7.28q-1.88.08-3.19%201.635T7%2011h-.5q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018h12q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-1.239-.55-2.276T15%207V5.81q1.408.779%202.204%202.174T18%2011v1h.616q1.436.046%202.41%201.055T22%2015.5q0%201.471-1.014%202.486Q19.97%2019%2018.5%2019h-12q-1.871%200-3.185-1.306Q2%2016.39%202%2014.517q0-1.719%201.175-3.051t2.921-1.431q.252-1.858%201.865-3.416T11.5%205.062q.402%200%20.701.299t.299.7v7.281l1.708-1.701q.14-.141.341-.15t.367.155q.159.16.159.354t-.16.354l-2.35%202.35q-.242.242-.565.242t-.565-.242l-2.35-2.35q-.14-.14-.153-.341t.153-.367q.16-.16.35-.162q.192-.003.357.156zm.5-1.811%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2013.342v-7.28q-1.88.08-3.19%201.635T7%2011h-.5q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018h12q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-1.239-.55-2.276T15%207V5.81q1.408.779%202.204%202.174T18%2011v1h.616q1.436.046%202.41%201.055T22%2015.5q0%201.471-1.014%202.486Q19.97%2019%2018.5%2019h-12q-1.871%200-3.185-1.306Q2%2016.39%202%2014.517q0-1.719%201.175-3.051t2.921-1.431q.252-1.858%201.865-3.416T11.5%205.062q.402%200%20.701.299t.299.7v7.281l1.708-1.701q.14-.141.341-.15t.367.155q.159.16.159.354t-.16.354l-2.35%202.35q-.242.242-.565.242t-.565-.242l-2.35-2.35q-.14-.14-.153-.341t.153-.367q.16-.16.35-.162q.192-.003.357.156zm.5-1.811%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cloud-download-outline-rounded.svg?color=%231a73e8&size=48