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

Name
sell-cloud
Set
Material Symbols
Style
Regular
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="M8.975 22q-.5-.7-.737-1.425T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588q.525 0 1.025.088t.975.287V9.1q.025-.4-.125-.763t-.425-.662L12.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 22zM11 9.025q-.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 MaterialSymbolsSellCloud(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="M8.975 22q-.5-.7-.737-1.425T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588q.525 0 1.025.088t.975.287V9.1q.025-.4-.125-.763t-.425-.662L12.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 22zM11 9.025q-.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="M8.975 22q-.5-.7-.737-1.425T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588q.525 0 1.025.088t.975.287V9.1q.025-.4-.125-.763t-.425-.662L12.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 22zM11 9.025q-.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 {
  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%22M8.975%2022q-.5-.7-.737-1.425T8%2019q0-1.675%201-2.988t2.575-1.787q.75-1.025%201.925-1.612t2.475-.588q.525%200%201.025.088t.975.287V9.1q.025-.4-.125-.763t-.425-.662L12.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%2022zM11%209.025q-.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%22M8.975%2022q-.5-.7-.737-1.425T8%2019q0-1.675%201-2.988t2.575-1.787q.75-1.025%201.925-1.612t2.475-.588q.525%200%201.025.088t.975.287V9.1q.025-.4-.125-.763t-.425-.662L12.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%2022zM11%209.025q-.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.svg?color=%231a73e8&size=48