cart-plus from Font Awesome Solid by Dave Gandy · Solid · Payments & Shopping · CC-BY-4.0 Attribution required.

Name
cart-plus
Set
Font Awesome Solid
Style
Solid
Category
Payments & Shopping
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More payments & shopping icons from Font Awesome Solid

Use the cart plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M0 72c0-13.3 10.7-24 24-24h45.3c27.1 0 50.3 19.4 55.1 46l.4 2h412.7c20 0 35.1 18.2 31.4 37.9l-31.1 165.9c-5.7 30.3-32.1 52.2-62.9 52.2H171.3l5.1 28.3c2.1 11.4 12 19.7 23.6 19.7h256c13.3 0 24 10.7 24 24s-10.7 24-24 24H200.1c-34.8 0-64.6-24.9-70.8-59.1L77.2 102.6c-.7-3.8-4-6.6-7.9-6.6H24C10.7 96 0 85.3 0 72m160 456c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m224 0c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-48-385.6c-13.3 0-24 10.7-24 24V200h-33.6c-13.3 0-24 10.7-24 24s10.7 24 24 24H312v33.6c0 13.3 10.7 24 24 24s24-10.7 24-24V248h33.6c13.3 0 24-10.7 24-24s-10.7-24-24-24H360v-33.6c0-13.3-10.7-24-24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCartPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M0 72c0-13.3 10.7-24 24-24h45.3c27.1 0 50.3 19.4 55.1 46l.4 2h412.7c20 0 35.1 18.2 31.4 37.9l-31.1 165.9c-5.7 30.3-32.1 52.2-62.9 52.2H171.3l5.1 28.3c2.1 11.4 12 19.7 23.6 19.7h256c13.3 0 24 10.7 24 24s-10.7 24-24 24H200.1c-34.8 0-64.6-24.9-70.8-59.1L77.2 102.6c-.7-3.8-4-6.6-7.9-6.6H24C10.7 96 0 85.3 0 72m160 456c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m224 0c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-48-385.6c-13.3 0-24 10.7-24 24V200h-33.6c-13.3 0-24 10.7-24 24s10.7 24 24 24H312v33.6c0 13.3 10.7 24 24 24s24-10.7 24-24V248h33.6c13.3 0 24-10.7 24-24s-10.7-24-24-24H360v-33.6c0-13.3-10.7-24-24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M0 72c0-13.3 10.7-24 24-24h45.3c27.1 0 50.3 19.4 55.1 46l.4 2h412.7c20 0 35.1 18.2 31.4 37.9l-31.1 165.9c-5.7 30.3-32.1 52.2-62.9 52.2H171.3l5.1 28.3c2.1 11.4 12 19.7 23.6 19.7h256c13.3 0 24 10.7 24 24s-10.7 24-24 24H200.1c-34.8 0-64.6-24.9-70.8-59.1L77.2 102.6c-.7-3.8-4-6.6-7.9-6.6H24C10.7 96 0 85.3 0 72m160 456c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m224 0c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-48-385.6c-13.3 0-24 10.7-24 24V200h-33.6c-13.3 0-24 10.7-24 24s10.7 24 24 24H312v33.6c0 13.3 10.7 24 24 24s24-10.7 24-24V248h33.6c13.3 0 24-10.7 24-24s-10.7-24-24-24H360v-33.6c0-13.3-10.7-24-24-24"/></svg>
</template>

CSS

.icon-cart-plus {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2072c0-13.3%2010.7-24%2024-24h45.3c27.1%200%2050.3%2019.4%2055.1%2046l.4%202h412.7c20%200%2035.1%2018.2%2031.4%2037.9l-31.1%20165.9c-5.7%2030.3-32.1%2052.2-62.9%2052.2H171.3l5.1%2028.3c2.1%2011.4%2012%2019.7%2023.6%2019.7h256c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H200.1c-34.8%200-64.6-24.9-70.8-59.1L77.2%20102.6c-.7-3.8-4-6.6-7.9-6.6H24C10.7%2096%200%2085.3%200%2072m160%20456c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m224%200c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m-48-385.6c-13.3%200-24%2010.7-24%2024V200h-33.6c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024H312v33.6c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V248h33.6c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H360v-33.6c0-13.3-10.7-24-24-24%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2072c0-13.3%2010.7-24%2024-24h45.3c27.1%200%2050.3%2019.4%2055.1%2046l.4%202h412.7c20%200%2035.1%2018.2%2031.4%2037.9l-31.1%20165.9c-5.7%2030.3-32.1%2052.2-62.9%2052.2H171.3l5.1%2028.3c2.1%2011.4%2012%2019.7%2023.6%2019.7h256c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H200.1c-34.8%200-64.6-24.9-70.8-59.1L77.2%20102.6c-.7-3.8-4-6.6-7.9-6.6H24C10.7%2096%200%2085.3%200%2072m160%20456c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m224%200c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m-48-385.6c-13.3%200-24%2010.7-24%2024V200h-33.6c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024H312v33.6c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V248h33.6c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H360v-33.6c0-13.3-10.7-24-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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