cloud-print-outline from Material Design Icons by Pictogrammers · Outline · Cloud · Apache-2.0 Free for personal and commercial use.

Name
cloud-print-outline
Set
Material Design Icons
Style
Outline
Category
Cloud
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More cloud icons from Material Design Icons

Use the cloud print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15H9v-1h6zm0 1H9v1h6zm0 2H9v1h6zm8-4.5c0 1.25-.44 2.31-1.31 3.19c-.88.87-1.94 1.31-3.19 1.31H18v4H6v-4.05c-1.3-.1-2.43-.59-3.39-1.52C1.54 15.38 1 14.09 1 12.58q0-1.95 1.17-3.48C3.34 7.57 4 7.43 5.25 7.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 2 12 2c1.95 0 3.6.68 4.96 2.04S19 7.05 19 9c1.15.13 2.1.63 2.86 1.5q1.14 1.275 1.14 3M6 15.95V11h11V9c0-1.38-.5-2.56-1.46-3.54C14.56 4.5 13.38 4 12 4s-2.56.5-3.54 1.46C7.5 6.44 7 7.62 7 9h-.5c-.97 0-1.79.34-2.47 1.03c-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.56.54 1.22.85 1.97.95M16 13H8v7h8zm5 .5c0-.7-.24-1.29-.73-1.77S19.2 11 18.5 11H18v5h.5q1.05 0 1.77-.72c.72-.72.73-1.08.73-1.78"/></svg>

React

import type { SVGProps } from "react";

export function MdiCloudPrintOutline(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="M15 15H9v-1h6zm0 1H9v1h6zm0 2H9v1h6zm8-4.5c0 1.25-.44 2.31-1.31 3.19c-.88.87-1.94 1.31-3.19 1.31H18v4H6v-4.05c-1.3-.1-2.43-.59-3.39-1.52C1.54 15.38 1 14.09 1 12.58q0-1.95 1.17-3.48C3.34 7.57 4 7.43 5.25 7.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 2 12 2c1.95 0 3.6.68 4.96 2.04S19 7.05 19 9c1.15.13 2.1.63 2.86 1.5q1.14 1.275 1.14 3M6 15.95V11h11V9c0-1.38-.5-2.56-1.46-3.54C14.56 4.5 13.38 4 12 4s-2.56.5-3.54 1.46C7.5 6.44 7 7.62 7 9h-.5c-.97 0-1.79.34-2.47 1.03c-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.56.54 1.22.85 1.97.95M16 13H8v7h8zm5 .5c0-.7-.24-1.29-.73-1.77S19.2 11 18.5 11H18v5h.5q1.05 0 1.77-.72c.72-.72.73-1.08.73-1.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15H9v-1h6zm0 1H9v1h6zm0 2H9v1h6zm8-4.5c0 1.25-.44 2.31-1.31 3.19c-.88.87-1.94 1.31-3.19 1.31H18v4H6v-4.05c-1.3-.1-2.43-.59-3.39-1.52C1.54 15.38 1 14.09 1 12.58q0-1.95 1.17-3.48C3.34 7.57 4 7.43 5.25 7.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 2 12 2c1.95 0 3.6.68 4.96 2.04S19 7.05 19 9c1.15.13 2.1.63 2.86 1.5q1.14 1.275 1.14 3M6 15.95V11h11V9c0-1.38-.5-2.56-1.46-3.54C14.56 4.5 13.38 4 12 4s-2.56.5-3.54 1.46C7.5 6.44 7 7.62 7 9h-.5c-.97 0-1.79.34-2.47 1.03c-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.56.54 1.22.85 1.97.95M16 13H8v7h8zm5 .5c0-.7-.24-1.29-.73-1.77S19.2 11 18.5 11H18v5h.5q1.05 0 1.77-.72c.72-.72.73-1.08.73-1.78"/></svg>
</template>

CSS

.icon-cloud-print-outline {
  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%22M15%2015H9v-1h6zm0%201H9v1h6zm0%202H9v1h6zm8-4.5c0%201.25-.44%202.31-1.31%203.19c-.88.87-1.94%201.31-3.19%201.31H18v4H6v-4.05c-1.3-.1-2.43-.59-3.39-1.52C1.54%2015.38%201%2014.09%201%2012.58q0-1.95%201.17-3.48C3.34%207.57%204%207.43%205.25%207.15c.42-1.53%201.25-2.77%202.5-3.72S10.42%202%2012%202c1.95%200%203.6.68%204.96%202.04S19%207.05%2019%209c1.15.13%202.1.63%202.86%201.5q1.14%201.275%201.14%203M6%2015.95V11h11V9c0-1.38-.5-2.56-1.46-3.54C14.56%204.5%2013.38%204%2012%204s-2.56.5-3.54%201.46C7.5%206.44%207%207.62%207%209h-.5c-.97%200-1.79.34-2.47%201.03c-.69.68-1.03%201.5-1.03%202.47s.34%201.79%201.03%202.5c.56.54%201.22.85%201.97.95M16%2013H8v7h8zm5%20.5c0-.7-.24-1.29-.73-1.77S19.2%2011%2018.5%2011H18v5h.5q1.05%200%201.77-.72c.72-.72.73-1.08.73-1.78%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%22M15%2015H9v-1h6zm0%201H9v1h6zm0%202H9v1h6zm8-4.5c0%201.25-.44%202.31-1.31%203.19c-.88.87-1.94%201.31-3.19%201.31H18v4H6v-4.05c-1.3-.1-2.43-.59-3.39-1.52C1.54%2015.38%201%2014.09%201%2012.58q0-1.95%201.17-3.48C3.34%207.57%204%207.43%205.25%207.15c.42-1.53%201.25-2.77%202.5-3.72S10.42%202%2012%202c1.95%200%203.6.68%204.96%202.04S19%207.05%2019%209c1.15.13%202.1.63%202.86%201.5q1.14%201.275%201.14%203M6%2015.95V11h11V9c0-1.38-.5-2.56-1.46-3.54C14.56%204.5%2013.38%204%2012%204s-2.56.5-3.54%201.46C7.5%206.44%207%207.62%207%209h-.5c-.97%200-1.79.34-2.47%201.03c-.69.68-1.03%201.5-1.03%202.47s.34%201.79%201.03%202.5c.56.54%201.22.85%201.97.95M16%2013H8v7h8zm5%20.5c0-.7-.24-1.29-.73-1.77S19.2%2011%2018.5%2011H18v5h.5q1.05%200%201.77-.72c.72-.72.73-1.08.73-1.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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