zettlr logo
zettlr from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- zettlr
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the zettlr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.46.188C.335.57.023 2.534.022 4.295L.02 17.325c0 1.545-.224 3.96.723 5.28c1.201 1.673 3.567 1.355 5.365 1.351l8.31.03c1.61-.003 5.626.104 7.2-.23c2.115-.448 2.326-2.31 2.328-4.082l.01-13.634c.001-1.532.311-3.425-.68-4.71C22.021-.296 19.557.025 17.744.026L13.24.043c-1.614 0-9.195-.14-10.782.145m14.249 3.665c0 .528.185 1.466-.037 1.947c-.11.239-.49.384-.703.518a16 16 0 0 0-1.418 1.044c-1.477 1.185-3.034 2.818-3.428 4.74c-.182.895-.164 1.988.59 2.626c1.21 1.023 3.035-.024 4.317.987c1.337 1.053 1.14 3.071.37 4.39c-.184.316-.417.797-.75.982c-.23.13-.598.064-.853.064h-1.85c.057-.37.35-.58.575-.862c.374-.47.673-.984.668-1.6c-.01-1.157-1.127-1.17-1.983-1.17c-1.518 0-3.296-.216-4.073-1.724c-1.337-2.595.33-5.731 2.105-7.633c.695-.746 1.684-1.333 2.276-2.154h-4.07V3.853z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsZettlr(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="M2.46.188C.335.57.023 2.534.022 4.295L.02 17.325c0 1.545-.224 3.96.723 5.28c1.201 1.673 3.567 1.355 5.365 1.351l8.31.03c1.61-.003 5.626.104 7.2-.23c2.115-.448 2.326-2.31 2.328-4.082l.01-13.634c.001-1.532.311-3.425-.68-4.71C22.021-.296 19.557.025 17.744.026L13.24.043c-1.614 0-9.195-.14-10.782.145m14.249 3.665c0 .528.185 1.466-.037 1.947c-.11.239-.49.384-.703.518a16 16 0 0 0-1.418 1.044c-1.477 1.185-3.034 2.818-3.428 4.74c-.182.895-.164 1.988.59 2.626c1.21 1.023 3.035-.024 4.317.987c1.337 1.053 1.14 3.071.37 4.39c-.184.316-.417.797-.75.982c-.23.13-.598.064-.853.064h-1.85c.057-.37.35-.58.575-.862c.374-.47.673-.984.668-1.6c-.01-1.157-1.127-1.17-1.983-1.17c-1.518 0-3.296-.216-4.073-1.724c-1.337-2.595.33-5.731 2.105-7.633c.695-.746 1.684-1.333 2.276-2.154h-4.07V3.853z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.46.188C.335.57.023 2.534.022 4.295L.02 17.325c0 1.545-.224 3.96.723 5.28c1.201 1.673 3.567 1.355 5.365 1.351l8.31.03c1.61-.003 5.626.104 7.2-.23c2.115-.448 2.326-2.31 2.328-4.082l.01-13.634c.001-1.532.311-3.425-.68-4.71C22.021-.296 19.557.025 17.744.026L13.24.043c-1.614 0-9.195-.14-10.782.145m14.249 3.665c0 .528.185 1.466-.037 1.947c-.11.239-.49.384-.703.518a16 16 0 0 0-1.418 1.044c-1.477 1.185-3.034 2.818-3.428 4.74c-.182.895-.164 1.988.59 2.626c1.21 1.023 3.035-.024 4.317.987c1.337 1.053 1.14 3.071.37 4.39c-.184.316-.417.797-.75.982c-.23.13-.598.064-.853.064h-1.85c.057-.37.35-.58.575-.862c.374-.47.673-.984.668-1.6c-.01-1.157-1.127-1.17-1.983-1.17c-1.518 0-3.296-.216-4.073-1.724c-1.337-2.595.33-5.731 2.105-7.633c.695-.746 1.684-1.333 2.276-2.154h-4.07V3.853z"/></svg> </template>
CSS
.icon-zettlr {
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%22M2.46.188C.335.57.023%202.534.022%204.295L.02%2017.325c0%201.545-.224%203.96.723%205.28c1.201%201.673%203.567%201.355%205.365%201.351l8.31.03c1.61-.003%205.626.104%207.2-.23c2.115-.448%202.326-2.31%202.328-4.082l.01-13.634c.001-1.532.311-3.425-.68-4.71C22.021-.296%2019.557.025%2017.744.026L13.24.043c-1.614%200-9.195-.14-10.782.145m14.249%203.665c0%20.528.185%201.466-.037%201.947c-.11.239-.49.384-.703.518a16%2016%200%200%200-1.418%201.044c-1.477%201.185-3.034%202.818-3.428%204.74c-.182.895-.164%201.988.59%202.626c1.21%201.023%203.035-.024%204.317.987c1.337%201.053%201.14%203.071.37%204.39c-.184.316-.417.797-.75.982c-.23.13-.598.064-.853.064h-1.85c.057-.37.35-.58.575-.862c.374-.47.673-.984.668-1.6c-.01-1.157-1.127-1.17-1.983-1.17c-1.518%200-3.296-.216-4.073-1.724c-1.337-2.595.33-5.731%202.105-7.633c.695-.746%201.684-1.333%202.276-2.154h-4.07V3.853z%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%22M2.46.188C.335.57.023%202.534.022%204.295L.02%2017.325c0%201.545-.224%203.96.723%205.28c1.201%201.673%203.567%201.355%205.365%201.351l8.31.03c1.61-.003%205.626.104%207.2-.23c2.115-.448%202.326-2.31%202.328-4.082l.01-13.634c.001-1.532.311-3.425-.68-4.71C22.021-.296%2019.557.025%2017.744.026L13.24.043c-1.614%200-9.195-.14-10.782.145m14.249%203.665c0%20.528.185%201.466-.037%201.947c-.11.239-.49.384-.703.518a16%2016%200%200%200-1.418%201.044c-1.477%201.185-3.034%202.818-3.428%204.74c-.182.895-.164%201.988.59%202.626c1.21%201.023%203.035-.024%204.317.987c1.337%201.053%201.14%203.071.37%204.39c-.184.316-.417.797-.75.982c-.23.13-.598.064-.853.064h-1.85c.057-.37.35-.58.575-.862c.374-.47.673-.984.668-1.6c-.01-1.157-1.127-1.17-1.983-1.17c-1.518%200-3.296-.216-4.073-1.724c-1.337-2.595.33-5.731%202.105-7.633c.695-.746%201.684-1.333%202.276-2.154h-4.07V3.853z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/zettlr.svg?color=%231a73e8&size=48