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

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

Use the pihole logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.344 0c.238 4.792 3.256 7.056 6.252 7.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0 0 4.648 4.01 5.423 5.645c2.762-.15 5.196-1.947 5-4.912c0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356a3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806c.164 2.227 1.733 3.207 3.266 3.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328c2.082-.155 3.074-1.536 3.145-2.968M4.344 0c.238 4.792 3.256 7.056 6.252 7.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0 0 4.648 4.01 5.423 5.645c2.762-.15 5.196-1.947 5-4.912c0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356a3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806c.164 2.227 1.733 3.207 3.266 3.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328c2.082-.155 3.074-1.536 3.145-2.968"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPihole(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="M4.344 0c.238 4.792 3.256 7.056 6.252 7.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0 0 4.648 4.01 5.423 5.645c2.762-.15 5.196-1.947 5-4.912c0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356a3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806c.164 2.227 1.733 3.207 3.266 3.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328c2.082-.155 3.074-1.536 3.145-2.968M4.344 0c.238 4.792 3.256 7.056 6.252 7.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0 0 4.648 4.01 5.423 5.645c2.762-.15 5.196-1.947 5-4.912c0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356a3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806c.164 2.227 1.733 3.207 3.266 3.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328c2.082-.155 3.074-1.536 3.145-2.968"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.344 0c.238 4.792 3.256 7.056 6.252 7.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0 0 4.648 4.01 5.423 5.645c2.762-.15 5.196-1.947 5-4.912c0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356a3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806c.164 2.227 1.733 3.207 3.266 3.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328c2.082-.155 3.074-1.536 3.145-2.968M4.344 0c.238 4.792 3.256 7.056 6.252 7.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0 0 4.648 4.01 5.423 5.645c2.762-.15 5.196-1.947 5-4.912c0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356a3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806c.164 2.227 1.733 3.207 3.266 3.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328c2.082-.155 3.074-1.536 3.145-2.968"/></svg>
</template>

CSS

.icon-pihole {
  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%22M4.344%200c.238%204.792%203.256%207.056%206.252%207.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0%200%204.648%204.01%205.423%205.645c2.762-.15%205.196-1.947%205-4.912c0%200-4.12-.613-5%204.618C11.48%202.753%208.993%200%204.344%200M12%207.682v.002a3.68%203.68%200%200%200-2.591%201.077L4.94%2013.227a3.7%203.7%200%200%200-.86%201.356a3.3%203.3%200%200%200-.237%201.255A3.68%203.68%200%200%200%204.92%2018.45l4.464%204.466a3.7%203.7%200%200%200%202.251%201.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12%2024l-.004-.005a3.68%203.68%200%200%200%202.61-1.077l4.469-4.465a3.7%203.7%200%200%200%201.006-1.888l.012-.063a4%204%200%200%200%20.057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68%203.68%200%200%200-1.077-2.607l-4.466-4.468a3.7%203.7%200%200%200-1.564-.927l-.07-.02a3.4%203.4%200%200%200-.946-.133zm3.165%203.357c.023%201.748-1.33%203.078-1.33%204.806c.164%202.227%201.733%203.207%203.266%203.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21%201.736-3.147%203.27l-.008-.104c-.133-1.847%201.328-3.21%201.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133%203.209%201.328%205.002%201.328c2.082-.155%203.074-1.536%203.145-2.968M4.344%200c.238%204.792%203.256%207.056%206.252%207.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0%200%204.648%204.01%205.423%205.645c2.762-.15%205.196-1.947%205-4.912c0%200-4.12-.613-5%204.618C11.48%202.753%208.993%200%204.344%200M12%207.682v.002a3.68%203.68%200%200%200-2.591%201.077L4.94%2013.227a3.7%203.7%200%200%200-.86%201.356a3.3%203.3%200%200%200-.237%201.255A3.68%203.68%200%200%200%204.92%2018.45l4.464%204.466a3.7%203.7%200%200%200%202.251%201.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12%2024l-.004-.005a3.68%203.68%200%200%200%202.61-1.077l4.469-4.465a3.7%203.7%200%200%200%201.006-1.888l.012-.063a4%204%200%200%200%20.057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68%203.68%200%200%200-1.077-2.607l-4.466-4.468a3.7%203.7%200%200%200-1.564-.927l-.07-.02a3.4%203.4%200%200%200-.946-.133zm3.165%203.357c.023%201.748-1.33%203.078-1.33%204.806c.164%202.227%201.733%203.207%203.266%203.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21%201.736-3.147%203.27l-.008-.104c-.133-1.847%201.328-3.21%201.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133%203.209%201.328%205.002%201.328c2.082-.155%203.074-1.536%203.145-2.968%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%22M4.344%200c.238%204.792%203.256%207.056%206.252%207.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0%200%204.648%204.01%205.423%205.645c2.762-.15%205.196-1.947%205-4.912c0%200-4.12-.613-5%204.618C11.48%202.753%208.993%200%204.344%200M12%207.682v.002a3.68%203.68%200%200%200-2.591%201.077L4.94%2013.227a3.7%203.7%200%200%200-.86%201.356a3.3%203.3%200%200%200-.237%201.255A3.68%203.68%200%200%200%204.92%2018.45l4.464%204.466a3.7%203.7%200%200%200%202.251%201.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12%2024l-.004-.005a3.68%203.68%200%200%200%202.61-1.077l4.469-4.465a3.7%203.7%200%200%200%201.006-1.888l.012-.063a4%204%200%200%200%20.057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68%203.68%200%200%200-1.077-2.607l-4.466-4.468a3.7%203.7%200%200%200-1.564-.927l-.07-.02a3.4%203.4%200%200%200-.946-.133zm3.165%203.357c.023%201.748-1.33%203.078-1.33%204.806c.164%202.227%201.733%203.207%203.266%203.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21%201.736-3.147%203.27l-.008-.104c-.133-1.847%201.328-3.21%201.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133%203.209%201.328%205.002%201.328c2.082-.155%203.074-1.536%203.145-2.968M4.344%200c.238%204.792%203.256%207.056%206.252%207.376c.165-1.692-4.319-5.6-4.319-5.6c-.008-.011.009-.025.019-.014c0%200%204.648%204.01%205.423%205.645c2.762-.15%205.196-1.947%205-4.912c0%200-4.12-.613-5%204.618C11.48%202.753%208.993%200%204.344%200M12%207.682v.002a3.68%203.68%200%200%200-2.591%201.077L4.94%2013.227a3.7%203.7%200%200%200-.86%201.356a3.3%203.3%200%200%200-.237%201.255A3.68%203.68%200%200%200%204.92%2018.45l4.464%204.466a3.7%203.7%200%200%200%202.251%201.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12%2024l-.004-.005a3.68%203.68%200%200%200%202.61-1.077l4.469-4.465a3.7%203.7%200%200%200%201.006-1.888l.012-.063a4%204%200%200%200%20.057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68%203.68%200%200%200-1.077-2.607l-4.466-4.468a3.7%203.7%200%200%200-1.564-.927l-.07-.02a3.4%203.4%200%200%200-.946-.133zm3.165%203.357c.023%201.748-1.33%203.078-1.33%204.806c.164%202.227%201.733%203.207%203.266%203.146l-.104.009c-1.847.135-3.209-1.326-5.002-1.326c-2.23.164-3.21%201.736-3.147%203.27l-.008-.104c-.133-1.847%201.328-3.21%201.328-5.002c-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133%203.209%201.328%205.002%201.328c2.082-.155%203.074-1.536%203.145-2.968%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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