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

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

Use the carrefour logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.14 4.045c-2.569 0-3.572 3.64-3.572 7.979s1.003 7.931 3.572 7.931c1.541 0 2.855-.903 2.86-1.645a.63.63 0 0 0-.199-.453c-.73-.706-1.016-1.412-1.018-2.034c-.005-1.189 1.026-2.074 1.977-2.074c1.306 0 2.077 1.027 2.077 2.357c0 1.26-.537 2.31-1.121 3.15a.2.2 0 0 0-.034.107c0 .065.04.12.098.12q.053.001.122-.065l6.561-6.344c.328-.28.537-.608.537-1.073c0-.468-.21-.794-.537-1.073l-6.561-6.346q-.069-.066-.122-.064c-.059 0-.097.055-.098.12q-.001.054.034.107c.584.84 1.12 1.89 1.12 3.15c0 1.329-.77 2.356-2.076 2.356c-.95 0-1.982-.884-1.977-2.073c.002-.622.288-1.328 1.018-2.033A.62.62 0 0 0 15 5.69c-.004-.743-1.319-1.646-2.86-1.646m-5.043.537L.537 10.93C.209 11.207 0 11.534 0 12c0 .465.21.793.537 1.073l6.56 6.345c.042.043.083.06.117.06c.062 0 .105-.057.103-.123a.2.2 0 0 0-.057-.123C5.72 17.32 4.6 15.126 4.6 12.024c0-3.104 1.12-5.341 2.66-7.255a.2.2 0 0 0 .057-.123c.002-.068-.04-.123-.103-.123c-.034 0-.075.017-.117.06"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCarrefour(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="M12.14 4.045c-2.569 0-3.572 3.64-3.572 7.979s1.003 7.931 3.572 7.931c1.541 0 2.855-.903 2.86-1.645a.63.63 0 0 0-.199-.453c-.73-.706-1.016-1.412-1.018-2.034c-.005-1.189 1.026-2.074 1.977-2.074c1.306 0 2.077 1.027 2.077 2.357c0 1.26-.537 2.31-1.121 3.15a.2.2 0 0 0-.034.107c0 .065.04.12.098.12q.053.001.122-.065l6.561-6.344c.328-.28.537-.608.537-1.073c0-.468-.21-.794-.537-1.073l-6.561-6.346q-.069-.066-.122-.064c-.059 0-.097.055-.098.12q-.001.054.034.107c.584.84 1.12 1.89 1.12 3.15c0 1.329-.77 2.356-2.076 2.356c-.95 0-1.982-.884-1.977-2.073c.002-.622.288-1.328 1.018-2.033A.62.62 0 0 0 15 5.69c-.004-.743-1.319-1.646-2.86-1.646m-5.043.537L.537 10.93C.209 11.207 0 11.534 0 12c0 .465.21.793.537 1.073l6.56 6.345c.042.043.083.06.117.06c.062 0 .105-.057.103-.123a.2.2 0 0 0-.057-.123C5.72 17.32 4.6 15.126 4.6 12.024c0-3.104 1.12-5.341 2.66-7.255a.2.2 0 0 0 .057-.123c.002-.068-.04-.123-.103-.123c-.034 0-.075.017-.117.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.14 4.045c-2.569 0-3.572 3.64-3.572 7.979s1.003 7.931 3.572 7.931c1.541 0 2.855-.903 2.86-1.645a.63.63 0 0 0-.199-.453c-.73-.706-1.016-1.412-1.018-2.034c-.005-1.189 1.026-2.074 1.977-2.074c1.306 0 2.077 1.027 2.077 2.357c0 1.26-.537 2.31-1.121 3.15a.2.2 0 0 0-.034.107c0 .065.04.12.098.12q.053.001.122-.065l6.561-6.344c.328-.28.537-.608.537-1.073c0-.468-.21-.794-.537-1.073l-6.561-6.346q-.069-.066-.122-.064c-.059 0-.097.055-.098.12q-.001.054.034.107c.584.84 1.12 1.89 1.12 3.15c0 1.329-.77 2.356-2.076 2.356c-.95 0-1.982-.884-1.977-2.073c.002-.622.288-1.328 1.018-2.033A.62.62 0 0 0 15 5.69c-.004-.743-1.319-1.646-2.86-1.646m-5.043.537L.537 10.93C.209 11.207 0 11.534 0 12c0 .465.21.793.537 1.073l6.56 6.345c.042.043.083.06.117.06c.062 0 .105-.057.103-.123a.2.2 0 0 0-.057-.123C5.72 17.32 4.6 15.126 4.6 12.024c0-3.104 1.12-5.341 2.66-7.255a.2.2 0 0 0 .057-.123c.002-.068-.04-.123-.103-.123c-.034 0-.075.017-.117.06"/></svg>
</template>

