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

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

Use the zaim logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.748.453C6.13.453 4.852.623 4 1.047c-.51.255-1.191.765-1.446 1.784c-.256 1.019.17 1.782.51 2.122a8.3 8.3 0 0 0 2.212 1.613c-1.872.425-3.404.933-4.255 1.528C.512 8.434 0 9.028 0 10.13v9.426c0 1.104.51 1.697.936 2.037c1.533 1.103 5.449 1.953 9.96 1.953c4.513 0 8.429-.765 9.961-1.953c.511-.34 1.022-.933 1.022-2.037V10.13c0-.17 0-.424-.085-.594c.255-.085.511-.17.682-.254c.51-.255 1.19-.765 1.446-1.784c.255-1.019-.17-1.781-.51-2.206c-1.192-1.443-4.853-3.142-9.28-4.076C11.833.708 9.62.453 7.748.453m.457 1.505c1.573.023 3.548.257 5.67.703c4.853 1.103 8.514 2.887 8.259 4.075c-.256 1.189-4.427 1.273-9.195.255c-4.852-1.104-8.513-2.887-8.258-4.076c.144-.669 1.501-.987 3.524-.957m-.287 5.797c1.362.425 2.895.934 4.513 1.273c2.81.68 5.447.85 7.576.765c0 1.189-4 2.208-8.939 2.208c-4.937 0-8.938-1.02-8.938-2.208c0-.934 2.383-1.698 5.788-2.038m-4.343 5.519c1.958.51 4.513.849 7.408.849c2.894 0 5.447-.34 7.406-.849c.936.425 1.532.849 1.532 1.273c0 1.189-4 2.208-8.938 2.208s-8.94-1.02-8.94-2.208c0-.51.596-.933 1.532-1.273m0 4.754c1.958.51 4.513.85 7.408.85c2.894 0 5.447-.34 7.406-.85c.936.425 1.532.85 1.532 1.275c0 1.189-4 2.206-8.938 2.206s-8.94-1.017-8.94-2.206c0-.51.596-.935 1.532-1.275"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZaim(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="M7.748.453C6.13.453 4.852.623 4 1.047c-.51.255-1.191.765-1.446 1.784c-.256 1.019.17 1.782.51 2.122a8.3 8.3 0 0 0 2.212 1.613c-1.872.425-3.404.933-4.255 1.528C.512 8.434 0 9.028 0 10.13v9.426c0 1.104.51 1.697.936 2.037c1.533 1.103 5.449 1.953 9.96 1.953c4.513 0 8.429-.765 9.961-1.953c.511-.34 1.022-.933 1.022-2.037V10.13c0-.17 0-.424-.085-.594c.255-.085.511-.17.682-.254c.51-.255 1.19-.765 1.446-1.784c.255-1.019-.17-1.781-.51-2.206c-1.192-1.443-4.853-3.142-9.28-4.076C11.833.708 9.62.453 7.748.453m.457 1.505c1.573.023 3.548.257 5.67.703c4.853 1.103 8.514 2.887 8.259 4.075c-.256 1.189-4.427 1.273-9.195.255c-4.852-1.104-8.513-2.887-8.258-4.076c.144-.669 1.501-.987 3.524-.957m-.287 5.797c1.362.425 2.895.934 4.513 1.273c2.81.68 5.447.85 7.576.765c0 1.189-4 2.208-8.939 2.208c-4.937 0-8.938-1.02-8.938-2.208c0-.934 2.383-1.698 5.788-2.038m-4.343 5.519c1.958.51 4.513.849 7.408.849c2.894 0 5.447-.34 7.406-.849c.936.425 1.532.849 1.532 1.273c0 1.189-4 2.208-8.938 2.208s-8.94-1.02-8.94-2.208c0-.51.596-.933 1.532-1.273m0 4.754c1.958.51 4.513.85 7.408.85c2.894 0 5.447-.34 7.406-.85c.936.425 1.532.85 1.532 1.275c0 1.189-4 2.206-8.938 2.206s-8.94-1.017-8.94-2.206c0-.51.596-.935 1.532-1.275"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.748.453C6.13.453 4.852.623 4 1.047c-.51.255-1.191.765-1.446 1.784c-.256 1.019.17 1.782.51 2.122a8.3 8.3 0 0 0 2.212 1.613c-1.872.425-3.404.933-4.255 1.528C.512 8.434 0 9.028 0 10.13v9.426c0 1.104.51 1.697.936 2.037c1.533 1.103 5.449 1.953 9.96 1.953c4.513 0 8.429-.765 9.961-1.953c.511-.34 1.022-.933 1.022-2.037V10.13c0-.17 0-.424-.085-.594c.255-.085.511-.17.682-.254c.51-.255 1.19-.765 1.446-1.784c.255-1.019-.17-1.781-.51-2.206c-1.192-1.443-4.853-3.142-9.28-4.076C11.833.708 9.62.453 7.748.453m.457 1.505c1.573.023 3.548.257 5.67.703c4.853 1.103 8.514 2.887 8.259 4.075c-.256 1.189-4.427 1.273-9.195.255c-4.852-1.104-8.513-2.887-8.258-4.076c.144-.669 1.501-.987 3.524-.957m-.287 5.797c1.362.425 2.895.934 4.513 1.273c2.81.68 5.447.85 7.576.765c0 1.189-4 2.208-8.939 2.208c-4.937 0-8.938-1.02-8.938-2.208c0-.934 2.383-1.698 5.788-2.038m-4.343 5.519c1.958.51 4.513.849 7.408.849c2.894 0 5.447-.34 7.406-.849c.936.425 1.532.849 1.532 1.273c0 1.189-4 2.208-8.938 2.208s-8.94-1.02-8.94-2.208c0-.51.596-.933 1.532-1.273m0 4.754c1.958.51 4.513.85 7.408.85c2.894 0 5.447-.34 7.406-.85c.936.425 1.532.85 1.532 1.275c0 1.189-4 2.206-8.938 2.206s-8.94-1.017-8.94-2.206c0-.51.596-.935 1.532-1.275"/></svg>
</template>

