cart2 from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.

Name
cart2
Set
Reicon
Style
Outline
Category
Shopping
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More shopping icons from Reicon

Use the cart2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.638 21.75c-1.085 0-1.967 0-2.675-.085c-.74-.088-1.374-.276-1.929-.71c-.554-.432-.89-1.002-1.156-1.698c-.254-.667-.467-1.522-.73-2.575l-.027-.105c-.416-1.665-.749-2.995-.856-4.05c-.11-1.09 0-2.038.621-2.835c.283-.362.622-.63 1.01-.828l.628-2.303c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222A1.75 1.75 0 0 1 10 2.25h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.493.539 1.127.776 1.998l.628 2.303c.387.199.727.466 1.01.828c.621.797.731 1.746.62 2.834c-.107 1.056-.44 2.386-.855 4.05l-.027.106c-.263 1.053-.477 1.908-.73 2.575c-.266.696-.602 1.266-1.157 1.699c-.554.433-1.189.62-1.928.71c-.709.084-1.59.084-2.675.084zM7.272 4.87c.22-.086.486-.111 1.147-.118c.282.59.884.998 1.58.998h4c.698 0 1.3-.408 1.582-.998c.661.007.927.032 1.147.118c.306.12.572.323.768.587c.176.237.279.568.57 1.635l.354 1.297c-1.038-.139-2.378-.139-4.043-.139H9.622c-1.664 0-3.004 0-4.042.139l.354-1.297c.29-1.067.394-1.398.57-1.635a1.75 1.75 0 0 1 .768-.587M10.4 9.75h-.714c-1.793 0-3.055.002-3.985.136a6 6 0 0 0-.331.057l2.19 3.214zm-6.36.905c-.258.354-.371.837-.282 1.72c.095.935.4 2.16.834 3.898l.086.343l1.884-2.261zm1.12 7.725q.06.183.121.343c.211.555.418.848.678 1.05c.259.203.593.332 1.183.403c.61.073 1.4.074 2.544.074h.896L7.44 15.643zm8.26 1.87l3.153-4.625l2.268 2.754q-.06.183-.12.344c-.212.555-.419.848-.678 1.05s-.594.332-1.183.403c-.61.073-1.4.074-2.544.074zm5.906-3.642l.083-.335c.435-1.739.74-2.963.834-3.899c.09-.882-.023-1.365-.281-1.719l-2.508 3.68zm-.694-6.665a6 6 0 0 0-.331-.057c-.93-.134-2.192-.136-3.985-.136h-.638l2.782 3.378zM10 3.75a.25.25 0 0 0 0 .5h4a.25.25 0 1 0 0-.5zm2.04 6.372l3.54 4.297l-3.58 5.25l-3.562-5.224z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCart2(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" fillRule="evenodd" d="M9.638 21.75c-1.085 0-1.967 0-2.675-.085c-.74-.088-1.374-.276-1.929-.71c-.554-.432-.89-1.002-1.156-1.698c-.254-.667-.467-1.522-.73-2.575l-.027-.105c-.416-1.665-.749-2.995-.856-4.05c-.11-1.09 0-2.038.621-2.835c.283-.362.622-.63 1.01-.828l.628-2.303c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222A1.75 1.75 0 0 1 10 2.25h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.493.539 1.127.776 1.998l.628 2.303c.387.199.727.466 1.01.828c.621.797.731 1.746.62 2.834c-.107 1.056-.44 2.386-.855 4.05l-.027.106c-.263 1.053-.477 1.908-.73 2.575c-.266.696-.602 1.266-1.157 1.699c-.554.433-1.189.62-1.928.71c-.709.084-1.59.084-2.675.084zM7.272 4.87c.22-.086.486-.111 1.147-.118c.282.59.884.998 1.58.998h4c.698 0 1.3-.408 1.582-.998c.661.007.927.032 1.147.118c.306.12.572.323.768.587c.176.237.279.568.57 1.635l.354 1.297c-1.038-.139-2.378-.139-4.043-.139H9.622c-1.664 0-3.004 0-4.042.139l.354-1.297c.29-1.067.394-1.398.57-1.635a1.75 1.75 0 0 1 .768-.587M10.4 9.75h-.714c-1.793 0-3.055.002-3.985.136a6 6 0 0 0-.331.057l2.19 3.214zm-6.36.905c-.258.354-.371.837-.282 1.72c.095.935.4 2.16.834 3.898l.086.343l1.884-2.261zm1.12 7.725q.06.183.121.343c.211.555.418.848.678 1.05c.259.203.593.332 1.183.403c.61.073 1.4.074 2.544.074h.896L7.44 15.643zm8.26 1.87l3.153-4.625l2.268 2.754q-.06.183-.12.344c-.212.555-.419.848-.678 1.05s-.594.332-1.183.403c-.61.073-1.4.074-2.544.074zm5.906-3.642l.083-.335c.435-1.739.74-2.963.834-3.899c.09-.882-.023-1.365-.281-1.719l-2.508 3.68zm-.694-6.665a6 6 0 0 0-.331-.057c-.93-.134-2.192-.136-3.985-.136h-.638l2.782 3.378zM10 3.75a.25.25 0 0 0 0 .5h4a.25.25 0 1 0 0-.5zm2.04 6.372l3.54 4.297l-3.58 5.25l-3.562-5.224z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.638 21.75c-1.085 0-1.967 0-2.675-.085c-.74-.088-1.374-.276-1.929-.71c-.554-.432-.89-1.002-1.156-1.698c-.254-.667-.467-1.522-.73-2.575l-.027-.105c-.416-1.665-.749-2.995-.856-4.05c-.11-1.09 0-2.038.621-2.835c.283-.362.622-.63 1.01-.828l.628-2.303c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222A1.75 1.75 0 0 1 10 2.25h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.493.539 1.127.776 1.998l.628 2.303c.387.199.727.466 1.01.828c.621.797.731 1.746.62 2.834c-.107 1.056-.44 2.386-.855 4.05l-.027.106c-.263 1.053-.477 1.908-.73 2.575c-.266.696-.602 1.266-1.157 1.699c-.554.433-1.189.62-1.928.71c-.709.084-1.59.084-2.675.084zM7.272 4.87c.22-.086.486-.111 1.147-.118c.282.59.884.998 1.58.998h4c.698 0 1.3-.408 1.582-.998c.661.007.927.032 1.147.118c.306.12.572.323.768.587c.176.237.279.568.57 1.635l.354 1.297c-1.038-.139-2.378-.139-4.043-.139H9.622c-1.664 0-3.004 0-4.042.139l.354-1.297c.29-1.067.394-1.398.57-1.635a1.75 1.75 0 0 1 .768-.587M10.4 9.75h-.714c-1.793 0-3.055.002-3.985.136a6 6 0 0 0-.331.057l2.19 3.214zm-6.36.905c-.258.354-.371.837-.282 1.72c.095.935.4 2.16.834 3.898l.086.343l1.884-2.261zm1.12 7.725q.06.183.121.343c.211.555.418.848.678 1.05c.259.203.593.332 1.183.403c.61.073 1.4.074 2.544.074h.896L7.44 15.643zm8.26 1.87l3.153-4.625l2.268 2.754q-.06.183-.12.344c-.212.555-.419.848-.678 1.05s-.594.332-1.183.403c-.61.073-1.4.074-2.544.074zm5.906-3.642l.083-.335c.435-1.739.74-2.963.834-3.899c.09-.882-.023-1.365-.281-1.719l-2.508 3.68zm-.694-6.665a6 6 0 0 0-.331-.057c-.93-.134-2.192-.136-3.985-.136h-.638l2.782 3.378zM10 3.75a.25.25 0 0 0 0 .5h4a.25.25 0 1 0 0-.5zm2.04 6.372l3.54 4.297l-3.58 5.25l-3.562-5.224z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cart2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.638%2021.75c-1.085%200-1.967%200-2.675-.085c-.74-.088-1.374-.276-1.929-.71c-.554-.432-.89-1.002-1.156-1.698c-.254-.667-.467-1.522-.73-2.575l-.027-.105c-.416-1.665-.749-2.995-.856-4.05c-.11-1.09%200-2.038.621-2.835c.283-.362.622-.63%201.01-.828l.628-2.303c.237-.871.41-1.505.776-1.999a3.25%203.25%200%200%201%201.426-1.089c.476-.186%201.008-.217%201.692-.222A1.75%201.75%200%200%201%2010%202.25h4c.698%200%201.301.41%201.582%201c.683.006%201.216.037%201.692.223a3.25%203.25%200%200%201%201.426%201.09c.367.493.539%201.127.776%201.998l.628%202.303c.387.199.727.466%201.01.828c.621.797.731%201.746.62%202.834c-.107%201.056-.44%202.386-.855%204.05l-.027.106c-.263%201.053-.477%201.908-.73%202.575c-.266.696-.602%201.266-1.157%201.699c-.554.433-1.189.62-1.928.71c-.709.084-1.59.084-2.675.084zM7.272%204.87c.22-.086.486-.111%201.147-.118c.282.59.884.998%201.58.998h4c.698%200%201.3-.408%201.582-.998c.661.007.927.032%201.147.118c.306.12.572.323.768.587c.176.237.279.568.57%201.635l.354%201.297c-1.038-.139-2.378-.139-4.043-.139H9.622c-1.664%200-3.004%200-4.042.139l.354-1.297c.29-1.067.394-1.398.57-1.635a1.75%201.75%200%200%201%20.768-.587M10.4%209.75h-.714c-1.793%200-3.055.002-3.985.136a6%206%200%200%200-.331.057l2.19%203.214zm-6.36.905c-.258.354-.371.837-.282%201.72c.095.935.4%202.16.834%203.898l.086.343l1.884-2.261zm1.12%207.725q.06.183.121.343c.211.555.418.848.678%201.05c.259.203.593.332%201.183.403c.61.073%201.4.074%202.544.074h.896L7.44%2015.643zm8.26%201.87l3.153-4.625l2.268%202.754q-.06.183-.12.344c-.212.555-.419.848-.678%201.05s-.594.332-1.183.403c-.61.073-1.4.074-2.544.074zm5.906-3.642l.083-.335c.435-1.739.74-2.963.834-3.899c.09-.882-.023-1.365-.281-1.719l-2.508%203.68zm-.694-6.665a6%206%200%200%200-.331-.057c-.93-.134-2.192-.136-3.985-.136h-.638l2.782%203.378zM10%203.75a.25.25%200%200%200%200%20.5h4a.25.25%200%201%200%200-.5zm2.04%206.372l3.54%204.297l-3.58%205.25l-3.562-5.224z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.638%2021.75c-1.085%200-1.967%200-2.675-.085c-.74-.088-1.374-.276-1.929-.71c-.554-.432-.89-1.002-1.156-1.698c-.254-.667-.467-1.522-.73-2.575l-.027-.105c-.416-1.665-.749-2.995-.856-4.05c-.11-1.09%200-2.038.621-2.835c.283-.362.622-.63%201.01-.828l.628-2.303c.237-.871.41-1.505.776-1.999a3.25%203.25%200%200%201%201.426-1.089c.476-.186%201.008-.217%201.692-.222A1.75%201.75%200%200%201%2010%202.25h4c.698%200%201.301.41%201.582%201c.683.006%201.216.037%201.692.223a3.25%203.25%200%200%201%201.426%201.09c.367.493.539%201.127.776%201.998l.628%202.303c.387.199.727.466%201.01.828c.621.797.731%201.746.62%202.834c-.107%201.056-.44%202.386-.855%204.05l-.027.106c-.263%201.053-.477%201.908-.73%202.575c-.266.696-.602%201.266-1.157%201.699c-.554.433-1.189.62-1.928.71c-.709.084-1.59.084-2.675.084zM7.272%204.87c.22-.086.486-.111%201.147-.118c.282.59.884.998%201.58.998h4c.698%200%201.3-.408%201.582-.998c.661.007.927.032%201.147.118c.306.12.572.323.768.587c.176.237.279.568.57%201.635l.354%201.297c-1.038-.139-2.378-.139-4.043-.139H9.622c-1.664%200-3.004%200-4.042.139l.354-1.297c.29-1.067.394-1.398.57-1.635a1.75%201.75%200%200%201%20.768-.587M10.4%209.75h-.714c-1.793%200-3.055.002-3.985.136a6%206%200%200%200-.331.057l2.19%203.214zm-6.36.905c-.258.354-.371.837-.282%201.72c.095.935.4%202.16.834%203.898l.086.343l1.884-2.261zm1.12%207.725q.06.183.121.343c.211.555.418.848.678%201.05c.259.203.593.332%201.183.403c.61.073%201.4.074%202.544.074h.896L7.44%2015.643zm8.26%201.87l3.153-4.625l2.268%202.754q-.06.183-.12.344c-.212.555-.419.848-.678%201.05s-.594.332-1.183.403c-.61.073-1.4.074-2.544.074zm5.906-3.642l.083-.335c.435-1.739.74-2.963.834-3.899c.09-.882-.023-1.365-.281-1.719l-2.508%203.68zm-.694-6.665a6%206%200%200%200-.331-.057c-.93-.134-2.192-.136-3.985-.136h-.638l2.782%203.378zM10%203.75a.25.25%200%200%200%200%20.5h4a.25.25%200%201%200%200-.5zm2.04%206.372l3.54%204.297l-3.58%205.25l-3.562-5.224z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cart2.svg?color=%231a73e8&size=48