shopping cart off icon
shopping-cart-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-cart-off-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 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.306 12.116h-.385l-1-1h1.629l2.75-5.077q.116-.212.01-.375q-.106-.164-.318-.164H8.306l-1-1h11.106q.652 0 .964.536q.313.535-.026 1.168l-2.78 5.13q-.218.405-.502.593t-.762.189m-7.998 9q-.633 0-1.067-.434t-.433-1.067t.433-1.066t1.067-.434t1.066.434q.434.434.434 1.066t-.434 1.067t-1.066.433m12.646.254l-5.266-5.253H7.446q-.869 0-1.3-.726t-.027-1.482l1.435-2.612L5.484 6.9L2.593 4.008q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l17.362 17.362q.14.14.153.341q.012.2-.153.366q-.16.16-.354.16t-.354-.16m-6.266-6.253l-3-3H8.215l-1.192 2.23q-.154.289-.01.529t.433.24zm1.862-4h-1.629zm.085 9.566q-.443-.434-.443-1.066t.443-1.067q.444-.433 1.057-.433t1.057.433q.443.434.443 1.067q0 .632-.443 1.066t-1.057.434t-1.057-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShoppingCartOffOutlineRounded(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.306 12.116h-.385l-1-1h1.629l2.75-5.077q.116-.212.01-.375q-.106-.164-.318-.164H8.306l-1-1h11.106q.652 0 .964.536q.313.535-.026 1.168l-2.78 5.13q-.218.405-.502.593t-.762.189m-7.998 9q-.633 0-1.067-.434t-.433-1.067t.433-1.066t1.067-.434t1.066.434q.434.434.434 1.066t-.434 1.067t-1.066.433m12.646.254l-5.266-5.253H7.446q-.869 0-1.3-.726t-.027-1.482l1.435-2.612L5.484 6.9L2.593 4.008q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l17.362 17.362q.14.14.153.341q.012.2-.153.366q-.16.16-.354.16t-.354-.16m-6.266-6.253l-3-3H8.215l-1.192 2.23q-.154.289-.01.529t.433.24zm1.862-4h-1.629zm.085 9.566q-.443-.434-.443-1.066t.443-1.067q.444-.433 1.057-.433t1.057.433q.443.434.443 1.067q0 .632-.443 1.066t-1.057.434t-1.057-.434"/></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.306 12.116h-.385l-1-1h1.629l2.75-5.077q.116-.212.01-.375q-.106-.164-.318-.164H8.306l-1-1h11.106q.652 0 .964.536q.313.535-.026 1.168l-2.78 5.13q-.218.405-.502.593t-.762.189m-7.998 9q-.633 0-1.067-.434t-.433-1.067t.433-1.066t1.067-.434t1.066.434q.434.434.434 1.066t-.434 1.067t-1.066.433m12.646.254l-5.266-5.253H7.446q-.869 0-1.3-.726t-.027-1.482l1.435-2.612L5.484 6.9L2.593 4.008q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l17.362 17.362q.14.14.153.341q.012.2-.153.366q-.16.16-.354.16t-.354-.16m-6.266-6.253l-3-3H8.215l-1.192 2.23q-.154.289-.01.529t.433.24zm1.862-4h-1.629zm.085 9.566q-.443-.434-.443-1.066t.443-1.067q.444-.433 1.057-.433t1.057.433q.443.434.443 1.067q0 .632-.443 1.066t-1.057.434t-1.057-.434"/></svg> </template>
CSS
.icon-shopping-cart-off-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%22M15.306%2012.116h-.385l-1-1h1.629l2.75-5.077q.116-.212.01-.375q-.106-.164-.318-.164H8.306l-1-1h11.106q.652%200%20.964.536q.313.535-.026%201.168l-2.78%205.13q-.218.405-.502.593t-.762.189m-7.998%209q-.633%200-1.067-.434t-.433-1.067t.433-1.066t1.067-.434t1.066.434q.434.434.434%201.066t-.434%201.067t-1.066.433m12.646.254l-5.266-5.253H7.446q-.869%200-1.3-.726t-.027-1.482l1.435-2.612L5.484%206.9L2.593%204.008q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l17.362%2017.362q.14.14.153.341q.012.2-.153.366q-.16.16-.354.16t-.354-.16m-6.266-6.253l-3-3H8.215l-1.192%202.23q-.154.289-.01.529t.433.24zm1.862-4h-1.629zm.085%209.566q-.443-.434-.443-1.066t.443-1.067q.444-.433%201.057-.433t1.057.433q.443.434.443%201.067q0%20.632-.443%201.066t-1.057.434t-1.057-.434%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.306%2012.116h-.385l-1-1h1.629l2.75-5.077q.116-.212.01-.375q-.106-.164-.318-.164H8.306l-1-1h11.106q.652%200%20.964.536q.313.535-.026%201.168l-2.78%205.13q-.218.405-.502.593t-.762.189m-7.998%209q-.633%200-1.067-.434t-.433-1.067t.433-1.066t1.067-.434t1.066.434q.434.434.434%201.066t-.434%201.067t-1.066.433m12.646.254l-5.266-5.253H7.446q-.869%200-1.3-.726t-.027-1.482l1.435-2.612L5.484%206.9L2.593%204.008q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l17.362%2017.362q.14.14.153.341q.012.2-.153.366q-.16.16-.354.16t-.354-.16m-6.266-6.253l-3-3H8.215l-1.192%202.23q-.154.289-.01.529t.433.24zm1.862-4h-1.629zm.085%209.566q-.443-.434-.443-1.066t.443-1.067q.444-.433%201.057-.433t1.057.433q.443.434.443%201.067q0%20.632-.443%201.066t-1.057.434t-1.057-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shopping-cart-off-outline-rounded.svg?color=%231a73e8&size=48