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

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

Use the zensar logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.929 13.776c.28.084 1.01.205 1.662.205c1.047 0 1.64-.463 1.64-1.283c0-.683-.464-1.01-1.412-1.29c-.73-.213-1.04-.319-1.04-.653c0-.38.334-.562.744-.554c.561.008 1.062.425 1.336 1.131h.129v-1.131a8 8 0 0 0-1.412-.167c-1.07 0-1.678.47-1.678 1.23c0 .615.41.979 1.313 1.237c.896.258 1.177.364 1.177.744c0 .341-.364.57-.82.57c-.721 0-1.275-.54-1.518-1.284h-.121zm-1.911-3.72c-.4 0-.847.207-1.253.651v-.597H8.023v.144c.418 0 .6.213.6.524v3.127H9.78v-2.974c.243-.253.495-.343.66-.343c.32 0 .564.205.564.623v2.694h1.166v-2.694c0-.699-.378-1.154-1.152-1.154zm-5.606 1.921v.228c0 .88.402 1.412 1.161 1.412c.501 0 .88-.243 1.154-.615l.137.083c-.334.585-.934.896-1.678.896c-1.427 0-2.11-.804-2.11-2.027c0-1.199.835-1.935 2.004-1.935c1.177 0 1.807.698 1.807 1.73v.228zm.463-1.768a1 1 0 0 0-.463.107v1.464h1.192v-.767c0-.508-.243-.804-.729-.804m14.5 1.077v2.62H19.13v-.433a1.72 1.72 0 0 1-1.214.508c-.73 0-1.185-.417-1.185-.964s.365-.804.767-.934l1.617-.53v-.57c0-.494-.25-.774-.706-.774c-.15 0-.271.018-.387.05v1.08a1.5 1.5 0 0 1-.516.084c-.38 0-.623-.22-.623-.524c0-.561.79-.865 1.754-.865c1.01 0 1.738.342 1.738 1.252m-1.822 2.194a.77.77 0 0 0 .562-.213v-1.51l-1.1.367v.711c0 .425.181.645.538.645M3.681 10.21v-.099H.121v1.48h.13c.106-.645.645-1.328 1.54-1.328v1.746L0 13.807v.098h3.651V12.35h-.129c-.114.653-.698 1.404-1.624 1.404v-1.745l1.783-1.8zM24 10.042v1.1h-.66c-.384 0-.682.058-.866.403v2.36h-1.157v-3.127c0-.311-.182-.524-.6-.524v-.144h1.742v1.146c.37-.83.795-1.214 1.366-1.214z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZensar(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="M12.929 13.776c.28.084 1.01.205 1.662.205c1.047 0 1.64-.463 1.64-1.283c0-.683-.464-1.01-1.412-1.29c-.73-.213-1.04-.319-1.04-.653c0-.38.334-.562.744-.554c.561.008 1.062.425 1.336 1.131h.129v-1.131a8 8 0 0 0-1.412-.167c-1.07 0-1.678.47-1.678 1.23c0 .615.41.979 1.313 1.237c.896.258 1.177.364 1.177.744c0 .341-.364.57-.82.57c-.721 0-1.275-.54-1.518-1.284h-.121zm-1.911-3.72c-.4 0-.847.207-1.253.651v-.597H8.023v.144c.418 0 .6.213.6.524v3.127H9.78v-2.974c.243-.253.495-.343.66-.343c.32 0 .564.205.564.623v2.694h1.166v-2.694c0-.699-.378-1.154-1.152-1.154zm-5.606 1.921v.228c0 .88.402 1.412 1.161 1.412c.501 0 .88-.243 1.154-.615l.137.083c-.334.585-.934.896-1.678.896c-1.427 0-2.11-.804-2.11-2.027c0-1.199.835-1.935 2.004-1.935c1.177 0 1.807.698 1.807 1.73v.228zm.463-1.768a1 1 0 0 0-.463.107v1.464h1.192v-.767c0-.508-.243-.804-.729-.804m14.5 1.077v2.62H19.13v-.433a1.72 1.72 0 0 1-1.214.508c-.73 0-1.185-.417-1.185-.964s.365-.804.767-.934l1.617-.53v-.57c0-.494-.25-.774-.706-.774c-.15 0-.271.018-.387.05v1.08a1.5 1.5 0 0 1-.516.084c-.38 0-.623-.22-.623-.524c0-.561.79-.865 1.754-.865c1.01 0 1.738.342 1.738 1.252m-1.822 2.194a.77.77 0 0 0 .562-.213v-1.51l-1.1.367v.711c0 .425.181.645.538.645M3.681 10.21v-.099H.121v1.48h.13c.106-.645.645-1.328 1.54-1.328v1.746L0 13.807v.098h3.651V12.35h-.129c-.114.653-.698 1.404-1.624 1.404v-1.745l1.783-1.8zM24 10.042v1.1h-.66c-.384 0-.682.058-.866.403v2.36h-1.157v-3.127c0-.311-.182-.524-.6-.524v-.144h1.742v1.146c.37-.83.795-1.214 1.366-1.214z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.929 13.776c.28.084 1.01.205 1.662.205c1.047 0 1.64-.463 1.64-1.283c0-.683-.464-1.01-1.412-1.29c-.73-.213-1.04-.319-1.04-.653c0-.38.334-.562.744-.554c.561.008 1.062.425 1.336 1.131h.129v-1.131a8 8 0 0 0-1.412-.167c-1.07 0-1.678.47-1.678 1.23c0 .615.41.979 1.313 1.237c.896.258 1.177.364 1.177.744c0 .341-.364.57-.82.57c-.721 0-1.275-.54-1.518-1.284h-.121zm-1.911-3.72c-.4 0-.847.207-1.253.651v-.597H8.023v.144c.418 0 .6.213.6.524v3.127H9.78v-2.974c.243-.253.495-.343.66-.343c.32 0 .564.205.564.623v2.694h1.166v-2.694c0-.699-.378-1.154-1.152-1.154zm-5.606 1.921v.228c0 .88.402 1.412 1.161 1.412c.501 0 .88-.243 1.154-.615l.137.083c-.334.585-.934.896-1.678.896c-1.427 0-2.11-.804-2.11-2.027c0-1.199.835-1.935 2.004-1.935c1.177 0 1.807.698 1.807 1.73v.228zm.463-1.768a1 1 0 0 0-.463.107v1.464h1.192v-.767c0-.508-.243-.804-.729-.804m14.5 1.077v2.62H19.13v-.433a1.72 1.72 0 0 1-1.214.508c-.73 0-1.185-.417-1.185-.964s.365-.804.767-.934l1.617-.53v-.57c0-.494-.25-.774-.706-.774c-.15 0-.271.018-.387.05v1.08a1.5 1.5 0 0 1-.516.084c-.38 0-.623-.22-.623-.524c0-.561.79-.865 1.754-.865c1.01 0 1.738.342 1.738 1.252m-1.822 2.194a.77.77 0 0 0 .562-.213v-1.51l-1.1.367v.711c0 .425.181.645.538.645M3.681 10.21v-.099H.121v1.48h.13c.106-.645.645-1.328 1.54-1.328v1.746L0 13.807v.098h3.651V12.35h-.129c-.114.653-.698 1.404-1.624 1.404v-1.745l1.783-1.8zM24 10.042v1.1h-.66c-.384 0-.682.058-.866.403v2.36h-1.157v-3.127c0-.311-.182-.524-.6-.524v-.144h1.742v1.146c.37-.83.795-1.214 1.366-1.214z"/></svg>
</template>

CSS

.icon-zensar {
  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%22M12.929%2013.776c.28.084%201.01.205%201.662.205c1.047%200%201.64-.463%201.64-1.283c0-.683-.464-1.01-1.412-1.29c-.73-.213-1.04-.319-1.04-.653c0-.38.334-.562.744-.554c.561.008%201.062.425%201.336%201.131h.129v-1.131a8%208%200%200%200-1.412-.167c-1.07%200-1.678.47-1.678%201.23c0%20.615.41.979%201.313%201.237c.896.258%201.177.364%201.177.744c0%20.341-.364.57-.82.57c-.721%200-1.275-.54-1.518-1.284h-.121zm-1.911-3.72c-.4%200-.847.207-1.253.651v-.597H8.023v.144c.418%200%20.6.213.6.524v3.127H9.78v-2.974c.243-.253.495-.343.66-.343c.32%200%20.564.205.564.623v2.694h1.166v-2.694c0-.699-.378-1.154-1.152-1.154zm-5.606%201.921v.228c0%20.88.402%201.412%201.161%201.412c.501%200%20.88-.243%201.154-.615l.137.083c-.334.585-.934.896-1.678.896c-1.427%200-2.11-.804-2.11-2.027c0-1.199.835-1.935%202.004-1.935c1.177%200%201.807.698%201.807%201.73v.228zm.463-1.768a1%201%200%200%200-.463.107v1.464h1.192v-.767c0-.508-.243-.804-.729-.804m14.5%201.077v2.62H19.13v-.433a1.72%201.72%200%200%201-1.214.508c-.73%200-1.185-.417-1.185-.964s.365-.804.767-.934l1.617-.53v-.57c0-.494-.25-.774-.706-.774c-.15%200-.271.018-.387.05v1.08a1.5%201.5%200%200%201-.516.084c-.38%200-.623-.22-.623-.524c0-.561.79-.865%201.754-.865c1.01%200%201.738.342%201.738%201.252m-1.822%202.194a.77.77%200%200%200%20.562-.213v-1.51l-1.1.367v.711c0%20.425.181.645.538.645M3.681%2010.21v-.099H.121v1.48h.13c.106-.645.645-1.328%201.54-1.328v1.746L0%2013.807v.098h3.651V12.35h-.129c-.114.653-.698%201.404-1.624%201.404v-1.745l1.783-1.8zM24%2010.042v1.1h-.66c-.384%200-.682.058-.866.403v2.36h-1.157v-3.127c0-.311-.182-.524-.6-.524v-.144h1.742v1.146c.37-.83.795-1.214%201.366-1.214z%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%22M12.929%2013.776c.28.084%201.01.205%201.662.205c1.047%200%201.64-.463%201.64-1.283c0-.683-.464-1.01-1.412-1.29c-.73-.213-1.04-.319-1.04-.653c0-.38.334-.562.744-.554c.561.008%201.062.425%201.336%201.131h.129v-1.131a8%208%200%200%200-1.412-.167c-1.07%200-1.678.47-1.678%201.23c0%20.615.41.979%201.313%201.237c.896.258%201.177.364%201.177.744c0%20.341-.364.57-.82.57c-.721%200-1.275-.54-1.518-1.284h-.121zm-1.911-3.72c-.4%200-.847.207-1.253.651v-.597H8.023v.144c.418%200%20.6.213.6.524v3.127H9.78v-2.974c.243-.253.495-.343.66-.343c.32%200%20.564.205.564.623v2.694h1.166v-2.694c0-.699-.378-1.154-1.152-1.154zm-5.606%201.921v.228c0%20.88.402%201.412%201.161%201.412c.501%200%20.88-.243%201.154-.615l.137.083c-.334.585-.934.896-1.678.896c-1.427%200-2.11-.804-2.11-2.027c0-1.199.835-1.935%202.004-1.935c1.177%200%201.807.698%201.807%201.73v.228zm.463-1.768a1%201%200%200%200-.463.107v1.464h1.192v-.767c0-.508-.243-.804-.729-.804m14.5%201.077v2.62H19.13v-.433a1.72%201.72%200%200%201-1.214.508c-.73%200-1.185-.417-1.185-.964s.365-.804.767-.934l1.617-.53v-.57c0-.494-.25-.774-.706-.774c-.15%200-.271.018-.387.05v1.08a1.5%201.5%200%200%201-.516.084c-.38%200-.623-.22-.623-.524c0-.561.79-.865%201.754-.865c1.01%200%201.738.342%201.738%201.252m-1.822%202.194a.77.77%200%200%200%20.562-.213v-1.51l-1.1.367v.711c0%20.425.181.645.538.645M3.681%2010.21v-.099H.121v1.48h.13c.106-.645.645-1.328%201.54-1.328v1.746L0%2013.807v.098h3.651V12.35h-.129c-.114.653-.698%201.404-1.624%201.404v-1.745l1.783-1.8zM24%2010.042v1.1h-.66c-.384%200-.682.058-.866.403v2.36h-1.157v-3.127c0-.311-.182-.524-.6-.524v-.144h1.742v1.146c.37-.83.795-1.214%201.366-1.214z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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