junie from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
junie
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

Use the junie logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#47e054" d="M42.666 0v42.667h42.668V0Zm42.668 42.667v7.11c0 24.889-10.667 35.556-35.556 35.556h-7.112V128h7.112C106.666 128 128 99.554 128 49.777v-7.11ZM42.666 85.333V42.667H.001v42.666Z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconJunie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#47e054" d="M42.666 0v42.667h42.668V0Zm42.668 42.667v7.11c0 24.889-10.667 35.556-35.556 35.556h-7.112V128h7.112C106.666 128 128 99.554 128 49.777v-7.11ZM42.666 85.333V42.667H.001v42.666Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#47e054" d="M42.666 0v42.667h42.668V0Zm42.668 42.667v7.11c0 24.889-10.667 35.556-35.556 35.556h-7.112V128h7.112C106.666 128 128 99.554 128 49.777v-7.11ZM42.666 85.333V42.667H.001v42.666Z"/></svg>
</template>

CSS

.icon-junie {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%2347e054%22%20d%3D%22M42.666%200v42.667h42.668V0Zm42.668%2042.667v7.11c0%2024.889-10.667%2035.556-35.556%2035.556h-7.112V128h7.112C106.666%20128%20128%2099.554%20128%2049.777v-7.11ZM42.666%2085.333V42.667H.001v42.666Z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2347e054%22%20d%3D%22M42.666%200v42.667h42.668V0Zm42.668%2042.667v7.11c0%2024.889-10.667%2035.556-35.556%2035.556h-7.112V128h7.112C106.666%20128%20128%2099.554%20128%2049.777v-7.11ZM42.666%2085.333V42.667H.001v42.666Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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