prolog logo
prolog from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- prolog
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the prolog logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M4.5 13.5c-.33.33-.5.67-.5 1s.17.67.5 1c.17-.67.5-1 1-1s.83.33 1 1c.33-.33.5-.83.5-1.5h2c0 .67.17 1.17.5 1.5c.17-.67.5-1 1-1s.83.33 1 1c.33-.33.5-.67.5-1s-.17-.67-.5-1l1-1l1.25 1.25c0-2.75 1-2.75 1-5.75a7.1 7.1 0 0 0-2-5.25A3.64 3.64 0 0 1 13 .5c-1.17 0-2 .42-2.5 1.25A3.08 3.08 0 0 0 8 .5c-1 0-1.83.42-2.5 1.25C5 .92 4.17.5 3 .5c.5.83.58 1.58.25 2.25a7.1 7.1 0 0 0-2 5.25c0 3 1 3 1 5.75L3.5 12.5zm6-5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7 8l1 2.5L9 8m1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function CatppuccinProlog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M4.5 13.5c-.33.33-.5.67-.5 1s.17.67.5 1c.17-.67.5-1 1-1s.83.33 1 1c.33-.33.5-.83.5-1.5h2c0 .67.17 1.17.5 1.5c.17-.67.5-1 1-1s.83.33 1 1c.33-.33.5-.67.5-1s-.17-.67-.5-1l1-1l1.25 1.25c0-2.75 1-2.75 1-5.75a7.1 7.1 0 0 0-2-5.25A3.64 3.64 0 0 1 13 .5c-1.17 0-2 .42-2.5 1.25A3.08 3.08 0 0 0 8 .5c-1 0-1.83.42-2.5 1.25C5 .92 4.17.5 3 .5c.5.83.58 1.58.25 2.25a7.1 7.1 0 0 0-2 5.25c0 3 1 3 1 5.75L3.5 12.5zm6-5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7 8l1 2.5L9 8m1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M4.5 13.5c-.33.33-.5.67-.5 1s.17.67.5 1c.17-.67.5-1 1-1s.83.33 1 1c.33-.33.5-.83.5-1.5h2c0 .67.17 1.17.5 1.5c.17-.67.5-1 1-1s.83.33 1 1c.33-.33.5-.67.5-1s-.17-.67-.5-1l1-1l1.25 1.25c0-2.75 1-2.75 1-5.75a7.1 7.1 0 0 0-2-5.25A3.64 3.64 0 0 1 13 .5c-1.17 0-2 .42-2.5 1.25A3.08 3.08 0 0 0 8 .5c-1 0-1.83.42-2.5 1.25C5 .92 4.17.5 3 .5c.5.83.58 1.58.25 2.25a7.1 7.1 0 0 0-2 5.25c0 3 1 3 1 5.75L3.5 12.5zm6-5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7 8l1 2.5L9 8m1.5-1.5"/></svg> </template>
CSS
.icon-prolog {
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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2013.5c-.33.33-.5.67-.5%201s.17.67.5%201c.17-.67.5-1%201-1s.83.33%201%201c.33-.33.5-.83.5-1.5h2c0%20.67.17%201.17.5%201.5c.17-.67.5-1%201-1s.83.33%201%201c.33-.33.5-.67.5-1s-.17-.67-.5-1l1-1l1.25%201.25c0-2.75%201-2.75%201-5.75a7.1%207.1%200%200%200-2-5.25A3.64%203.64%200%200%201%2013%20.5c-1.17%200-2%20.42-2.5%201.25A3.08%203.08%200%200%200%208%20.5c-1%200-1.83.42-2.5%201.25C5%20.92%204.17.5%203%20.5c.5.83.58%201.58.25%202.25a7.1%207.1%200%200%200-2%205.25c0%203%201%203%201%205.75L3.5%2012.5zm6-5a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-5%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204M7%208l1%202.5L9%208m1.5-1.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2013.5c-.33.33-.5.67-.5%201s.17.67.5%201c.17-.67.5-1%201-1s.83.33%201%201c.33-.33.5-.83.5-1.5h2c0%20.67.17%201.17.5%201.5c.17-.67.5-1%201-1s.83.33%201%201c.33-.33.5-.67.5-1s-.17-.67-.5-1l1-1l1.25%201.25c0-2.75%201-2.75%201-5.75a7.1%207.1%200%200%200-2-5.25A3.64%203.64%200%200%201%2013%20.5c-1.17%200-2%20.42-2.5%201.25A3.08%203.08%200%200%200%208%20.5c-1%200-1.83.42-2.5%201.25C5%20.92%204.17.5%203%20.5c.5.83.58%201.58.25%202.25a7.1%207.1%200%200%200-2%205.25c0%203%201%203%201%205.75L3.5%2012.5zm6-5a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-5%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204M7%208l1%202.5L9%208m1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/prolog.svg?color=%231a73e8&size=48