zingat logo
zingat from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- zingat
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the zingat logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.995 24q-.347-.429-.687-.856a83 83 0 0 1-4.373-6.027a39 39 0 0 1-2.498-4.335c-.44-.88-.792-1.801-1.052-2.749a6.2 6.2 0 0 1-.159-2.168a8.4 8.4 0 0 1 1.85-4.557A8.7 8.7 0 0 1 9.906.249a8.6 8.6 0 0 1 2.365-.243c1.955.07 3.715.693 5.251 1.909a8.5 8.5 0 0 1 2.944 4.336c.25.831.364 1.696.337 2.562a6.7 6.7 0 0 1-.376 1.856c-.385 1.179-.919 2.29-1.517 3.374c-.302.551-.624 1.088-.938 1.628l-.035.056a.99.99 0 0 1-.904.604a.985.985 0 0 1-.97-.83a1.3 1.3 0 0 1-.016-.202v-4.832a.3.3 0 0 0-.135-.275c-.526-.39-1.044-.792-1.564-1.189l-2.269-1.734a.103.103 0 0 0-.143-.006l-.006.006l-3.825 2.92a.981.981 0 0 1-1.23-1.53l.025-.018c.184-.144.368-.288.562-.428a.17.17 0 0 0 .076-.152V5.737a.986.986 0 0 1 .95-1.23c.534 0 .976.437.981.971q.033.13.035.263l-.001.915l1.274-.972q.316-.244.633-.486a.966.966 0 0 1 1.168-.007q2.429 1.841 4.858 3.688q.215.156.394.352a.84.84 0 0 1 .184.561v1.647q.236-.524.437-1.065q.186-.464.304-.95c.11-.486.093-.983.048-1.477a5 5 0 0 0-.086-.678a7 7 0 0 0-.276-.884a6.8 6.8 0 0 0-.926-1.71c-.954-1.237-2.208-2.045-3.694-2.494a4.4 4.4 0 0 0-.944-.164q-.675-.042-1.35-.031c-.873 0-1.681.259-2.469.62a6.95 6.95 0 0 0-2.649 2.166c-.393.517-.656 1.108-.901 1.713a5.2 5.2 0 0 0-.329 1.642c-.028.452-.037.904.069 1.344q.134.514.334 1.005c.538 1.392 1.244 2.701 2.008 3.98a64 64 0 0 0 4.378 6.355c.187-.159.342-.352.488-.552q.828-1.126 1.648-2.256c.174-.241.368-.449.675-.527a.976.976 0 0 1 1.196.804a1 1 0 0 1-.211.754c-.778 1.058-1.55 2.12-2.339 3.168c-.441.586-.908 1.152-1.364 1.725zm.027-13.788h.81a1.03 1.03 0 0 1 1.018 1.022v1.621c0 .56-.461 1.021-1.021 1.021h-1.607a1.03 1.03 0 0 1-1.041-1.004v-1.614a1.027 1.027 0 0 1 .997-1.046zm.869 1.837v-.778c0-.074-.026-.104-.101-.104h-1.54c-.082 0-.105.032-.105.11v1.525c0 .08.027.109.107.109h1.528c.086 0 .113-.033.112-.117c-.009-.242 0-.492 0-.74l-.002-.005z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsZingat(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="M11.995 24q-.347-.429-.687-.856a83 83 0 0 1-4.373-6.027a39 39 0 0 1-2.498-4.335c-.44-.88-.792-1.801-1.052-2.749a6.2 6.2 0 0 1-.159-2.168a8.4 8.4 0 0 1 1.85-4.557A8.7 8.7 0 0 1 9.906.249a8.6 8.6 0 0 1 2.365-.243c1.955.07 3.715.693 5.251 1.909a8.5 8.5 0 0 1 2.944 4.336c.25.831.364 1.696.337 2.562a6.7 6.7 0 0 1-.376 1.856c-.385 1.179-.919 2.29-1.517 3.374c-.302.551-.624 1.088-.938 1.628l-.035.056a.99.99 0 0 1-.904.604a.985.985 0 0 1-.97-.83a1.3 1.3 0 0 1-.016-.202v-4.832a.3.3 0 0 0-.135-.275c-.526-.39-1.044-.792-1.564-1.189l-2.269-1.734a.103.103 0 0 0-.143-.006l-.006.006l-3.825 2.92a.981.981 0 0 1-1.23-1.53l.025-.018c.184-.144.368-.288.562-.428a.17.17 0 0 0 .076-.152V5.737a.986.986 0 0 1 .95-1.23c.534 0 .976.437.981.971q.033.13.035.263l-.001.915l1.274-.972q.316-.244.633-.486a.966.966 0 0 1 1.168-.007q2.429 1.841 4.858 3.688q.215.156.394.352a.84.84 0 0 1 .184.561v1.647q.236-.524.437-1.065q.186-.464.304-.95c.11-.486.093-.983.048-1.477a5 5 0 0 0-.086-.678a7 7 0 0 0-.276-.884a6.8 6.8 0 0 0-.926-1.71c-.954-1.237-2.208-2.045-3.694-2.494a4.4 4.4 0 0 0-.944-.164q-.675-.042-1.35-.031c-.873 0-1.681.259-2.469.62a6.95 6.95 0 0 0-2.649 2.166c-.393.517-.656 1.108-.901 1.713a5.2 5.2 0 0 0-.329 1.642c-.028.452-.037.904.069 1.344q.134.514.334 1.005c.538 1.392 1.244 2.701 2.008 3.98a64 64 0 0 0 4.378 6.355c.187-.159.342-.352.488-.552q.828-1.126 1.648-2.256c.174-.241.368-.449.675-.527a.976.976 0 0 1 1.196.804a1 1 0 0 1-.211.754c-.778 1.058-1.55 2.12-2.339 3.168c-.441.586-.908 1.152-1.364 1.725zm.027-13.788h.81a1.03 1.03 0 0 1 1.018 1.022v1.621c0 .56-.461 1.021-1.021 1.021h-1.607a1.03 1.03 0 0 1-1.041-1.004v-1.614a1.027 1.027 0 0 1 .997-1.046zm.869 1.837v-.778c0-.074-.026-.104-.101-.104h-1.54c-.082 0-.105.032-.105.11v1.525c0 .08.027.109.107.109h1.528c.086 0 .113-.033.112-.117c-.009-.242 0-.492 0-.74l-.002-.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.995 24q-.347-.429-.687-.856a83 83 0 0 1-4.373-6.027a39 39 0 0 1-2.498-4.335c-.44-.88-.792-1.801-1.052-2.749a6.2 6.2 0 0 1-.159-2.168a8.4 8.4 0 0 1 1.85-4.557A8.7 8.7 0 0 1 9.906.249a8.6 8.6 0 0 1 2.365-.243c1.955.07 3.715.693 5.251 1.909a8.5 8.5 0 0 1 2.944 4.336c.25.831.364 1.696.337 2.562a6.7 6.7 0 0 1-.376 1.856c-.385 1.179-.919 2.29-1.517 3.374c-.302.551-.624 1.088-.938 1.628l-.035.056a.99.99 0 0 1-.904.604a.985.985 0 0 1-.97-.83a1.3 1.3 0 0 1-.016-.202v-4.832a.3.3 0 0 0-.135-.275c-.526-.39-1.044-.792-1.564-1.189l-2.269-1.734a.103.103 0 0 0-.143-.006l-.006.006l-3.825 2.92a.981.981 0 0 1-1.23-1.53l.025-.018c.184-.144.368-.288.562-.428a.17.17 0 0 0 .076-.152V5.737a.986.986 0 0 1 .95-1.23c.534 0 .976.437.981.971q.033.13.035.263l-.001.915l1.274-.972q.316-.244.633-.486a.966.966 0 0 1 1.168-.007q2.429 1.841 4.858 3.688q.215.156.394.352a.84.84 0 0 1 .184.561v1.647q.236-.524.437-1.065q.186-.464.304-.95c.11-.486.093-.983.048-1.477a5 5 0 0 0-.086-.678a7 7 0 0 0-.276-.884a6.8 6.8 0 0 0-.926-1.71c-.954-1.237-2.208-2.045-3.694-2.494a4.4 4.4 0 0 0-.944-.164q-.675-.042-1.35-.031c-.873 0-1.681.259-2.469.62a6.95 6.95 0 0 0-2.649 2.166c-.393.517-.656 1.108-.901 1.713a5.2 5.2 0 0 0-.329 1.642c-.028.452-.037.904.069 1.344q.134.514.334 1.005c.538 1.392 1.244 2.701 2.008 3.98a64 64 0 0 0 4.378 6.355c.187-.159.342-.352.488-.552q.828-1.126 1.648-2.256c.174-.241.368-.449.675-.527a.976.976 0 0 1 1.196.804a1 1 0 0 1-.211.754c-.778 1.058-1.55 2.12-2.339 3.168c-.441.586-.908 1.152-1.364 1.725zm.027-13.788h.81a1.03 1.03 0 0 1 1.018 1.022v1.621c0 .56-.461 1.021-1.021 1.021h-1.607a1.03 1.03 0 0 1-1.041-1.004v-1.614a1.027 1.027 0 0 1 .997-1.046zm.869 1.837v-.778c0-.074-.026-.104-.101-.104h-1.54c-.082 0-.105.032-.105.11v1.525c0 .08.027.109.107.109h1.528c.086 0 .113-.033.112-.117c-.009-.242 0-.492 0-.74l-.002-.005z"/></svg> </template>
CSS
.icon-zingat {
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%22M11.995%2024q-.347-.429-.687-.856a83%2083%200%200%201-4.373-6.027a39%2039%200%200%201-2.498-4.335c-.44-.88-.792-1.801-1.052-2.749a6.2%206.2%200%200%201-.159-2.168a8.4%208.4%200%200%201%201.85-4.557A8.7%208.7%200%200%201%209.906.249a8.6%208.6%200%200%201%202.365-.243c1.955.07%203.715.693%205.251%201.909a8.5%208.5%200%200%201%202.944%204.336c.25.831.364%201.696.337%202.562a6.7%206.7%200%200%201-.376%201.856c-.385%201.179-.919%202.29-1.517%203.374c-.302.551-.624%201.088-.938%201.628l-.035.056a.99.99%200%200%201-.904.604a.985.985%200%200%201-.97-.83a1.3%201.3%200%200%201-.016-.202v-4.832a.3.3%200%200%200-.135-.275c-.526-.39-1.044-.792-1.564-1.189l-2.269-1.734a.103.103%200%200%200-.143-.006l-.006.006l-3.825%202.92a.981.981%200%200%201-1.23-1.53l.025-.018c.184-.144.368-.288.562-.428a.17.17%200%200%200%20.076-.152V5.737a.986.986%200%200%201%20.95-1.23c.534%200%20.976.437.981.971q.033.13.035.263l-.001.915l1.274-.972q.316-.244.633-.486a.966.966%200%200%201%201.168-.007q2.429%201.841%204.858%203.688q.215.156.394.352a.84.84%200%200%201%20.184.561v1.647q.236-.524.437-1.065q.186-.464.304-.95c.11-.486.093-.983.048-1.477a5%205%200%200%200-.086-.678a7%207%200%200%200-.276-.884a6.8%206.8%200%200%200-.926-1.71c-.954-1.237-2.208-2.045-3.694-2.494a4.4%204.4%200%200%200-.944-.164q-.675-.042-1.35-.031c-.873%200-1.681.259-2.469.62a6.95%206.95%200%200%200-2.649%202.166c-.393.517-.656%201.108-.901%201.713a5.2%205.2%200%200%200-.329%201.642c-.028.452-.037.904.069%201.344q.134.514.334%201.005c.538%201.392%201.244%202.701%202.008%203.98a64%2064%200%200%200%204.378%206.355c.187-.159.342-.352.488-.552q.828-1.126%201.648-2.256c.174-.241.368-.449.675-.527a.976.976%200%200%201%201.196.804a1%201%200%200%201-.211.754c-.778%201.058-1.55%202.12-2.339%203.168c-.441.586-.908%201.152-1.364%201.725zm.027-13.788h.81a1.03%201.03%200%200%201%201.018%201.022v1.621c0%20.56-.461%201.021-1.021%201.021h-1.607a1.03%201.03%200%200%201-1.041-1.004v-1.614a1.027%201.027%200%200%201%20.997-1.046zm.869%201.837v-.778c0-.074-.026-.104-.101-.104h-1.54c-.082%200-.105.032-.105.11v1.525c0%20.08.027.109.107.109h1.528c.086%200%20.113-.033.112-.117c-.009-.242%200-.492%200-.74l-.002-.005z%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%22M11.995%2024q-.347-.429-.687-.856a83%2083%200%200%201-4.373-6.027a39%2039%200%200%201-2.498-4.335c-.44-.88-.792-1.801-1.052-2.749a6.2%206.2%200%200%201-.159-2.168a8.4%208.4%200%200%201%201.85-4.557A8.7%208.7%200%200%201%209.906.249a8.6%208.6%200%200%201%202.365-.243c1.955.07%203.715.693%205.251%201.909a8.5%208.5%200%200%201%202.944%204.336c.25.831.364%201.696.337%202.562a6.7%206.7%200%200%201-.376%201.856c-.385%201.179-.919%202.29-1.517%203.374c-.302.551-.624%201.088-.938%201.628l-.035.056a.99.99%200%200%201-.904.604a.985.985%200%200%201-.97-.83a1.3%201.3%200%200%201-.016-.202v-4.832a.3.3%200%200%200-.135-.275c-.526-.39-1.044-.792-1.564-1.189l-2.269-1.734a.103.103%200%200%200-.143-.006l-.006.006l-3.825%202.92a.981.981%200%200%201-1.23-1.53l.025-.018c.184-.144.368-.288.562-.428a.17.17%200%200%200%20.076-.152V5.737a.986.986%200%200%201%20.95-1.23c.534%200%20.976.437.981.971q.033.13.035.263l-.001.915l1.274-.972q.316-.244.633-.486a.966.966%200%200%201%201.168-.007q2.429%201.841%204.858%203.688q.215.156.394.352a.84.84%200%200%201%20.184.561v1.647q.236-.524.437-1.065q.186-.464.304-.95c.11-.486.093-.983.048-1.477a5%205%200%200%200-.086-.678a7%207%200%200%200-.276-.884a6.8%206.8%200%200%200-.926-1.71c-.954-1.237-2.208-2.045-3.694-2.494a4.4%204.4%200%200%200-.944-.164q-.675-.042-1.35-.031c-.873%200-1.681.259-2.469.62a6.95%206.95%200%200%200-2.649%202.166c-.393.517-.656%201.108-.901%201.713a5.2%205.2%200%200%200-.329%201.642c-.028.452-.037.904.069%201.344q.134.514.334%201.005c.538%201.392%201.244%202.701%202.008%203.98a64%2064%200%200%200%204.378%206.355c.187-.159.342-.352.488-.552q.828-1.126%201.648-2.256c.174-.241.368-.449.675-.527a.976.976%200%200%201%201.196.804a1%201%200%200%201-.211.754c-.778%201.058-1.55%202.12-2.339%203.168c-.441.586-.908%201.152-1.364%201.725zm.027-13.788h.81a1.03%201.03%200%200%201%201.018%201.022v1.621c0%20.56-.461%201.021-1.021%201.021h-1.607a1.03%201.03%200%200%201-1.041-1.004v-1.614a1.027%201.027%200%200%201%20.997-1.046zm.869%201.837v-.778c0-.074-.026-.104-.101-.104h-1.54c-.082%200-.105.032-.105.11v1.525c0%20.08.027.109.107.109h1.528c.086%200%20.113-.033.112-.117c-.009-.242%200-.492%200-.74l-.002-.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/zingat.svg?color=%231a73e8&size=48