iconjar logo icon

iconjar-logo from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
iconjar-logo
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Use the iconjar logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12 4c.695 0 .828.865.133 1.128c-.492.205-.405.703 0 .966c.695.44.956 1.23.84 1.962l-.81 4.422l-.04.161A1.86 1.86 0 0 1 10.337 14H4.66l-.166-.007a1.87 1.87 0 0 1-1.619-1.354l-.039-.161l-.811-4.422a1.96 1.96 0 0 1 .87-1.933c.38-.274.479-.729.085-.93l-.085-.035c-.652-.248-.6-1.049-.019-1.148L3 4zM4.11 5a1.4 1.4 0 0 1 .119.656c-.034.568-.384 1.014-.75 1.278l-.025.018l-.026.016a.96.96 0 0 0-.416.928l.805 4.388l.044.154a.86.86 0 0 0 .8.562h5.676a.86.86 0 0 0 .8-.562l.044-.154l.805-4.39c.062-.409-.09-.767-.387-.954l-.012-.008c-.392-.256-.754-.704-.789-1.283A1.4 1.4 0 0 1 10.912 5H9.057A2 2 0 0 0 9 5.5c0 .996.954 1.65.954 2.85c0 .92-.456 1.492-1.333 1.492c-.49 0-1.042-.381-1.043-1.084c0-.861.621-1.412.622-2.508c0-.432-.116-.873-.295-1.25zM7.5.003c.695 0 1.25.279 1.25.747c0 .247-.175.37-.327.478c-.118.083-.223.157-.223.272c.002.5 4.3 0 4.3 1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5c0-1 4.298-.5 4.3-1c0-.115-.105-.189-.224-.272C6.424 1.12 6.25.998 6.25.75c0-.469.555-.747 1.25-.747"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsIconjarLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12 4c.695 0 .828.865.133 1.128c-.492.205-.405.703 0 .966c.695.44.956 1.23.84 1.962l-.81 4.422l-.04.161A1.86 1.86 0 0 1 10.337 14H4.66l-.166-.007a1.87 1.87 0 0 1-1.619-1.354l-.039-.161l-.811-4.422a1.96 1.96 0 0 1 .87-1.933c.38-.274.479-.729.085-.93l-.085-.035c-.652-.248-.6-1.049-.019-1.148L3 4zM4.11 5a1.4 1.4 0 0 1 .119.656c-.034.568-.384 1.014-.75 1.278l-.025.018l-.026.016a.96.96 0 0 0-.416.928l.805 4.388l.044.154a.86.86 0 0 0 .8.562h5.676a.86.86 0 0 0 .8-.562l.044-.154l.805-4.39c.062-.409-.09-.767-.387-.954l-.012-.008c-.392-.256-.754-.704-.789-1.283A1.4 1.4 0 0 1 10.912 5H9.057A2 2 0 0 0 9 5.5c0 .996.954 1.65.954 2.85c0 .92-.456 1.492-1.333 1.492c-.49 0-1.042-.381-1.043-1.084c0-.861.621-1.412.622-2.508c0-.432-.116-.873-.295-1.25zM7.5.003c.695 0 1.25.279 1.25.747c0 .247-.175.37-.327.478c-.118.083-.223.157-.223.272c.002.5 4.3 0 4.3 1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5c0-1 4.298-.5 4.3-1c0-.115-.105-.189-.224-.272C6.424 1.12 6.25.998 6.25.75c0-.469.555-.747 1.25-.747"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12 4c.695 0 .828.865.133 1.128c-.492.205-.405.703 0 .966c.695.44.956 1.23.84 1.962l-.81 4.422l-.04.161A1.86 1.86 0 0 1 10.337 14H4.66l-.166-.007a1.87 1.87 0 0 1-1.619-1.354l-.039-.161l-.811-4.422a1.96 1.96 0 0 1 .87-1.933c.38-.274.479-.729.085-.93l-.085-.035c-.652-.248-.6-1.049-.019-1.148L3 4zM4.11 5a1.4 1.4 0 0 1 .119.656c-.034.568-.384 1.014-.75 1.278l-.025.018l-.026.016a.96.96 0 0 0-.416.928l.805 4.388l.044.154a.86.86 0 0 0 .8.562h5.676a.86.86 0 0 0 .8-.562l.044-.154l.805-4.39c.062-.409-.09-.767-.387-.954l-.012-.008c-.392-.256-.754-.704-.789-1.283A1.4 1.4 0 0 1 10.912 5H9.057A2 2 0 0 0 9 5.5c0 .996.954 1.65.954 2.85c0 .92-.456 1.492-1.333 1.492c-.49 0-1.042-.381-1.043-1.084c0-.861.621-1.412.622-2.508c0-.432-.116-.873-.295-1.25zM7.5.003c.695 0 1.25.279 1.25.747c0 .247-.175.37-.327.478c-.118.083-.223.157-.223.272c.002.5 4.3 0 4.3 1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5c0-1 4.298-.5 4.3-1c0-.115-.105-.189-.224-.272C6.424 1.12 6.25.998 6.25.75c0-.469.555-.747 1.25-.747"/></svg>
</template>

