sell cloud icon
sell-cloud-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- sell-cloud-outline
- Set
- Material Symbols
- Style
- Outline
- 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 22h2.975q-.325-.425-.55-.925T8.075 20H6L5.975 9.075H6L11.05 4l4.925 5.075v2.95q.525 0 1.025.087t.975.288V9.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 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 22zm0-2h6.25q.3 0 .525-.213T20 19.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425 0-.787.25t-.538.625L14.15 18H13q-.425 0-.712.288T12 19t.288.713T13 20m3 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSellCloudOutline(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 22h2.975q-.325-.425-.55-.925T8.075 20H6L5.975 9.075H6L11.05 4l4.925 5.075v2.95q.525 0 1.025.087t.975.288V9.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 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 22zm0-2h6.25q.3 0 .525-.213T20 19.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425 0-.787.25t-.538.625L14.15 18H13q-.425 0-.712.288T12 19t.288.713T13 20m3 0"/></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 22h2.975q-.325-.425-.55-.925T8.075 20H6L5.975 9.075H6L11.05 4l4.925 5.075v2.95q.525 0 1.025.087t.975.288V9.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 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 22zm0-2h6.25q.3 0 .525-.213T20 19.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425 0-.787.25t-.538.625L14.15 18H13q-.425 0-.712.288T12 19t.288.713T13 20m3 0"/></svg> </template>
CSS
.icon-sell-cloud-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%22M6%2022h2.975q-.325-.425-.55-.925T8.075%2020H6L5.975%209.075H6L11.05%204l4.925%205.075v2.95q.525%200%201.025.087t.975.288V9.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%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%2022zm0-2h6.25q.3%200%20.525-.213T20%2019.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425%200-.787.25t-.538.625L14.15%2018H13q-.425%200-.712.288T12%2019t.288.713T13%2020m3%200%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%2022h2.975q-.325-.425-.55-.925T8.075%2020H6L5.975%209.075H6L11.05%204l4.925%205.075v2.95q.525%200%201.025.087t.975.288V9.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%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%2022zm0-2h6.25q.3%200%20.525-.213T20%2019.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425%200-.787.25t-.538.625L14.15%2018H13q-.425%200-.712.288T12%2019t.288.713T13%2020m3%200%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-outline.svg?color=%231a73e8&size=48