zerply logo
zerply from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- zerply
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M27.703 24.995c-.995.953-2.077 1.355-3.391 1.355c-1.76 0-4.427-.813-6.457-2.213c-2.172-1.491-5.021-2.98-7.417-3.027c1.765-2.396 4.521-4.839 7.093-7.729c.953-1.041 6.647-7.599 7.641-8.781a4.55 4.55 0 0 0 1.083-2.943q.002-.602-.129-1.14c-2.713.541-4.751.801-8.005.801c-3.568.021-6.141-.416-7.641-1.317c-1.036 1.36-2.077 3.161-2.077 4.161c0 1.26 1.224 2.303 4.249 2.303c.995 0 2.62-.048 4.88-.224c-4.656 6-9.265 10.88-12.02 13.957a5.8 5.8 0 0 0-1.495 3.844c0 .537.104 1.079.239 1.579c.865-.141 1.724-.24 2.62-.24c1.865 0 3.724.401 5.443 1.12c3.423 1.521 6.62 5.5 10.245 5.5c2.937 0 5.416-2.323 5.416-5.38c0-.541-.077-1.099-.26-1.641z"/></svg>
React
import type { SVGProps } from "react";
export function CibZerply(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.703 24.995c-.995.953-2.077 1.355-3.391 1.355c-1.76 0-4.427-.813-6.457-2.213c-2.172-1.491-5.021-2.98-7.417-3.027c1.765-2.396 4.521-4.839 7.093-7.729c.953-1.041 6.647-7.599 7.641-8.781a4.55 4.55 0 0 0 1.083-2.943q.002-.602-.129-1.14c-2.713.541-4.751.801-8.005.801c-3.568.021-6.141-.416-7.641-1.317c-1.036 1.36-2.077 3.161-2.077 4.161c0 1.26 1.224 2.303 4.249 2.303c.995 0 2.62-.048 4.88-.224c-4.656 6-9.265 10.88-12.02 13.957a5.8 5.8 0 0 0-1.495 3.844c0 .537.104 1.079.239 1.579c.865-.141 1.724-.24 2.62-.24c1.865 0 3.724.401 5.443 1.12c3.423 1.521 6.62 5.5 10.245 5.5c2.937 0 5.416-2.323 5.416-5.38c0-.541-.077-1.099-.26-1.641z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.703 24.995c-.995.953-2.077 1.355-3.391 1.355c-1.76 0-4.427-.813-6.457-2.213c-2.172-1.491-5.021-2.98-7.417-3.027c1.765-2.396 4.521-4.839 7.093-7.729c.953-1.041 6.647-7.599 7.641-8.781a4.55 4.55 0 0 0 1.083-2.943q.002-.602-.129-1.14c-2.713.541-4.751.801-8.005.801c-3.568.021-6.141-.416-7.641-1.317c-1.036 1.36-2.077 3.161-2.077 4.161c0 1.26 1.224 2.303 4.249 2.303c.995 0 2.62-.048 4.88-.224c-4.656 6-9.265 10.88-12.02 13.957a5.8 5.8 0 0 0-1.495 3.844c0 .537.104 1.079.239 1.579c.865-.141 1.724-.24 2.62-.24c1.865 0 3.724.401 5.443 1.12c3.423 1.521 6.62 5.5 10.245 5.5c2.937 0 5.416-2.323 5.416-5.38c0-.541-.077-1.099-.26-1.641z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.703%2024.995c-.995.953-2.077%201.355-3.391%201.355c-1.76%200-4.427-.813-6.457-2.213c-2.172-1.491-5.021-2.98-7.417-3.027c1.765-2.396%204.521-4.839%207.093-7.729c.953-1.041%206.647-7.599%207.641-8.781a4.55%204.55%200%200%200%201.083-2.943q.002-.602-.129-1.14c-2.713.541-4.751.801-8.005.801c-3.568.021-6.141-.416-7.641-1.317c-1.036%201.36-2.077%203.161-2.077%204.161c0%201.26%201.224%202.303%204.249%202.303c.995%200%202.62-.048%204.88-.224c-4.656%206-9.265%2010.88-12.02%2013.957a5.8%205.8%200%200%200-1.495%203.844c0%20.537.104%201.079.239%201.579c.865-.141%201.724-.24%202.62-.24c1.865%200%203.724.401%205.443%201.12c3.423%201.521%206.62%205.5%2010.245%205.5c2.937%200%205.416-2.323%205.416-5.38c0-.541-.077-1.099-.26-1.641z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.703%2024.995c-.995.953-2.077%201.355-3.391%201.355c-1.76%200-4.427-.813-6.457-2.213c-2.172-1.491-5.021-2.98-7.417-3.027c1.765-2.396%204.521-4.839%207.093-7.729c.953-1.041%206.647-7.599%207.641-8.781a4.55%204.55%200%200%200%201.083-2.943q.002-.602-.129-1.14c-2.713.541-4.751.801-8.005.801c-3.568.021-6.141-.416-7.641-1.317c-1.036%201.36-2.077%203.161-2.077%204.161c0%201.26%201.224%202.303%204.249%202.303c.995%200%202.62-.048%204.88-.224c-4.656%206-9.265%2010.88-12.02%2013.957a5.8%205.8%200%200%200-1.495%203.844c0%20.537.104%201.079.239%201.579c.865-.141%201.724-.24%202.62-.24c1.865%200%203.724.401%205.443%201.12c3.423%201.521%206.62%205.5%2010.245%205.5c2.937%200%205.416-2.323%205.416-5.38c0-.541-.077-1.099-.26-1.641z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/zerply.svg?color=%231a73e8&size=48