shopping cart checkout icon
shopping-cart-checkout-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-cart-checkout-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shopping-cart-checkout-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the shopping cart checkout icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M3.808 3.5H2.5q-.213 0-.357-.143T2 3t.143-.357T2.5 2.5h1.439q.236 0 .428.121q.193.121.299.338l3.878 8.157h6.635q.173 0 .308-.087q.134-.087.23-.24l3.356-6.039q.068-.115.177-.183t.25-.067q.287 0 .43.247t.003.497l-3.364 6.09q-.217.366-.564.574t-.763.208H8.1l-1.215 2.23q-.154.231-.01.5t.433.27h10.384q.214 0 .357.143t.143.357t-.143.356t-.357.144H7.308q-.875 0-1.309-.735t-.018-1.485l1.504-2.68zm9.598 3H9q-.213 0-.357-.143T8.5 6t.143-.357T9 5.5h4.406L11.64 3.734q-.147-.146-.144-.334t.15-.335q.145-.14.344-.143t.344.143l2.388 2.37q.243.242.243.565t-.243.566l-2.388 2.388q-.14.14-.332.133q-.191-.006-.337-.153q-.141-.14-.141-.344t.14-.344z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShoppingCartCheckoutRounded(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.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M3.808 3.5H2.5q-.213 0-.357-.143T2 3t.143-.357T2.5 2.5h1.439q.236 0 .428.121q.193.121.299.338l3.878 8.157h6.635q.173 0 .308-.087q.134-.087.23-.24l3.356-6.039q.068-.115.177-.183t.25-.067q.287 0 .43.247t.003.497l-3.364 6.09q-.217.366-.564.574t-.763.208H8.1l-1.215 2.23q-.154.231-.01.5t.433.27h10.384q.214 0 .357.143t.143.357t-.143.356t-.357.144H7.308q-.875 0-1.309-.735t-.018-1.485l1.504-2.68zm9.598 3H9q-.213 0-.357-.143T8.5 6t.143-.357T9 5.5h4.406L11.64 3.734q-.147-.146-.144-.334t.15-.335q.145-.14.344-.143t.344.143l2.388 2.37q.243.242.243.565t-.243.566l-2.388 2.388q-.14.14-.332.133q-.191-.006-.337-.153q-.141-.14-.141-.344t.14-.344z"/></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.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M3.808 3.5H2.5q-.213 0-.357-.143T2 3t.143-.357T2.5 2.5h1.439q.236 0 .428.121q.193.121.299.338l3.878 8.157h6.635q.173 0 .308-.087q.134-.087.23-.24l3.356-6.039q.068-.115.177-.183t.25-.067q.287 0 .43.247t.003.497l-3.364 6.09q-.217.366-.564.574t-.763.208H8.1l-1.215 2.23q-.154.231-.01.5t.433.27h10.384q.214 0 .357.143t.143.357t-.143.356t-.357.144H7.308q-.875 0-1.309-.735t-.018-1.485l1.504-2.68zm9.598 3H9q-.213 0-.357-.143T8.5 6t.143-.357T9 5.5h4.406L11.64 3.734q-.147-.146-.144-.334t.15-.335q.145-.14.344-.143t.344.143l2.388 2.37q.243.242.243.565t-.243.566l-2.388 2.388q-.14.14-.332.133q-.191-.006-.337-.153q-.141-.14-.141-.344t.14-.344z"/></svg> </template>
CSS
.icon-shopping-cart-checkout-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.241%2020.682q-.433-.434-.433-1.066t.433-1.067q.434-.433%201.067-.433t1.066.433t.434%201.067t-.434%201.066t-1.066.434t-1.067-.434m9.385%200q-.434-.434-.434-1.066t.434-1.067q.434-.433%201.066-.433t1.067.433q.433.434.433%201.067q0%20.632-.433%201.066q-.434.434-1.067.434t-1.066-.434M3.808%203.5H2.5q-.213%200-.357-.143T2%203t.143-.357T2.5%202.5h1.439q.236%200%20.428.121q.193.121.299.338l3.878%208.157h6.635q.173%200%20.308-.087q.134-.087.23-.24l3.356-6.039q.068-.115.177-.183t.25-.067q.287%200%20.43.247t.003.497l-3.364%206.09q-.217.366-.564.574t-.763.208H8.1l-1.215%202.23q-.154.231-.01.5t.433.27h10.384q.214%200%20.357.143t.143.357t-.143.356t-.357.144H7.308q-.875%200-1.309-.735t-.018-1.485l1.504-2.68zm9.598%203H9q-.213%200-.357-.143T8.5%206t.143-.357T9%205.5h4.406L11.64%203.734q-.147-.146-.144-.334t.15-.335q.145-.14.344-.143t.344.143l2.388%202.37q.243.242.243.565t-.243.566l-2.388%202.388q-.14.14-.332.133q-.191-.006-.337-.153q-.141-.14-.141-.344t.14-.344z%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.241%2020.682q-.433-.434-.433-1.066t.433-1.067q.434-.433%201.067-.433t1.066.433t.434%201.067t-.434%201.066t-1.066.434t-1.067-.434m9.385%200q-.434-.434-.434-1.066t.434-1.067q.434-.433%201.066-.433t1.067.433q.433.434.433%201.067q0%20.632-.433%201.066q-.434.434-1.067.434t-1.066-.434M3.808%203.5H2.5q-.213%200-.357-.143T2%203t.143-.357T2.5%202.5h1.439q.236%200%20.428.121q.193.121.299.338l3.878%208.157h6.635q.173%200%20.308-.087q.134-.087.23-.24l3.356-6.039q.068-.115.177-.183t.25-.067q.287%200%20.43.247t.003.497l-3.364%206.09q-.217.366-.564.574t-.763.208H8.1l-1.215%202.23q-.154.231-.01.5t.433.27h10.384q.214%200%20.357.143t.143.357t-.143.356t-.357.144H7.308q-.875%200-1.309-.735t-.018-1.485l1.504-2.68zm9.598%203H9q-.213%200-.357-.143T8.5%206t.143-.357T9%205.5h4.406L11.64%203.734q-.147-.146-.144-.334t.15-.335q.145-.14.344-.143t.344.143l2.388%202.37q.243.242.243.565t-.243.566l-2.388%202.388q-.14.14-.332.133q-.191-.006-.337-.153q-.141-.14-.141-.344t.14-.344z%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-checkout-rounded.svg?color=%231a73e8&size=48