opencart from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
opencart
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same logo in other sets

Use the opencart logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6s20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8m-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6s45.8-20.3 45.8-45.6s-20.5-45.8-45.8-45.8m291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2c333.3-5 130 86.1 70.8 188.9c186.7-166.7 319.4-233.9 17.2-233.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsOpencart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6s20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8m-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6s45.8-20.3 45.8-45.6s-20.5-45.8-45.8-45.8m291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2c333.3-5 130 86.1 70.8 188.9c186.7-166.7 319.4-233.9 17.2-233.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6s20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8m-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6s45.8-20.3 45.8-45.6s-20.5-45.8-45.8-45.8m291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2c333.3-5 130 86.1 70.8 188.9c186.7-166.7 319.4-233.9 17.2-233.9"/></svg>
</template>

CSS

.icon-opencart {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M423.3%20440.7c0%2025.3-20.3%2045.6-45.6%2045.6s-45.8-20.3-45.8-45.6s20.6-45.8%2045.8-45.8c25.4%200%2045.6%2020.5%2045.6%2045.8m-253.9-45.8c-25.3%200-45.6%2020.6-45.6%2045.8s20.3%2045.6%2045.6%2045.6s45.8-20.3%2045.8-45.6s-20.5-45.8-45.8-45.8m291.7-270C158.9%20124.9%2081.9%20112.1%200%2025.7c34.4%2051.7%2053.3%20148.9%20373.1%20144.2c333.3-5%20130%2086.1%2070.8%20188.9c186.7-166.7%20319.4-233.9%2017.2-233.9%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M423.3%20440.7c0%2025.3-20.3%2045.6-45.6%2045.6s-45.8-20.3-45.8-45.6s20.6-45.8%2045.8-45.8c25.4%200%2045.6%2020.5%2045.6%2045.8m-253.9-45.8c-25.3%200-45.6%2020.6-45.6%2045.8s20.3%2045.6%2045.6%2045.6s45.8-20.3%2045.8-45.6s-20.5-45.8-45.8-45.8m291.7-270C158.9%20124.9%2081.9%20112.1%200%2025.7c34.4%2051.7%2053.3%20148.9%20373.1%20144.2c333.3-5%20130%2086.1%2070.8%20188.9c186.7-166.7%20319.4-233.9%2017.2-233.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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