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

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

Use the zilch logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.421 6.149c3.292-2.011 6.584-4.036 9.862-6.046a.7.7 0 0 1 .83.073c1.312 1.18 2.637 2.36 3.948 3.54a.694.694 0 0 1 .175.815a1737 1737 0 0 1-4.341 9.338a.61.61 0 0 0 .408.845c1.427.335 2.855.656 4.283.991a.546.546 0 0 1 .204.976c-3.234 2.375-6.483 4.749-9.717 7.124a.99.99 0 0 1-1.136.029l-4.633-3.016a.69.69 0 0 1-.248-.888c1.326-2.812 2.666-5.623 3.992-8.421a.78.78 0 0 0-.146-.859a802 802 0 0 0-3.583-3.569c-.277-.262-.219-.729.102-.932"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZilch(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.421 6.149c3.292-2.011 6.584-4.036 9.862-6.046a.7.7 0 0 1 .83.073c1.312 1.18 2.637 2.36 3.948 3.54a.694.694 0 0 1 .175.815a1737 1737 0 0 1-4.341 9.338a.61.61 0 0 0 .408.845c1.427.335 2.855.656 4.283.991a.546.546 0 0 1 .204.976c-3.234 2.375-6.483 4.749-9.717 7.124a.99.99 0 0 1-1.136.029l-4.633-3.016a.69.69 0 0 1-.248-.888c1.326-2.812 2.666-5.623 3.992-8.421a.78.78 0 0 0-.146-.859a802 802 0 0 0-3.583-3.569c-.277-.262-.219-.729.102-.932"/></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.421 6.149c3.292-2.011 6.584-4.036 9.862-6.046a.7.7 0 0 1 .83.073c1.312 1.18 2.637 2.36 3.948 3.54a.694.694 0 0 1 .175.815a1737 1737 0 0 1-4.341 9.338a.61.61 0 0 0 .408.845c1.427.335 2.855.656 4.283.991a.546.546 0 0 1 .204.976c-3.234 2.375-6.483 4.749-9.717 7.124a.99.99 0 0 1-1.136.029l-4.633-3.016a.69.69 0 0 1-.248-.888c1.326-2.812 2.666-5.623 3.992-8.421a.78.78 0 0 0-.146-.859a802 802 0 0 0-3.583-3.569c-.277-.262-.219-.729.102-.932"/></svg>
</template>

CSS

.icon-zilch {
  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.421%206.149c3.292-2.011%206.584-4.036%209.862-6.046a.7.7%200%200%201%20.83.073c1.312%201.18%202.637%202.36%203.948%203.54a.694.694%200%200%201%20.175.815a1737%201737%200%200%201-4.341%209.338a.61.61%200%200%200%20.408.845c1.427.335%202.855.656%204.283.991a.546.546%200%200%201%20.204.976c-3.234%202.375-6.483%204.749-9.717%207.124a.99.99%200%200%201-1.136.029l-4.633-3.016a.69.69%200%200%201-.248-.888c1.326-2.812%202.666-5.623%203.992-8.421a.78.78%200%200%200-.146-.859a802%20802%200%200%200-3.583-3.569c-.277-.262-.219-.729.102-.932%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.421%206.149c3.292-2.011%206.584-4.036%209.862-6.046a.7.7%200%200%201%20.83.073c1.312%201.18%202.637%202.36%203.948%203.54a.694.694%200%200%201%20.175.815a1737%201737%200%200%201-4.341%209.338a.61.61%200%200%200%20.408.845c1.427.335%202.855.656%204.283.991a.546.546%200%200%201%20.204.976c-3.234%202.375-6.483%204.749-9.717%207.124a.99.99%200%200%201-1.136.029l-4.633-3.016a.69.69%200%200%201-.248-.888c1.326-2.812%202.666-5.623%203.992-8.421a.78.78%200%200%200-.146-.859a802%20802%200%200%200-3.583-3.569c-.277-.262-.219-.729.102-.932%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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