CSS

.icon-zaim {
  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%22M7.748.453C6.13.453%204.852.623%204%201.047c-.51.255-1.191.765-1.446%201.784c-.256%201.019.17%201.782.51%202.122a8.3%208.3%200%200%200%202.212%201.613c-1.872.425-3.404.933-4.255%201.528C.512%208.434%200%209.028%200%2010.13v9.426c0%201.104.51%201.697.936%202.037c1.533%201.103%205.449%201.953%209.96%201.953c4.513%200%208.429-.765%209.961-1.953c.511-.34%201.022-.933%201.022-2.037V10.13c0-.17%200-.424-.085-.594c.255-.085.511-.17.682-.254c.51-.255%201.19-.765%201.446-1.784c.255-1.019-.17-1.781-.51-2.206c-1.192-1.443-4.853-3.142-9.28-4.076C11.833.708%209.62.453%207.748.453m.457%201.505c1.573.023%203.548.257%205.67.703c4.853%201.103%208.514%202.887%208.259%204.075c-.256%201.189-4.427%201.273-9.195.255c-4.852-1.104-8.513-2.887-8.258-4.076c.144-.669%201.501-.987%203.524-.957m-.287%205.797c1.362.425%202.895.934%204.513%201.273c2.81.68%205.447.85%207.576.765c0%201.189-4%202.208-8.939%202.208c-4.937%200-8.938-1.02-8.938-2.208c0-.934%202.383-1.698%205.788-2.038m-4.343%205.519c1.958.51%204.513.849%207.408.849c2.894%200%205.447-.34%207.406-.849c.936.425%201.532.849%201.532%201.273c0%201.189-4%202.208-8.938%202.208s-8.94-1.02-8.94-2.208c0-.51.596-.933%201.532-1.273m0%204.754c1.958.51%204.513.85%207.408.85c2.894%200%205.447-.34%207.406-.85c.936.425%201.532.85%201.532%201.275c0%201.189-4%202.206-8.938%202.206s-8.94-1.017-8.94-2.206c0-.51.596-.935%201.532-1.275%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%22M7.748.453C6.13.453%204.852.623%204%201.047c-.51.255-1.191.765-1.446%201.784c-.256%201.019.17%201.782.51%202.122a8.3%208.3%200%200%200%202.212%201.613c-1.872.425-3.404.933-4.255%201.528C.512%208.434%200%209.028%200%2010.13v9.426c0%201.104.51%201.697.936%202.037c1.533%201.103%205.449%201.953%209.96%201.953c4.513%200%208.429-.765%209.961-1.953c.511-.34%201.022-.933%201.022-2.037V10.13c0-.17%200-.424-.085-.594c.255-.085.511-.17.682-.254c.51-.255%201.19-.765%201.446-1.784c.255-1.019-.17-1.781-.51-2.206c-1.192-1.443-4.853-3.142-9.28-4.076C11.833.708%209.62.453%207.748.453m.457%201.505c1.573.023%203.548.257%205.67.703c4.853%201.103%208.514%202.887%208.259%204.075c-.256%201.189-4.427%201.273-9.195.255c-4.852-1.104-8.513-2.887-8.258-4.076c.144-.669%201.501-.987%203.524-.957m-.287%205.797c1.362.425%202.895.934%204.513%201.273c2.81.68%205.447.85%207.576.765c0%201.189-4%202.208-8.939%202.208c-4.937%200-8.938-1.02-8.938-2.208c0-.934%202.383-1.698%205.788-2.038m-4.343%205.519c1.958.51%204.513.849%207.408.849c2.894%200%205.447-.34%207.406-.849c.936.425%201.532.849%201.532%201.273c0%201.189-4%202.208-8.938%202.208s-8.94-1.02-8.94-2.208c0-.51.596-.933%201.532-1.273m0%204.754c1.958.51%204.513.85%207.408.85c2.894%200%205.447-.34%207.406-.85c.936.425%201.532.85%201.532%201.275c0%201.189-4%202.206-8.938%202.206s-8.94-1.017-8.94-2.206c0-.51.596-.935%201.532-1.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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