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

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

The same logo in other sets

Use the zerply logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.779 18.746c-.747.714-1.562 1.017-2.543 1.017c-1.32 0-3.322-.61-4.846-1.66c-1.629-1.119-3.765-2.237-5.562-2.271c1.323-1.798 3.39-3.628 5.322-5.798c.713-.78 4.983-5.7 5.73-6.586c.54-.645.813-1.424.813-2.205q0-.45-.101-.855c-2.035.405-3.561.601-6.001.601c-2.677.015-4.607-.314-5.73-.989c-.78 1.018-1.56 2.373-1.56 3.12c0 .948.918 1.728 3.189 1.728c.746 0 1.965-.034 3.66-.169c-3.492 4.5-6.949 8.16-9.016 10.47a4.32 4.32 0 0 0-1.121 2.881c0 .405.075.81.18 1.185a12 12 0 0 1 1.965-.179c1.395 0 2.79.299 4.081.839C11.805 21.014 14.205 24 16.921 24c2.204 0 4.065-1.741 4.065-4.036c0-.404-.061-.825-.195-1.229z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZerply(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="M20.779 18.746c-.747.714-1.562 1.017-2.543 1.017c-1.32 0-3.322-.61-4.846-1.66c-1.629-1.119-3.765-2.237-5.562-2.271c1.323-1.798 3.39-3.628 5.322-5.798c.713-.78 4.983-5.7 5.73-6.586c.54-.645.813-1.424.813-2.205q0-.45-.101-.855c-2.035.405-3.561.601-6.001.601c-2.677.015-4.607-.314-5.73-.989c-.78 1.018-1.56 2.373-1.56 3.12c0 .948.918 1.728 3.189 1.728c.746 0 1.965-.034 3.66-.169c-3.492 4.5-6.949 8.16-9.016 10.47a4.32 4.32 0 0 0-1.121 2.881c0 .405.075.81.18 1.185a12 12 0 0 1 1.965-.179c1.395 0 2.79.299 4.081.839C11.805 21.014 14.205 24 16.921 24c2.204 0 4.065-1.741 4.065-4.036c0-.404-.061-.825-.195-1.229z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.779 18.746c-.747.714-1.562 1.017-2.543 1.017c-1.32 0-3.322-.61-4.846-1.66c-1.629-1.119-3.765-2.237-5.562-2.271c1.323-1.798 3.39-3.628 5.322-5.798c.713-.78 4.983-5.7 5.73-6.586c.54-.645.813-1.424.813-2.205q0-.45-.101-.855c-2.035.405-3.561.601-6.001.601c-2.677.015-4.607-.314-5.73-.989c-.78 1.018-1.56 2.373-1.56 3.12c0 .948.918 1.728 3.189 1.728c.746 0 1.965-.034 3.66-.169c-3.492 4.5-6.949 8.16-9.016 10.47a4.32 4.32 0 0 0-1.121 2.881c0 .405.075.81.18 1.185a12 12 0 0 1 1.965-.179c1.395 0 2.79.299 4.081.839C11.805 21.014 14.205 24 16.921 24c2.204 0 4.065-1.741 4.065-4.036c0-.404-.061-.825-.195-1.229z"/></svg>
</template>

CSS

.icon-zerply {
  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%22M20.779%2018.746c-.747.714-1.562%201.017-2.543%201.017c-1.32%200-3.322-.61-4.846-1.66c-1.629-1.119-3.765-2.237-5.562-2.271c1.323-1.798%203.39-3.628%205.322-5.798c.713-.78%204.983-5.7%205.73-6.586c.54-.645.813-1.424.813-2.205q0-.45-.101-.855c-2.035.405-3.561.601-6.001.601c-2.677.015-4.607-.314-5.73-.989c-.78%201.018-1.56%202.373-1.56%203.12c0%20.948.918%201.728%203.189%201.728c.746%200%201.965-.034%203.66-.169c-3.492%204.5-6.949%208.16-9.016%2010.47a4.32%204.32%200%200%200-1.121%202.881c0%20.405.075.81.18%201.185a12%2012%200%200%201%201.965-.179c1.395%200%202.79.299%204.081.839C11.805%2021.014%2014.205%2024%2016.921%2024c2.204%200%204.065-1.741%204.065-4.036c0-.404-.061-.825-.195-1.229z%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%22M20.779%2018.746c-.747.714-1.562%201.017-2.543%201.017c-1.32%200-3.322-.61-4.846-1.66c-1.629-1.119-3.765-2.237-5.562-2.271c1.323-1.798%203.39-3.628%205.322-5.798c.713-.78%204.983-5.7%205.73-6.586c.54-.645.813-1.424.813-2.205q0-.45-.101-.855c-2.035.405-3.561.601-6.001.601c-2.677.015-4.607-.314-5.73-.989c-.78%201.018-1.56%202.373-1.56%203.12c0%20.948.918%201.728%203.189%201.728c.746%200%201.965-.034%203.66-.169c-3.492%204.5-6.949%208.16-9.016%2010.47a4.32%204.32%200%200%200-1.121%202.881c0%20.405.075.81.18%201.185a12%2012%200%200%201%201.965-.179c1.395%200%202.79.299%204.081.839C11.805%2021.014%2014.205%2024%2016.921%2024c2.204%200%204.065-1.741%204.065-4.036c0-.404-.061-.825-.195-1.229z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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