sell cloud icon
sell-cloud-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- sell-cloud-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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.635 21h1.167q.194 0 .347-.144t.153-.356q0-.194-.153-.347T7.802 20H6.635q-.27 0-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.254q0 .215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSellCloudOutlineRounded(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.635 21h1.167q.194 0 .347-.144t.153-.356q0-.194-.153-.347T7.802 20H6.635q-.27 0-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.254q0 .215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 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.635 21h1.167q.194 0 .347-.144t.153-.356q0-.194-.153-.347T7.802 20H6.635q-.27 0-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.254q0 .215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0"/></svg> </template>
CSS
.icon-sell-cloud-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%22M6.635%2021h1.167q.194%200%20.347-.144t.153-.356q0-.194-.153-.347T7.802%2020H6.635q-.27%200-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483%204.518q.096.096.135.201t.038.241v2.254q0%20.215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127%203q-.298%200-.615.121q-.318.121-.535.344L5.46%207.983q-.237.236-.348.526Q5%208.8%205%209.153v10.214q0%20.701.466%201.168q.467.466%201.168.466m4.482-12.629q-.414%200-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414%200%20.708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5%2021q-1.044%200-1.772-.728T10%2018.5q0-1.006.72-1.73q.719-.722%201.765-.764q.361-.9%201.18-1.453q.818-.553%201.827-.553q1.185%200%202.118.682q.934.682%201.1%201.818h.25q.875%200%201.457.678T21%2018.759t-.57%201.573T19%2021zm0-1h6.25q.512%200%20.88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688%200-1.274.366q-.587.365-.8%201.009l-.232.625H12.5q-.638%200-1.069.441Q11%2017.883%2011%2018.51q0%20.626.431%201.058T12.5%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.635%2021h1.167q.194%200%20.347-.144t.153-.356q0-.194-.153-.347T7.802%2020H6.635q-.27%200-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483%204.518q.096.096.135.201t.038.241v2.254q0%20.215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127%203q-.298%200-.615.121q-.318.121-.535.344L5.46%207.983q-.237.236-.348.526Q5%208.8%205%209.153v10.214q0%20.701.466%201.168q.467.466%201.168.466m4.482-12.629q-.414%200-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414%200%20.708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5%2021q-1.044%200-1.772-.728T10%2018.5q0-1.006.72-1.73q.719-.722%201.765-.764q.361-.9%201.18-1.453q.818-.553%201.827-.553q1.185%200%202.118.682q.934.682%201.1%201.818h.25q.875%200%201.457.678T21%2018.759t-.57%201.573T19%2021zm0-1h6.25q.512%200%20.88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688%200-1.274.366q-.587.365-.8%201.009l-.232.625H12.5q-.638%200-1.069.441Q11%2017.883%2011%2018.51q0%20.626.431%201.058T12.5%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-light/sell-cloud-outline-rounded.svg?color=%231a73e8&size=48