zenbrowser logo

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

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

Use the zenbrowser logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12m-12 9.846c5.438 0 9.846-4.408 9.846-9.846S17.438 2.154 12 2.154S2.154 6.562 2.154 12S6.562 21.846 12 21.846M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-8 6.462a6.462 6.462 0 1 0 0-12.924a6.462 6.462 0 0 0 0 12.924m0-1.847a4.615 4.615 0 1 0 0-9.23a4.615 4.615 0 0 0 0 9.23M15.692 12a3.692 3.692 0 1 1-7.384 0a3.692 3.692 0 0 1 7.384 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsZenbrowser(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="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12m-12 9.846c5.438 0 9.846-4.408 9.846-9.846S17.438 2.154 12 2.154S2.154 6.562 2.154 12S6.562 21.846 12 21.846M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-8 6.462a6.462 6.462 0 1 0 0-12.924a6.462 6.462 0 0 0 0 12.924m0-1.847a4.615 4.615 0 1 0 0-9.23a4.615 4.615 0 0 0 0 9.23M15.692 12a3.692 3.692 0 1 1-7.384 0a3.692 3.692 0 0 1 7.384 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12m-12 9.846c5.438 0 9.846-4.408 9.846-9.846S17.438 2.154 12 2.154S2.154 6.562 2.154 12S6.562 21.846 12 21.846M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-8 6.462a6.462 6.462 0 1 0 0-12.924a6.462 6.462 0 0 0 0 12.924m0-1.847a4.615 4.615 0 1 0 0-9.23a4.615 4.615 0 0 0 0 9.23M15.692 12a3.692 3.692 0 1 1-7.384 0a3.692 3.692 0 0 1 7.384 0"/></svg>
</template>

CSS

.icon-zenbrowser {
  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%22M24%2012c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200s12%205.373%2012%2012m-12%209.846c5.438%200%209.846-4.408%209.846-9.846S17.438%202.154%2012%202.154S2.154%206.562%202.154%2012S6.562%2021.846%2012%2021.846M20%2012a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-8%206.462a6.462%206.462%200%201%200%200-12.924a6.462%206.462%200%200%200%200%2012.924m0-1.847a4.615%204.615%200%201%200%200-9.23a4.615%204.615%200%200%200%200%209.23M15.692%2012a3.692%203.692%200%201%201-7.384%200a3.692%203.692%200%200%201%207.384%200%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%22M24%2012c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200s12%205.373%2012%2012m-12%209.846c5.438%200%209.846-4.408%209.846-9.846S17.438%202.154%2012%202.154S2.154%206.562%202.154%2012S6.562%2021.846%2012%2021.846M20%2012a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-8%206.462a6.462%206.462%200%201%200%200-12.924a6.462%206.462%200%200%200%200%2012.924m0-1.847a4.615%204.615%200%201%200%200-9.23a4.615%204.615%200%200%200%200%209.23M15.692%2012a3.692%203.692%200%201%201-7.384%200a3.692%203.692%200%200%201%207.384%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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