CSS

.icon-carrefour {
  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%22M12.14%204.045c-2.569%200-3.572%203.64-3.572%207.979s1.003%207.931%203.572%207.931c1.541%200%202.855-.903%202.86-1.645a.63.63%200%200%200-.199-.453c-.73-.706-1.016-1.412-1.018-2.034c-.005-1.189%201.026-2.074%201.977-2.074c1.306%200%202.077%201.027%202.077%202.357c0%201.26-.537%202.31-1.121%203.15a.2.2%200%200%200-.034.107c0%20.065.04.12.098.12q.053.001.122-.065l6.561-6.344c.328-.28.537-.608.537-1.073c0-.468-.21-.794-.537-1.073l-6.561-6.346q-.069-.066-.122-.064c-.059%200-.097.055-.098.12q-.001.054.034.107c.584.84%201.12%201.89%201.12%203.15c0%201.329-.77%202.356-2.076%202.356c-.95%200-1.982-.884-1.977-2.073c.002-.622.288-1.328%201.018-2.033A.62.62%200%200%200%2015%205.69c-.004-.743-1.319-1.646-2.86-1.646m-5.043.537L.537%2010.93C.209%2011.207%200%2011.534%200%2012c0%20.465.21.793.537%201.073l6.56%206.345c.042.043.083.06.117.06c.062%200%20.105-.057.103-.123a.2.2%200%200%200-.057-.123C5.72%2017.32%204.6%2015.126%204.6%2012.024c0-3.104%201.12-5.341%202.66-7.255a.2.2%200%200%200%20.057-.123c.002-.068-.04-.123-.103-.123c-.034%200-.075.017-.117.06%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%22M12.14%204.045c-2.569%200-3.572%203.64-3.572%207.979s1.003%207.931%203.572%207.931c1.541%200%202.855-.903%202.86-1.645a.63.63%200%200%200-.199-.453c-.73-.706-1.016-1.412-1.018-2.034c-.005-1.189%201.026-2.074%201.977-2.074c1.306%200%202.077%201.027%202.077%202.357c0%201.26-.537%202.31-1.121%203.15a.2.2%200%200%200-.034.107c0%20.065.04.12.098.12q.053.001.122-.065l6.561-6.344c.328-.28.537-.608.537-1.073c0-.468-.21-.794-.537-1.073l-6.561-6.346q-.069-.066-.122-.064c-.059%200-.097.055-.098.12q-.001.054.034.107c.584.84%201.12%201.89%201.12%203.15c0%201.329-.77%202.356-2.076%202.356c-.95%200-1.982-.884-1.977-2.073c.002-.622.288-1.328%201.018-2.033A.62.62%200%200%200%2015%205.69c-.004-.743-1.319-1.646-2.86-1.646m-5.043.537L.537%2010.93C.209%2011.207%200%2011.534%200%2012c0%20.465.21.793.537%201.073l6.56%206.345c.042.043.083.06.117.06c.062%200%20.105-.057.103-.123a.2.2%200%200%200-.057-.123C5.72%2017.32%204.6%2015.126%204.6%2012.024c0-3.104%201.12-5.341%202.66-7.255a.2.2%200%200%200%20.057-.123c.002-.068-.04-.123-.103-.123c-.034%200-.075.017-.117.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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