auchan from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
auchan
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the auchan logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.467 18.753l1.652 4.636h1.218l-1.744-4.859a8 8 0 0 1-1.126.222M0 23.39h5.506l1.782-5.611H1.916A107 107 0 0 0 0 23.388m7.255-12.634L10.434 8.1c.52-1.409 1.064-2.82 1.63-4.022c.281.641.549 1.282.83 1.964c1.226-1.007 2.032-1.555 2.073-1.582l.016-.011a5.7 5.7 0 0 1 1.632-.707a113 113 0 0 0-1.482-3.13H8.964c-.514.99-2.432 4.951-4.676 10.398h2.27a.97.97 0 0 0 .697-.256m12.907 4.408a7.45 7.45 0 0 1-3.473 2.966l1.87 5.26H24c-1.087-3.3-2.254-6.278-3.348-9.068c-.153.303-.316.56-.49.841m-1.613-8.866c.157 0 .303.036.436.1c-.027-.004-.054-.01-.081-.01a.584.584 0 0 0-.585.582a.58.58 0 0 0 .585.58a.58.58 0 0 0 .582-.58q0-.03-.004-.054a1 1 0 0 1 .077.384c0 .553-.452 1.003-1.01 1.003a1.01 1.01 0 0 1-1.01-1.003c0-.556.453-1.002 1.01-1.002m-5.64 11.317c1.33 0 4.504-.337 6.221-3.096c1.72-2.76 2.32-7.138 2.32-7.138l1.882-.892c.118-.06.087-.263-.057-.263h-2.029c-.318-.495-1.42-1.55-3.042-1.55c-.963 0-1.806.272-2.562.764c0 0-1.101.75-2.703 2.128l-4.904 4.08c-.378.316-.84.52-1.48.52H.386c-.174 0-.115.147-.087.231c.435 1.326 1.596 2.509 3.623 2.509l-1.448 1.491c-.057.057-.057.226.087.226h5.505c3.978 0 6.424-1.741 8.032-4.154c.138-.207.267-.427.39-.64c.06.029.067.087.038.143c-.406.98-1.42 2.965-3.273 4.146c-.64.373-.842.489-1.74.833c-.062.027-.087.125-.058.21l2.228 6.229h1.216l-2.042-5.777h.055z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAuchan(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="m14.467 18.753l1.652 4.636h1.218l-1.744-4.859a8 8 0 0 1-1.126.222M0 23.39h5.506l1.782-5.611H1.916A107 107 0 0 0 0 23.388m7.255-12.634L10.434 8.1c.52-1.409 1.064-2.82 1.63-4.022c.281.641.549 1.282.83 1.964c1.226-1.007 2.032-1.555 2.073-1.582l.016-.011a5.7 5.7 0 0 1 1.632-.707a113 113 0 0 0-1.482-3.13H8.964c-.514.99-2.432 4.951-4.676 10.398h2.27a.97.97 0 0 0 .697-.256m12.907 4.408a7.45 7.45 0 0 1-3.473 2.966l1.87 5.26H24c-1.087-3.3-2.254-6.278-3.348-9.068c-.153.303-.316.56-.49.841m-1.613-8.866c.157 0 .303.036.436.1c-.027-.004-.054-.01-.081-.01a.584.584 0 0 0-.585.582a.58.58 0 0 0 .585.58a.58.58 0 0 0 .582-.58q0-.03-.004-.054a1 1 0 0 1 .077.384c0 .553-.452 1.003-1.01 1.003a1.01 1.01 0 0 1-1.01-1.003c0-.556.453-1.002 1.01-1.002m-5.64 11.317c1.33 0 4.504-.337 6.221-3.096c1.72-2.76 2.32-7.138 2.32-7.138l1.882-.892c.118-.06.087-.263-.057-.263h-2.029c-.318-.495-1.42-1.55-3.042-1.55c-.963 0-1.806.272-2.562.764c0 0-1.101.75-2.703 2.128l-4.904 4.08c-.378.316-.84.52-1.48.52H.386c-.174 0-.115.147-.087.231c.435 1.326 1.596 2.509 3.623 2.509l-1.448 1.491c-.057.057-.057.226.087.226h5.505c3.978 0 6.424-1.741 8.032-4.154c.138-.207.267-.427.39-.64c.06.029.067.087.038.143c-.406.98-1.42 2.965-3.273 4.146c-.64.373-.842.489-1.74.833c-.062.027-.087.125-.058.21l2.228 6.229h1.216l-2.042-5.777h.055z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.467 18.753l1.652 4.636h1.218l-1.744-4.859a8 8 0 0 1-1.126.222M0 23.39h5.506l1.782-5.611H1.916A107 107 0 0 0 0 23.388m7.255-12.634L10.434 8.1c.52-1.409 1.064-2.82 1.63-4.022c.281.641.549 1.282.83 1.964c1.226-1.007 2.032-1.555 2.073-1.582l.016-.011a5.7 5.7 0 0 1 1.632-.707a113 113 0 0 0-1.482-3.13H8.964c-.514.99-2.432 4.951-4.676 10.398h2.27a.97.97 0 0 0 .697-.256m12.907 4.408a7.45 7.45 0 0 1-3.473 2.966l1.87 5.26H24c-1.087-3.3-2.254-6.278-3.348-9.068c-.153.303-.316.56-.49.841m-1.613-8.866c.157 0 .303.036.436.1c-.027-.004-.054-.01-.081-.01a.584.584 0 0 0-.585.582a.58.58 0 0 0 .585.58a.58.58 0 0 0 .582-.58q0-.03-.004-.054a1 1 0 0 1 .077.384c0 .553-.452 1.003-1.01 1.003a1.01 1.01 0 0 1-1.01-1.003c0-.556.453-1.002 1.01-1.002m-5.64 11.317c1.33 0 4.504-.337 6.221-3.096c1.72-2.76 2.32-7.138 2.32-7.138l1.882-.892c.118-.06.087-.263-.057-.263h-2.029c-.318-.495-1.42-1.55-3.042-1.55c-.963 0-1.806.272-2.562.764c0 0-1.101.75-2.703 2.128l-4.904 4.08c-.378.316-.84.52-1.48.52H.386c-.174 0-.115.147-.087.231c.435 1.326 1.596 2.509 3.623 2.509l-1.448 1.491c-.057.057-.057.226.087.226h5.505c3.978 0 6.424-1.741 8.032-4.154c.138-.207.267-.427.39-.64c.06.029.067.087.038.143c-.406.98-1.42 2.965-3.273 4.146c-.64.373-.842.489-1.74.833c-.062.027-.087.125-.058.21l2.228 6.229h1.216l-2.042-5.777h.055z"/></svg>
</template>

CSS

.icon-auchan {
  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%22m14.467%2018.753l1.652%204.636h1.218l-1.744-4.859a8%208%200%200%201-1.126.222M0%2023.39h5.506l1.782-5.611H1.916A107%20107%200%200%200%200%2023.388m7.255-12.634L10.434%208.1c.52-1.409%201.064-2.82%201.63-4.022c.281.641.549%201.282.83%201.964c1.226-1.007%202.032-1.555%202.073-1.582l.016-.011a5.7%205.7%200%200%201%201.632-.707a113%20113%200%200%200-1.482-3.13H8.964c-.514.99-2.432%204.951-4.676%2010.398h2.27a.97.97%200%200%200%20.697-.256m12.907%204.408a7.45%207.45%200%200%201-3.473%202.966l1.87%205.26H24c-1.087-3.3-2.254-6.278-3.348-9.068c-.153.303-.316.56-.49.841m-1.613-8.866c.157%200%20.303.036.436.1c-.027-.004-.054-.01-.081-.01a.584.584%200%200%200-.585.582a.58.58%200%200%200%20.585.58a.58.58%200%200%200%20.582-.58q0-.03-.004-.054a1%201%200%200%201%20.077.384c0%20.553-.452%201.003-1.01%201.003a1.01%201.01%200%200%201-1.01-1.003c0-.556.453-1.002%201.01-1.002m-5.64%2011.317c1.33%200%204.504-.337%206.221-3.096c1.72-2.76%202.32-7.138%202.32-7.138l1.882-.892c.118-.06.087-.263-.057-.263h-2.029c-.318-.495-1.42-1.55-3.042-1.55c-.963%200-1.806.272-2.562.764c0%200-1.101.75-2.703%202.128l-4.904%204.08c-.378.316-.84.52-1.48.52H.386c-.174%200-.115.147-.087.231c.435%201.326%201.596%202.509%203.623%202.509l-1.448%201.491c-.057.057-.057.226.087.226h5.505c3.978%200%206.424-1.741%208.032-4.154c.138-.207.267-.427.39-.64c.06.029.067.087.038.143c-.406.98-1.42%202.965-3.273%204.146c-.64.373-.842.489-1.74.833c-.062.027-.087.125-.058.21l2.228%206.229h1.216l-2.042-5.777h.055z%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%22m14.467%2018.753l1.652%204.636h1.218l-1.744-4.859a8%208%200%200%201-1.126.222M0%2023.39h5.506l1.782-5.611H1.916A107%20107%200%200%200%200%2023.388m7.255-12.634L10.434%208.1c.52-1.409%201.064-2.82%201.63-4.022c.281.641.549%201.282.83%201.964c1.226-1.007%202.032-1.555%202.073-1.582l.016-.011a5.7%205.7%200%200%201%201.632-.707a113%20113%200%200%200-1.482-3.13H8.964c-.514.99-2.432%204.951-4.676%2010.398h2.27a.97.97%200%200%200%20.697-.256m12.907%204.408a7.45%207.45%200%200%201-3.473%202.966l1.87%205.26H24c-1.087-3.3-2.254-6.278-3.348-9.068c-.153.303-.316.56-.49.841m-1.613-8.866c.157%200%20.303.036.436.1c-.027-.004-.054-.01-.081-.01a.584.584%200%200%200-.585.582a.58.58%200%200%200%20.585.58a.58.58%200%200%200%20.582-.58q0-.03-.004-.054a1%201%200%200%201%20.077.384c0%20.553-.452%201.003-1.01%201.003a1.01%201.01%200%200%201-1.01-1.003c0-.556.453-1.002%201.01-1.002m-5.64%2011.317c1.33%200%204.504-.337%206.221-3.096c1.72-2.76%202.32-7.138%202.32-7.138l1.882-.892c.118-.06.087-.263-.057-.263h-2.029c-.318-.495-1.42-1.55-3.042-1.55c-.963%200-1.806.272-2.562.764c0%200-1.101.75-2.703%202.128l-4.904%204.08c-.378.316-.84.52-1.48.52H.386c-.174%200-.115.147-.087.231c.435%201.326%201.596%202.509%203.623%202.509l-1.448%201.491c-.057.057-.057.226.087.226h5.505c3.978%200%206.424-1.741%208.032-4.154c.138-.207.267-.427.39-.64c.06.029.067.087.038.143c-.406.98-1.42%202.965-3.273%204.146c-.64.373-.842.489-1.74.833c-.062.027-.087.125-.058.21l2.228%206.229h1.216l-2.042-5.777h.055z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Auchan logo — Simple Icons · IconsDB