shopping cart off icon
shopping-cart-off-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-cart-off-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 shopping cart off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.825 13l-9-9H19.95q.575 0 .888.488t.012 1.062l-3.55 6.4q-.275.5-.712.775t-.763.275M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m12.8.6L14.15 17H7.6q-1.1 0-1.675-.937T5.85 14.1l1.05-2.15L5.1 7.9L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-4.212-1.187Q15 20.825 15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShoppingCartOffRounded(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.825 13l-9-9H19.95q.575 0 .888.488t.012 1.062l-3.55 6.4q-.275.5-.712.775t-.763.275M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m12.8.6L14.15 17H7.6q-1.1 0-1.675-.937T5.85 14.1l1.05-2.15L5.1 7.9L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-4.212-1.187Q15 20.825 15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22t-1.412-.587"/></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.825 13l-9-9H19.95q.575 0 .888.488t.012 1.062l-3.55 6.4q-.275.5-.712.775t-.763.275M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m12.8.6L14.15 17H7.6q-1.1 0-1.675-.937T5.85 14.1l1.05-2.15L5.1 7.9L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-4.212-1.187Q15 20.825 15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22t-1.412-.587"/></svg> </template>
CSS
.icon-shopping-cart-off-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%22m15.825%2013l-9-9H19.95q.575%200%20.888.488t.012%201.062l-3.55%206.4q-.275.5-.712.775t-.763.275M7%2022q-.825%200-1.412-.587T5%2020t.588-1.412T7%2018t1.413.588T9%2020t-.587%201.413T7%2022m12.8.6L14.15%2017H7.6q-1.1%200-1.675-.937T5.85%2014.1l1.05-2.15L5.1%207.9L1.4%204.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-4.212-1.187Q15%2020.825%2015%2020t.588-1.412T17%2018t1.413.588T19%2020t-.587%201.413T17%2022t-1.412-.587%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.825%2013l-9-9H19.95q.575%200%20.888.488t.012%201.062l-3.55%206.4q-.275.5-.712.775t-.763.275M7%2022q-.825%200-1.412-.587T5%2020t.588-1.412T7%2018t1.413.588T9%2020t-.587%201.413T7%2022m12.8.6L14.15%2017H7.6q-1.1%200-1.675-.937T5.85%2014.1l1.05-2.15L5.1%207.9L1.4%204.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-4.212-1.187Q15%2020.825%2015%2020t.588-1.412T17%2018t1.413.588T19%2020t-.587%201.413T17%2022t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shopping-cart-off-rounded.svg?color=%231a73e8&size=48