sell-cloud-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
sell-cloud-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the sell cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22h1.6q.45 0 .675-.387T8.3 20.8q-.15-.425-.225-.862T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588h.413q.212 0 .412.05q.45.075.813-.187t.362-.688V9.1q.025-.4-.125-.762t-.425-.663L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22m5-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSellCloudRounded(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="M6 22h1.6q.45 0 .675-.387T8.3 20.8q-.15-.425-.225-.862T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588h.413q.212 0 .412.05q.45.075.813-.187t.362-.688V9.1q.025-.4-.125-.762t-.425-.663L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22m5-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22h1.6q.45 0 .675-.387T8.3 20.8q-.15-.425-.225-.862T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588h.413q.212 0 .412.05q.45.075.813-.187t.362-.688V9.1q.025-.4-.125-.762t-.425-.663L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22m5-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22z"/></svg>
</template>

CSS

.icon-sell-cloud-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%22M6%2022h1.6q.45%200%20.675-.387T8.3%2020.8q-.15-.425-.225-.862T8%2019q0-1.675%201-2.988t2.575-1.787q.75-1.025%201.925-1.612t2.475-.588h.413q.212%200%20.412.05q.45.075.813-.187t.362-.688V9.1q.025-.4-.125-.762t-.425-.663L12.475%202.6q-.3-.3-.662-.45T11.05%202q-.375%200-.75.15t-.65.45L4.575%207.675Q4.3%207.95%204.15%208.3T4%209.075V20q0%20.875.563%201.438T6%2022m5-12.975q-.625%200-1.037-.438T9.5%207.525q.05-.625.463-1.062T11%206.025t1.025.438t.475%201.062q-.075.625-.475%201.063T11%209.025M13%2022q-1.275%200-2.137-.862T10%2019q0-1.2.825-2.062t2.025-.913q.4-.9%201.238-1.463T15.925%2014q1.175%200%202.138.663t1.262%201.837q1.125%200%201.9.813T22%2019.25t-.712%201.938T19.5%2022z%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%22M6%2022h1.6q.45%200%20.675-.387T8.3%2020.8q-.15-.425-.225-.862T8%2019q0-1.675%201-2.988t2.575-1.787q.75-1.025%201.925-1.612t2.475-.588h.413q.212%200%20.412.05q.45.075.813-.187t.362-.688V9.1q.025-.4-.125-.762t-.425-.663L12.475%202.6q-.3-.3-.662-.45T11.05%202q-.375%200-.75.15t-.65.45L4.575%207.675Q4.3%207.95%204.15%208.3T4%209.075V20q0%20.875.563%201.438T6%2022m5-12.975q-.625%200-1.037-.438T9.5%207.525q.05-.625.463-1.062T11%206.025t1.025.438t.475%201.062q-.075.625-.475%201.063T11%209.025M13%2022q-1.275%200-2.137-.862T10%2019q0-1.2.825-2.062t2.025-.913q.4-.9%201.238-1.463T15.925%2014q1.175%200%202.138.663t1.262%201.837q1.125%200%201.9.813T22%2019.25t-.712%201.938T19.5%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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