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

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

Use the zola logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.379 18.017L21.083 24H2.824a.566.566 0 0 1-.565-.565V23.4c0-.313.081-.62.233-.895L12.99 3.79c.841-1.5.897-2.713-1.712-2.713s-5.386.909-6.442 5.077a.565.565 0 0 1-1.112-.17L4.019 0h16.894c-1.74.798-3.273 1.813-4.565 3.038c-1.578 1.497-2.699 3.125-4.876 6.451a82 82 0 0 0-3.462 5.799a81 81 0 0 0-2.743 5.566c.764-1.08 2.02-2.507 3.96-3.425c.958-.453 1.703-.602 2.083-.7a6.4 6.4 0 0 0 1.366-.534l-2.251 4.015c-.842 1.5.3 2.713 2.91 2.713c2.612 0 5.875-.909 6.93-5.077a.565.565 0 0 1 1.112.17zm-13.757-.482c.694-.67 1.83-1.239 3.377-1.693l.07-.021c3.007-.9 6.723-5.328 7.952-9.478l.12-.417c.328-1.172.824-2.941 2.265-4.796q.163-.209.335-.41c-1.749.814-3.294 1.852-4.609 3.097c-1.047.992-1.997 2.293-3.72 4.657c-1.352 1.855-2.385 3.437-3.22 4.713c-.395.602-1.126 1.744-1.998 3.148c-.265.427-.627 1.02-.97 1.594c.124-.124.257-.258.398-.394"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZola(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="M21.379 18.017L21.083 24H2.824a.566.566 0 0 1-.565-.565V23.4c0-.313.081-.62.233-.895L12.99 3.79c.841-1.5.897-2.713-1.712-2.713s-5.386.909-6.442 5.077a.565.565 0 0 1-1.112-.17L4.019 0h16.894c-1.74.798-3.273 1.813-4.565 3.038c-1.578 1.497-2.699 3.125-4.876 6.451a82 82 0 0 0-3.462 5.799a81 81 0 0 0-2.743 5.566c.764-1.08 2.02-2.507 3.96-3.425c.958-.453 1.703-.602 2.083-.7a6.4 6.4 0 0 0 1.366-.534l-2.251 4.015c-.842 1.5.3 2.713 2.91 2.713c2.612 0 5.875-.909 6.93-5.077a.565.565 0 0 1 1.112.17zm-13.757-.482c.694-.67 1.83-1.239 3.377-1.693l.07-.021c3.007-.9 6.723-5.328 7.952-9.478l.12-.417c.328-1.172.824-2.941 2.265-4.796q.163-.209.335-.41c-1.749.814-3.294 1.852-4.609 3.097c-1.047.992-1.997 2.293-3.72 4.657c-1.352 1.855-2.385 3.437-3.22 4.713c-.395.602-1.126 1.744-1.998 3.148c-.265.427-.627 1.02-.97 1.594c.124-.124.257-.258.398-.394"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.379 18.017L21.083 24H2.824a.566.566 0 0 1-.565-.565V23.4c0-.313.081-.62.233-.895L12.99 3.79c.841-1.5.897-2.713-1.712-2.713s-5.386.909-6.442 5.077a.565.565 0 0 1-1.112-.17L4.019 0h16.894c-1.74.798-3.273 1.813-4.565 3.038c-1.578 1.497-2.699 3.125-4.876 6.451a82 82 0 0 0-3.462 5.799a81 81 0 0 0-2.743 5.566c.764-1.08 2.02-2.507 3.96-3.425c.958-.453 1.703-.602 2.083-.7a6.4 6.4 0 0 0 1.366-.534l-2.251 4.015c-.842 1.5.3 2.713 2.91 2.713c2.612 0 5.875-.909 6.93-5.077a.565.565 0 0 1 1.112.17zm-13.757-.482c.694-.67 1.83-1.239 3.377-1.693l.07-.021c3.007-.9 6.723-5.328 7.952-9.478l.12-.417c.328-1.172.824-2.941 2.265-4.796q.163-.209.335-.41c-1.749.814-3.294 1.852-4.609 3.097c-1.047.992-1.997 2.293-3.72 4.657c-1.352 1.855-2.385 3.437-3.22 4.713c-.395.602-1.126 1.744-1.998 3.148c-.265.427-.627 1.02-.97 1.594c.124-.124.257-.258.398-.394"/></svg>
</template>

CSS

.icon-zola {
  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%22M21.379%2018.017L21.083%2024H2.824a.566.566%200%200%201-.565-.565V23.4c0-.313.081-.62.233-.895L12.99%203.79c.841-1.5.897-2.713-1.712-2.713s-5.386.909-6.442%205.077a.565.565%200%200%201-1.112-.17L4.019%200h16.894c-1.74.798-3.273%201.813-4.565%203.038c-1.578%201.497-2.699%203.125-4.876%206.451a82%2082%200%200%200-3.462%205.799a81%2081%200%200%200-2.743%205.566c.764-1.08%202.02-2.507%203.96-3.425c.958-.453%201.703-.602%202.083-.7a6.4%206.4%200%200%200%201.366-.534l-2.251%204.015c-.842%201.5.3%202.713%202.91%202.713c2.612%200%205.875-.909%206.93-5.077a.565.565%200%200%201%201.112.17zm-13.757-.482c.694-.67%201.83-1.239%203.377-1.693l.07-.021c3.007-.9%206.723-5.328%207.952-9.478l.12-.417c.328-1.172.824-2.941%202.265-4.796q.163-.209.335-.41c-1.749.814-3.294%201.852-4.609%203.097c-1.047.992-1.997%202.293-3.72%204.657c-1.352%201.855-2.385%203.437-3.22%204.713c-.395.602-1.126%201.744-1.998%203.148c-.265.427-.627%201.02-.97%201.594c.124-.124.257-.258.398-.394%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%22M21.379%2018.017L21.083%2024H2.824a.566.566%200%200%201-.565-.565V23.4c0-.313.081-.62.233-.895L12.99%203.79c.841-1.5.897-2.713-1.712-2.713s-5.386.909-6.442%205.077a.565.565%200%200%201-1.112-.17L4.019%200h16.894c-1.74.798-3.273%201.813-4.565%203.038c-1.578%201.497-2.699%203.125-4.876%206.451a82%2082%200%200%200-3.462%205.799a81%2081%200%200%200-2.743%205.566c.764-1.08%202.02-2.507%203.96-3.425c.958-.453%201.703-.602%202.083-.7a6.4%206.4%200%200%200%201.366-.534l-2.251%204.015c-.842%201.5.3%202.713%202.91%202.713c2.612%200%205.875-.909%206.93-5.077a.565.565%200%200%201%201.112.17zm-13.757-.482c.694-.67%201.83-1.239%203.377-1.693l.07-.021c3.007-.9%206.723-5.328%207.952-9.478l.12-.417c.328-1.172.824-2.941%202.265-4.796q.163-.209.335-.41c-1.749.814-3.294%201.852-4.609%203.097c-1.047.992-1.997%202.293-3.72%204.657c-1.352%201.855-2.385%203.437-3.22%204.713c-.395.602-1.126%201.744-1.998%203.148c-.265.427-.627%201.02-.97%201.594c.124-.124.257-.258.398-.394%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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