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

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

Use the kiwix logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.968 15.033c-.185-.811-1.527-3.15-4.27-5.224a27 27 0 0 0-1.33-.95c.548-2.346-2.303-5.177-5.084-3.844C11.287 3.136 9.06 2.37 7.012 2.401c-5.422.076-9.605 5.725-5.106 11.117l.01.009q.103.123.211.247c.292.35.486.66.65 1.206l1.343 4.397h-.475a.794.794 0 0 0-.794.794h1.801L7.68 21.6a.79.79 0 0 0-.377-1.054l-.793-.374h2.28a.794.794 0 0 0-.793-.794H5.929a.82.82 0 0 1-.786-.581L4.08 15.305c-.266-.918.343-1.517.915-1.589c.522-.064.785.272 1.03 1.088l.945 3.098h-.475a.794.794 0 0 0-.793.793h1.8l3.027 1.431a.79.79 0 0 0-.376-1.054l-.794-.375h1.674a4 4 0 0 0 6.278.805a4 4 0 0 0 0-5.654a4 4 0 0 0-6.632 4.056H8.784a.82.82 0 0 1-.787-.582l-1.569-5.157l.268-.142c3.724-1.563 7.707 1.228 10.479-1.454l.018-.017c.343-.312.686-.631 1.7.004c1.092.684 3.501 2.47 4.593 5.522c.002 0 .665-.236.482-1.045m-7.662-6.764a.769.769 0 1 0-1.275.595a1.2 1.2 0 1 1 1.275-.595"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKiwix(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="M23.968 15.033c-.185-.811-1.527-3.15-4.27-5.224a27 27 0 0 0-1.33-.95c.548-2.346-2.303-5.177-5.084-3.844C11.287 3.136 9.06 2.37 7.012 2.401c-5.422.076-9.605 5.725-5.106 11.117l.01.009q.103.123.211.247c.292.35.486.66.65 1.206l1.343 4.397h-.475a.794.794 0 0 0-.794.794h1.801L7.68 21.6a.79.79 0 0 0-.377-1.054l-.793-.374h2.28a.794.794 0 0 0-.793-.794H5.929a.82.82 0 0 1-.786-.581L4.08 15.305c-.266-.918.343-1.517.915-1.589c.522-.064.785.272 1.03 1.088l.945 3.098h-.475a.794.794 0 0 0-.793.793h1.8l3.027 1.431a.79.79 0 0 0-.376-1.054l-.794-.375h1.674a4 4 0 0 0 6.278.805a4 4 0 0 0 0-5.654a4 4 0 0 0-6.632 4.056H8.784a.82.82 0 0 1-.787-.582l-1.569-5.157l.268-.142c3.724-1.563 7.707 1.228 10.479-1.454l.018-.017c.343-.312.686-.631 1.7.004c1.092.684 3.501 2.47 4.593 5.522c.002 0 .665-.236.482-1.045m-7.662-6.764a.769.769 0 1 0-1.275.595a1.2 1.2 0 1 1 1.275-.595"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.968 15.033c-.185-.811-1.527-3.15-4.27-5.224a27 27 0 0 0-1.33-.95c.548-2.346-2.303-5.177-5.084-3.844C11.287 3.136 9.06 2.37 7.012 2.401c-5.422.076-9.605 5.725-5.106 11.117l.01.009q.103.123.211.247c.292.35.486.66.65 1.206l1.343 4.397h-.475a.794.794 0 0 0-.794.794h1.801L7.68 21.6a.79.79 0 0 0-.377-1.054l-.793-.374h2.28a.794.794 0 0 0-.793-.794H5.929a.82.82 0 0 1-.786-.581L4.08 15.305c-.266-.918.343-1.517.915-1.589c.522-.064.785.272 1.03 1.088l.945 3.098h-.475a.794.794 0 0 0-.793.793h1.8l3.027 1.431a.79.79 0 0 0-.376-1.054l-.794-.375h1.674a4 4 0 0 0 6.278.805a4 4 0 0 0 0-5.654a4 4 0 0 0-6.632 4.056H8.784a.82.82 0 0 1-.787-.582l-1.569-5.157l.268-.142c3.724-1.563 7.707 1.228 10.479-1.454l.018-.017c.343-.312.686-.631 1.7.004c1.092.684 3.501 2.47 4.593 5.522c.002 0 .665-.236.482-1.045m-7.662-6.764a.769.769 0 1 0-1.275.595a1.2 1.2 0 1 1 1.275-.595"/></svg>
</template>

CSS

.icon-kiwix {
  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%22M23.968%2015.033c-.185-.811-1.527-3.15-4.27-5.224a27%2027%200%200%200-1.33-.95c.548-2.346-2.303-5.177-5.084-3.844C11.287%203.136%209.06%202.37%207.012%202.401c-5.422.076-9.605%205.725-5.106%2011.117l.01.009q.103.123.211.247c.292.35.486.66.65%201.206l1.343%204.397h-.475a.794.794%200%200%200-.794.794h1.801L7.68%2021.6a.79.79%200%200%200-.377-1.054l-.793-.374h2.28a.794.794%200%200%200-.793-.794H5.929a.82.82%200%200%201-.786-.581L4.08%2015.305c-.266-.918.343-1.517.915-1.589c.522-.064.785.272%201.03%201.088l.945%203.098h-.475a.794.794%200%200%200-.793.793h1.8l3.027%201.431a.79.79%200%200%200-.376-1.054l-.794-.375h1.674a4%204%200%200%200%206.278.805a4%204%200%200%200%200-5.654a4%204%200%200%200-6.632%204.056H8.784a.82.82%200%200%201-.787-.582l-1.569-5.157l.268-.142c3.724-1.563%207.707%201.228%2010.479-1.454l.018-.017c.343-.312.686-.631%201.7.004c1.092.684%203.501%202.47%204.593%205.522c.002%200%20.665-.236.482-1.045m-7.662-6.764a.769.769%200%201%200-1.275.595a1.2%201.2%200%201%201%201.275-.595%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%22M23.968%2015.033c-.185-.811-1.527-3.15-4.27-5.224a27%2027%200%200%200-1.33-.95c.548-2.346-2.303-5.177-5.084-3.844C11.287%203.136%209.06%202.37%207.012%202.401c-5.422.076-9.605%205.725-5.106%2011.117l.01.009q.103.123.211.247c.292.35.486.66.65%201.206l1.343%204.397h-.475a.794.794%200%200%200-.794.794h1.801L7.68%2021.6a.79.79%200%200%200-.377-1.054l-.793-.374h2.28a.794.794%200%200%200-.793-.794H5.929a.82.82%200%200%201-.786-.581L4.08%2015.305c-.266-.918.343-1.517.915-1.589c.522-.064.785.272%201.03%201.088l.945%203.098h-.475a.794.794%200%200%200-.793.793h1.8l3.027%201.431a.79.79%200%200%200-.376-1.054l-.794-.375h1.674a4%204%200%200%200%206.278.805a4%204%200%200%200%200-5.654a4%204%200%200%200-6.632%204.056H8.784a.82.82%200%200%201-.787-.582l-1.569-5.157l.268-.142c3.724-1.563%207.707%201.228%2010.479-1.454l.018-.017c.343-.312.686-.631%201.7.004c1.092.684%203.501%202.47%204.593%205.522c.002%200%20.665-.236.482-1.045m-7.662-6.764a.769.769%200%201%200-1.275.595a1.2%201.2%200%201%201%201.275-.595%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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