cart-x-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
cart-x-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the cart x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.72 2.787l.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425m7.81 5.183a.75.75 0 1 0-1.06 1.06l.97.97l-.97.97a.75.75 0 0 0 1.06 1.06l.97-.97l.97.97a.75.75 0 1 0 1.06-1.06l-.97-.97l.97-.97a.75.75 0 0 0-1.06-1.06l-.97.97zM8.5 17.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCartXSolid(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="m3.72 2.787l.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425m7.81 5.183a.75.75 0 1 0-1.06 1.06l.97.97l-.97.97a.75.75 0 0 0 1.06 1.06l.97-.97l.97.97a.75.75 0 1 0 1.06-1.06l-.97-.97l.97-.97a.75.75 0 0 0-1.06-1.06l-.97.97zM8.5 17.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.72 2.787l.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425m7.81 5.183a.75.75 0 1 0-1.06 1.06l.97.97l-.97.97a.75.75 0 0 0 1.06 1.06l.97-.97l.97.97a.75.75 0 1 0 1.06-1.06l-.97-.97l.97-.97a.75.75 0 0 0-1.06-1.06l-.97.97zM8.5 17.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
</template>

CSS

.icon-cart-x-solid {
  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%22m3.72%202.787l.55%201.863h14.654c1.84%200%203.245%201.717%202.715%203.51l-1.655%205.6c-.352%201.193-1.471%201.99-2.715%201.99H8.113c-1.244%200-2.362-.797-2.715-1.99L2.281%203.212a.75.75%200%201%201%201.438-.425m7.81%205.183a.75.75%200%201%200-1.06%201.06l.97.97l-.97.97a.75.75%200%200%200%201.06%201.06l.97-.97l.97.97a.75.75%200%201%200%201.06-1.06l-.97-.97l.97-.97a.75.75%200%200%200-1.06-1.06l-.97.97zM8.5%2017.25a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5m8%200a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%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%22m3.72%202.787l.55%201.863h14.654c1.84%200%203.245%201.717%202.715%203.51l-1.655%205.6c-.352%201.193-1.471%201.99-2.715%201.99H8.113c-1.244%200-2.362-.797-2.715-1.99L2.281%203.212a.75.75%200%201%201%201.438-.425m7.81%205.183a.75.75%200%201%200-1.06%201.06l.97.97l-.97.97a.75.75%200%200%200%201.06%201.06l.97-.97l.97.97a.75.75%200%201%200%201.06-1.06l-.97-.97l.97-.97a.75.75%200%200%200-1.06-1.06l-.97.97zM8.5%2017.25a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5m8%200a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cart-x-solid.svg?color=%231a73e8&size=48