gandi logo
gandi from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gandi
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the gandi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.72 5.908a1.496 1.496 0 1 1 2.442 1.729c-.871 1.23-1.906 2.176-3.082 2.82c-.661.436-1.414.844-2.209 1.274c-.689.373-1.401.758-2.065 1.171c-1.565.974-2.46 1.87-2.814 2.82c-.473 1.266-.26 2.322.002 2.985a3.8 3.8 0 0 0 1.79 2.006c.808.413 1.931.39 2.93-.06c.924-.415 1.542-1.11 1.612-1.813c.07-.71-.24-1.114-.553-1.255c-.368-.165-.788.006-1.152.467a1.495 1.495 0 1 1-2.349-1.854c1.227-1.554 3.082-2.08 4.726-1.342c1.588.713 2.493 2.392 2.305 4.28c-.179 1.792-1.435 3.38-3.36 4.246c-1.836.826-3.899.824-5.52-.005a6.8 6.8 0 0 1-3.212-3.572c-.642-1.625-.65-3.446-.022-5.13c.605-1.62 1.869-2.803 3.037-3.647a8 8 0 0 1-.828-.33c-1.376-.638-2.573-1.668-3.56-3.061A1.496 1.496 0 0 1 7.28 5.908c.69.976 1.467 1.654 2.376 2.075c.69.319 1.457.487 2.344.514c.888-.027 1.656-.195 2.345-.514q.098-.045.194-.096q.106-.053.208-.112c.738-.424 1.387-1.038 1.972-1.867M11.2 4.17c.191.192.447.297.717.297c.271 0 .526-.105.718-.297s.297-.446.297-.717a1 1 0 0 0-.298-.718a1 1 0 0 0-.717-.297c-.27 0-.526.105-.717.297a1 1 0 0 0-.297.718c0 .27.105.525.297.717M9.476 1.011A3.43 3.43 0 0 1 11.917 0c.922 0 1.79.359 2.442 1.01a3.43 3.43 0 0 1 1.01 2.443c0 .922-.358 1.789-1.01 2.44a3.43 3.43 0 0 1-2.442 1.012a3.43 3.43 0 0 1-2.44-1.011a3.43 3.43 0 0 1-1.013-2.441c0-.923.36-1.79 1.012-2.442"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGandi(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="M16.72 5.908a1.496 1.496 0 1 1 2.442 1.729c-.871 1.23-1.906 2.176-3.082 2.82c-.661.436-1.414.844-2.209 1.274c-.689.373-1.401.758-2.065 1.171c-1.565.974-2.46 1.87-2.814 2.82c-.473 1.266-.26 2.322.002 2.985a3.8 3.8 0 0 0 1.79 2.006c.808.413 1.931.39 2.93-.06c.924-.415 1.542-1.11 1.612-1.813c.07-.71-.24-1.114-.553-1.255c-.368-.165-.788.006-1.152.467a1.495 1.495 0 1 1-2.349-1.854c1.227-1.554 3.082-2.08 4.726-1.342c1.588.713 2.493 2.392 2.305 4.28c-.179 1.792-1.435 3.38-3.36 4.246c-1.836.826-3.899.824-5.52-.005a6.8 6.8 0 0 1-3.212-3.572c-.642-1.625-.65-3.446-.022-5.13c.605-1.62 1.869-2.803 3.037-3.647a8 8 0 0 1-.828-.33c-1.376-.638-2.573-1.668-3.56-3.061A1.496 1.496 0 0 1 7.28 5.908c.69.976 1.467 1.654 2.376 2.075c.69.319 1.457.487 2.344.514c.888-.027 1.656-.195 2.345-.514q.098-.045.194-.096q.106-.053.208-.112c.738-.424 1.387-1.038 1.972-1.867M11.2 4.17c.191.192.447.297.717.297c.271 0 .526-.105.718-.297s.297-.446.297-.717a1 1 0 0 0-.298-.718a1 1 0 0 0-.717-.297c-.27 0-.526.105-.717.297a1 1 0 0 0-.297.718c0 .27.105.525.297.717M9.476 1.011A3.43 3.43 0 0 1 11.917 0c.922 0 1.79.359 2.442 1.01a3.43 3.43 0 0 1 1.01 2.443c0 .922-.358 1.789-1.01 2.44a3.43 3.43 0 0 1-2.442 1.012a3.43 3.43 0 0 1-2.44-1.011a3.43 3.43 0 0 1-1.013-2.441c0-.923.36-1.79 1.012-2.442"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.72 5.908a1.496 1.496 0 1 1 2.442 1.729c-.871 1.23-1.906 2.176-3.082 2.82c-.661.436-1.414.844-2.209 1.274c-.689.373-1.401.758-2.065 1.171c-1.565.974-2.46 1.87-2.814 2.82c-.473 1.266-.26 2.322.002 2.985a3.8 3.8 0 0 0 1.79 2.006c.808.413 1.931.39 2.93-.06c.924-.415 1.542-1.11 1.612-1.813c.07-.71-.24-1.114-.553-1.255c-.368-.165-.788.006-1.152.467a1.495 1.495 0 1 1-2.349-1.854c1.227-1.554 3.082-2.08 4.726-1.342c1.588.713 2.493 2.392 2.305 4.28c-.179 1.792-1.435 3.38-3.36 4.246c-1.836.826-3.899.824-5.52-.005a6.8 6.8 0 0 1-3.212-3.572c-.642-1.625-.65-3.446-.022-5.13c.605-1.62 1.869-2.803 3.037-3.647a8 8 0 0 1-.828-.33c-1.376-.638-2.573-1.668-3.56-3.061A1.496 1.496 0 0 1 7.28 5.908c.69.976 1.467 1.654 2.376 2.075c.69.319 1.457.487 2.344.514c.888-.027 1.656-.195 2.345-.514q.098-.045.194-.096q.106-.053.208-.112c.738-.424 1.387-1.038 1.972-1.867M11.2 4.17c.191.192.447.297.717.297c.271 0 .526-.105.718-.297s.297-.446.297-.717a1 1 0 0 0-.298-.718a1 1 0 0 0-.717-.297c-.27 0-.526.105-.717.297a1 1 0 0 0-.297.718c0 .27.105.525.297.717M9.476 1.011A3.43 3.43 0 0 1 11.917 0c.922 0 1.79.359 2.442 1.01a3.43 3.43 0 0 1 1.01 2.443c0 .922-.358 1.789-1.01 2.44a3.43 3.43 0 0 1-2.442 1.012a3.43 3.43 0 0 1-2.44-1.011a3.43 3.43 0 0 1-1.013-2.441c0-.923.36-1.79 1.012-2.442"/></svg> </template>
CSS
.icon-gandi {
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%22M16.72%205.908a1.496%201.496%200%201%201%202.442%201.729c-.871%201.23-1.906%202.176-3.082%202.82c-.661.436-1.414.844-2.209%201.274c-.689.373-1.401.758-2.065%201.171c-1.565.974-2.46%201.87-2.814%202.82c-.473%201.266-.26%202.322.002%202.985a3.8%203.8%200%200%200%201.79%202.006c.808.413%201.931.39%202.93-.06c.924-.415%201.542-1.11%201.612-1.813c.07-.71-.24-1.114-.553-1.255c-.368-.165-.788.006-1.152.467a1.495%201.495%200%201%201-2.349-1.854c1.227-1.554%203.082-2.08%204.726-1.342c1.588.713%202.493%202.392%202.305%204.28c-.179%201.792-1.435%203.38-3.36%204.246c-1.836.826-3.899.824-5.52-.005a6.8%206.8%200%200%201-3.212-3.572c-.642-1.625-.65-3.446-.022-5.13c.605-1.62%201.869-2.803%203.037-3.647a8%208%200%200%201-.828-.33c-1.376-.638-2.573-1.668-3.56-3.061A1.496%201.496%200%200%201%207.28%205.908c.69.976%201.467%201.654%202.376%202.075c.69.319%201.457.487%202.344.514c.888-.027%201.656-.195%202.345-.514q.098-.045.194-.096q.106-.053.208-.112c.738-.424%201.387-1.038%201.972-1.867M11.2%204.17c.191.192.447.297.717.297c.271%200%20.526-.105.718-.297s.297-.446.297-.717a1%201%200%200%200-.298-.718a1%201%200%200%200-.717-.297c-.27%200-.526.105-.717.297a1%201%200%200%200-.297.718c0%20.27.105.525.297.717M9.476%201.011A3.43%203.43%200%200%201%2011.917%200c.922%200%201.79.359%202.442%201.01a3.43%203.43%200%200%201%201.01%202.443c0%20.922-.358%201.789-1.01%202.44a3.43%203.43%200%200%201-2.442%201.012a3.43%203.43%200%200%201-2.44-1.011a3.43%203.43%200%200%201-1.013-2.441c0-.923.36-1.79%201.012-2.442%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%22M16.72%205.908a1.496%201.496%200%201%201%202.442%201.729c-.871%201.23-1.906%202.176-3.082%202.82c-.661.436-1.414.844-2.209%201.274c-.689.373-1.401.758-2.065%201.171c-1.565.974-2.46%201.87-2.814%202.82c-.473%201.266-.26%202.322.002%202.985a3.8%203.8%200%200%200%201.79%202.006c.808.413%201.931.39%202.93-.06c.924-.415%201.542-1.11%201.612-1.813c.07-.71-.24-1.114-.553-1.255c-.368-.165-.788.006-1.152.467a1.495%201.495%200%201%201-2.349-1.854c1.227-1.554%203.082-2.08%204.726-1.342c1.588.713%202.493%202.392%202.305%204.28c-.179%201.792-1.435%203.38-3.36%204.246c-1.836.826-3.899.824-5.52-.005a6.8%206.8%200%200%201-3.212-3.572c-.642-1.625-.65-3.446-.022-5.13c.605-1.62%201.869-2.803%203.037-3.647a8%208%200%200%201-.828-.33c-1.376-.638-2.573-1.668-3.56-3.061A1.496%201.496%200%200%201%207.28%205.908c.69.976%201.467%201.654%202.376%202.075c.69.319%201.457.487%202.344.514c.888-.027%201.656-.195%202.345-.514q.098-.045.194-.096q.106-.053.208-.112c.738-.424%201.387-1.038%201.972-1.867M11.2%204.17c.191.192.447.297.717.297c.271%200%20.526-.105.718-.297s.297-.446.297-.717a1%201%200%200%200-.298-.718a1%201%200%200%200-.717-.297c-.27%200-.526.105-.717.297a1%201%200%200%200-.297.718c0%20.27.105.525.297.717M9.476%201.011A3.43%203.43%200%200%201%2011.917%200c.922%200%201.79.359%202.442%201.01a3.43%203.43%200%200%201%201.01%202.443c0%20.922-.358%201.789-1.01%202.44a3.43%203.43%200%200%201-2.442%201.012a3.43%203.43%200%200%201-2.44-1.011a3.43%203.43%200%200%201-1.013-2.441c0-.923.36-1.79%201.012-2.442%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gandi.svg?color=%231a73e8&size=48