zulip from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
zulip
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the zulip logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M520 163c0 22.6-10.1 42.6-25.5 54.8L345.3 351.7c-2.8 2.4-6.4-1.5-4.4-4.7l54.7-110.1c1.5-3.1-.5-6.9-3.6-6.9H179.8c-32.9 0-59.8-30.1-59.8-67s26.9-67 59.8-67h280.4c32.9 0 59.8 30.1 59.8 67M179.8 544h280.4c32.9 0 59.8-30.2 59.8-67s-26.9-67-59.8-67H247.9c-3.1 0-5.1-3.8-3.6-6.9L299.1 293c2-3.2-1.6-7.1-4.4-4.7L145.5 422.2C130.1 434.4 120 454.4 120 477c0 36.8 26.9 67 59.8 67"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsZulip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M520 163c0 22.6-10.1 42.6-25.5 54.8L345.3 351.7c-2.8 2.4-6.4-1.5-4.4-4.7l54.7-110.1c1.5-3.1-.5-6.9-3.6-6.9H179.8c-32.9 0-59.8-30.1-59.8-67s26.9-67 59.8-67h280.4c32.9 0 59.8 30.1 59.8 67M179.8 544h280.4c32.9 0 59.8-30.2 59.8-67s-26.9-67-59.8-67H247.9c-3.1 0-5.1-3.8-3.6-6.9L299.1 293c2-3.2-1.6-7.1-4.4-4.7L145.5 422.2C130.1 434.4 120 454.4 120 477c0 36.8 26.9 67 59.8 67"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M520 163c0 22.6-10.1 42.6-25.5 54.8L345.3 351.7c-2.8 2.4-6.4-1.5-4.4-4.7l54.7-110.1c1.5-3.1-.5-6.9-3.6-6.9H179.8c-32.9 0-59.8-30.1-59.8-67s26.9-67 59.8-67h280.4c32.9 0 59.8 30.1 59.8 67M179.8 544h280.4c32.9 0 59.8-30.2 59.8-67s-26.9-67-59.8-67H247.9c-3.1 0-5.1-3.8-3.6-6.9L299.1 293c2-3.2-1.6-7.1-4.4-4.7L145.5 422.2C130.1 434.4 120 454.4 120 477c0 36.8 26.9 67 59.8 67"/></svg>
</template>

CSS

.icon-zulip {
  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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M520%20163c0%2022.6-10.1%2042.6-25.5%2054.8L345.3%20351.7c-2.8%202.4-6.4-1.5-4.4-4.7l54.7-110.1c1.5-3.1-.5-6.9-3.6-6.9H179.8c-32.9%200-59.8-30.1-59.8-67s26.9-67%2059.8-67h280.4c32.9%200%2059.8%2030.1%2059.8%2067M179.8%20544h280.4c32.9%200%2059.8-30.2%2059.8-67s-26.9-67-59.8-67H247.9c-3.1%200-5.1-3.8-3.6-6.9L299.1%20293c2-3.2-1.6-7.1-4.4-4.7L145.5%20422.2C130.1%20434.4%20120%20454.4%20120%20477c0%2036.8%2026.9%2067%2059.8%2067%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M520%20163c0%2022.6-10.1%2042.6-25.5%2054.8L345.3%20351.7c-2.8%202.4-6.4-1.5-4.4-4.7l54.7-110.1c1.5-3.1-.5-6.9-3.6-6.9H179.8c-32.9%200-59.8-30.1-59.8-67s26.9-67%2059.8-67h280.4c32.9%200%2059.8%2030.1%2059.8%2067M179.8%20544h280.4c32.9%200%2059.8-30.2%2059.8-67s-26.9-67-59.8-67H247.9c-3.1%200-5.1-3.8-3.6-6.9L299.1%20293c2-3.2-1.6-7.1-4.4-4.7L145.5%20422.2C130.1%20434.4%20120%20454.4%20120%20477c0%2036.8%2026.9%2067%2059.8%2067%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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