brotli logo
brotli from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- brotli
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the brotli logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ea3" d="M94.88 251.608C26.612 233.316-13.9 163.146 4.391 94.879C22.684 26.613 92.854-13.9 161.121 4.392S269.9 92.854 251.608 161.121c-18.292 68.266-88.462 108.779-156.729 90.487"/><path fill="#fff" d="M101.607 226.5c-13.6-3.644-12.809-50.698 1.768-105.098s37.418-95.547 51.018-91.902s12.809 50.698-1.768 105.098s-37.418 95.547-51.018 91.902m74.759-32.754c-6.8-1.822-6.404-25.35.884-52.55s18.71-47.773 25.51-45.95c6.8 1.822 6.404 25.349-.885 52.549s-18.709 47.773-25.509 45.95M53.24 160.755c-6.8-1.823-6.404-25.35.885-52.55s18.709-47.773 25.509-45.95c6.8 1.821 6.404 25.348-.884 52.548s-18.71 47.774-25.51 45.952"/></svg>
React
import type { SVGProps } from "react";
export function LogosBrotli(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ea3" d="M94.88 251.608C26.612 233.316-13.9 163.146 4.391 94.879C22.684 26.613 92.854-13.9 161.121 4.392S269.9 92.854 251.608 161.121c-18.292 68.266-88.462 108.779-156.729 90.487"/><path fill="#fff" d="M101.607 226.5c-13.6-3.644-12.809-50.698 1.768-105.098s37.418-95.547 51.018-91.902s12.809 50.698-1.768 105.098s-37.418 95.547-51.018 91.902m74.759-32.754c-6.8-1.822-6.404-25.35.884-52.55s18.71-47.773 25.51-45.95c6.8 1.822 6.404 25.349-.885 52.549s-18.709 47.773-25.509 45.95M53.24 160.755c-6.8-1.823-6.404-25.35.885-52.55s18.709-47.773 25.509-45.95c6.8 1.821 6.404 25.348-.884 52.548s-18.71 47.774-25.51 45.952"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ea3" d="M94.88 251.608C26.612 233.316-13.9 163.146 4.391 94.879C22.684 26.613 92.854-13.9 161.121 4.392S269.9 92.854 251.608 161.121c-18.292 68.266-88.462 108.779-156.729 90.487"/><path fill="#fff" d="M101.607 226.5c-13.6-3.644-12.809-50.698 1.768-105.098s37.418-95.547 51.018-91.902s12.809 50.698-1.768 105.098s-37.418 95.547-51.018 91.902m74.759-32.754c-6.8-1.822-6.404-25.35.884-52.55s18.71-47.773 25.51-45.95c6.8 1.822 6.404 25.349-.885 52.549s-18.709 47.773-25.509 45.95M53.24 160.755c-6.8-1.823-6.404-25.35.885-52.55s18.709-47.773 25.509-45.95c6.8 1.821 6.404 25.348-.884 52.548s-18.71 47.774-25.51 45.952"/></svg> </template>
CSS
.icon-brotli {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ea3%22%20d%3D%22M94.88%20251.608C26.612%20233.316-13.9%20163.146%204.391%2094.879C22.684%2026.613%2092.854-13.9%20161.121%204.392S269.9%2092.854%20251.608%20161.121c-18.292%2068.266-88.462%20108.779-156.729%2090.487%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M101.607%20226.5c-13.6-3.644-12.809-50.698%201.768-105.098s37.418-95.547%2051.018-91.902s12.809%2050.698-1.768%20105.098s-37.418%2095.547-51.018%2091.902m74.759-32.754c-6.8-1.822-6.404-25.35.884-52.55s18.71-47.773%2025.51-45.95c6.8%201.822%206.404%2025.349-.885%2052.549s-18.709%2047.773-25.509%2045.95M53.24%20160.755c-6.8-1.823-6.404-25.35.885-52.55s18.709-47.773%2025.509-45.95c6.8%201.821%206.404%2025.348-.884%2052.548s-18.71%2047.774-25.51%2045.952%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ea3%22%20d%3D%22M94.88%20251.608C26.612%20233.316-13.9%20163.146%204.391%2094.879C22.684%2026.613%2092.854-13.9%20161.121%204.392S269.9%2092.854%20251.608%20161.121c-18.292%2068.266-88.462%20108.779-156.729%2090.487%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M101.607%20226.5c-13.6-3.644-12.809-50.698%201.768-105.098s37.418-95.547%2051.018-91.902s12.809%2050.698-1.768%20105.098s-37.418%2095.547-51.018%2091.902m74.759-32.754c-6.8-1.822-6.404-25.35.884-52.55s18.71-47.773%2025.51-45.95c6.8%201.822%206.404%2025.349-.885%2052.549s-18.709%2047.773-25.509%2045.95M53.24%20160.755c-6.8-1.823-6.404-25.35.885-52.55s18.709-47.773%2025.509-45.95c6.8%201.821%206.404%2025.348-.884%2052.548s-18.71%2047.774-25.51%2045.952%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/brotli.svg?color=%231a73e8&size=48