rproj logo
rproj from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- rproj
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Use the rproj logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" stroke-width=".79" d="M5.651 10.337V4.801h2.06c.642 0 1.317.692 1.317 1.384S8.353 7.57 7.711 7.57h-2.06Zm2.026-2.768c.27 0 .581.235.676.485l.675 2.283h.85" transform="matrix(1.26652 0 0 1.26466 -1.313 -1.572)"/><circle cx="8" cy="8" r="7.5" fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M6.958 11.5H4.802m1.96-7h-1.96"/></svg>
React
import type { SVGProps } from "react";
export function CatppuccinRproj(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="#8aadf4" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".79" d="M5.651 10.337V4.801h2.06c.642 0 1.317.692 1.317 1.384S8.353 7.57 7.711 7.57h-2.06Zm2.026-2.768c.27 0 .581.235.676.485l.675 2.283h.85" transform="matrix(1.26652 0 0 1.26466 -1.313 -1.572)"/><circle cx="8" cy="8" r="7.5" fill="none" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round"/><path fill="none" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M6.958 11.5H4.802m1.96-7h-1.96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" stroke-width=".79" d="M5.651 10.337V4.801h2.06c.642 0 1.317.692 1.317 1.384S8.353 7.57 7.711 7.57h-2.06Zm2.026-2.768c.27 0 .581.235.676.485l.675 2.283h.85" transform="matrix(1.26652 0 0 1.26466 -1.313 -1.572)"/><circle cx="8" cy="8" r="7.5" fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round"/><path fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M6.958 11.5H4.802m1.96-7h-1.96"/></svg> </template>
CSS
.icon-rproj {
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%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.79%22%20d%3D%22M5.651%2010.337V4.801h2.06c.642%200%201.317.692%201.317%201.384S8.353%207.57%207.711%207.57h-2.06Zm2.026-2.768c.27%200%20.581.235.676.485l.675%202.283h.85%22%20transform%3D%22matrix(1.26652%200%200%201.26466%20-1.313%20-1.572)%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.958%2011.5H4.802m1.96-7h-1.96%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%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.79%22%20d%3D%22M5.651%2010.337V4.801h2.06c.642%200%201.317.692%201.317%201.384S8.353%207.57%207.711%207.57h-2.06Zm2.026-2.768c.27%200%20.581.235.676.485l.675%202.283h.85%22%20transform%3D%22matrix(1.26652%200%200%201.26466%20-1.313%20-1.572)%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.958%2011.5H4.802m1.96-7h-1.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/rproj.svg?color=%231a73e8&size=48