CSS

.icon-iconjar-logo {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c.695%200%20.828.865.133%201.128c-.492.205-.405.703%200%20.966c.695.44.956%201.23.84%201.962l-.81%204.422l-.04.161A1.86%201.86%200%200%201%2010.337%2014H4.66l-.166-.007a1.87%201.87%200%200%201-1.619-1.354l-.039-.161l-.811-4.422a1.96%201.96%200%200%201%20.87-1.933c.38-.274.479-.729.085-.93l-.085-.035c-.652-.248-.6-1.049-.019-1.148L3%204zM4.11%205a1.4%201.4%200%200%201%20.119.656c-.034.568-.384%201.014-.75%201.278l-.025.018l-.026.016a.96.96%200%200%200-.416.928l.805%204.388l.044.154a.86.86%200%200%200%20.8.562h5.676a.86.86%200%200%200%20.8-.562l.044-.154l.805-4.39c.062-.409-.09-.767-.387-.954l-.012-.008c-.392-.256-.754-.704-.789-1.283A1.4%201.4%200%200%201%2010.912%205H9.057A2%202%200%200%200%209%205.5c0%20.996.954%201.65.954%202.85c0%20.92-.456%201.492-1.333%201.492c-.49%200-1.042-.381-1.043-1.084c0-.861.621-1.412.622-2.508c0-.432-.116-.873-.295-1.25zM7.5.003c.695%200%201.25.279%201.25.747c0%20.247-.175.37-.327.478c-.118.083-.223.157-.223.272c.002.5%204.3%200%204.3%201a.5.5%200%200%201-.5.5H3a.5.5%200%200%201-.5-.5c0-1%204.298-.5%204.3-1c0-.115-.105-.189-.224-.272C6.424%201.12%206.25.998%206.25.75c0-.469.555-.747%201.25-.747%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c.695%200%20.828.865.133%201.128c-.492.205-.405.703%200%20.966c.695.44.956%201.23.84%201.962l-.81%204.422l-.04.161A1.86%201.86%200%200%201%2010.337%2014H4.66l-.166-.007a1.87%201.87%200%200%201-1.619-1.354l-.039-.161l-.811-4.422a1.96%201.96%200%200%201%20.87-1.933c.38-.274.479-.729.085-.93l-.085-.035c-.652-.248-.6-1.049-.019-1.148L3%204zM4.11%205a1.4%201.4%200%200%201%20.119.656c-.034.568-.384%201.014-.75%201.278l-.025.018l-.026.016a.96.96%200%200%200-.416.928l.805%204.388l.044.154a.86.86%200%200%200%20.8.562h5.676a.86.86%200%200%200%20.8-.562l.044-.154l.805-4.39c.062-.409-.09-.767-.387-.954l-.012-.008c-.392-.256-.754-.704-.789-1.283A1.4%201.4%200%200%201%2010.912%205H9.057A2%202%200%200%200%209%205.5c0%20.996.954%201.65.954%202.85c0%20.92-.456%201.492-1.333%201.492c-.49%200-1.042-.381-1.043-1.084c0-.861.621-1.412.622-2.508c0-.432-.116-.873-.295-1.25zM7.5.003c.695%200%201.25.279%201.25.747c0%20.247-.175.37-.327.478c-.118.083-.223.157-.223.272c.002.5%204.3%200%204.3%201a.5.5%200%200%201-.5.5H3a.5.5%200%200%201-.5-.5c0-1%204.298-.5%204.3-1c0-.115-.105-.189-.224-.272C6.424%201.12%206.25.998%206.25.75c0-.469.555-.747%201.25-.747%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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