bxl-java from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-java
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl java icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.37 17.51c-3.09.86 1.87 2.64 5.8 1a7.18 7.18 0 0 1-1.1-.54a11.59 11.59 0 0 1-4.16.18c-1.31-.15-.54-.64-.54-.64z" fill="currentColor"/><path d="M14.7 15.83a16.27 16.27 0 0 1-5.36.26c-1.31-.14-.45-.77-.45-.77c-3.4 1.12 1.89 2.4 6.64 1a2.25 2.25 0 0 1-.83-.49z" fill="currentColor"/><path d="M16.52 6.1s-6.87 1.71-3.59 5.49a1.47 1.47 0 0 1-.25 2.12s2.46-1.27 1.33-2.86s-1.86-2.22 2.51-4.75z" fill="currentColor"/><path d="M18.13 19.14s.56.46-.63.82c-2.27.69-9.43.9-11.42 0c-.72-.31.62-.74 1-.83a2.54 2.54 0 0 1 .69-.08c-.8-.56-5.15 1.1-2.21 1.58c8.05 1.37 14.64-.56 12.57-1.49z" fill="currentColor"/><path d="M15.37 14.26a7 7 0 0 1 .92-.49s-1.51.27-3 .4a28.11 28.11 0 0 1-4.82.05C6.09 13.91 9.74 13 9.74 13a6.81 6.81 0 0 0-3.16.75c-2.06 1.03 5.09 1.48 8.79.51z" fill="currentColor"/><path d="M16.28 16.7a.39.39 0 0 1-.08.09c5-1.32 3.18-4.65.78-3.81a.71.71 0 0 0-.33.25s.14-.05.43-.12c1.22-.25 2.92 1.63-.8 3.59z" fill="currentColor"/><path d="M12 13c-.74-1.67-3.26-3.14 0-5.71C16.09 4.08 14 2 14 2c.84 3.31-3 4.31-4.34 6.37c-.93 1.41.47 2.92 2.34 4.63z" fill="currentColor"/><path d="M16.41 21.32a29.75 29.75 0 0 1-9.14.14s.46.38 2.84.53c3.61.23 9.15-.12 9.29-1.83c0 0-.26.64-2.99 1.16z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlJava(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.37 17.51c-3.09.86 1.87 2.64 5.8 1a7.18 7.18 0 0 1-1.1-.54a11.59 11.59 0 0 1-4.16.18c-1.31-.15-.54-.64-.54-.64z" fill="currentColor"/><path d="M14.7 15.83a16.27 16.27 0 0 1-5.36.26c-1.31-.14-.45-.77-.45-.77c-3.4 1.12 1.89 2.4 6.64 1a2.25 2.25 0 0 1-.83-.49z" fill="currentColor"/><path d="M16.52 6.1s-6.87 1.71-3.59 5.49a1.47 1.47 0 0 1-.25 2.12s2.46-1.27 1.33-2.86s-1.86-2.22 2.51-4.75z" fill="currentColor"/><path d="M18.13 19.14s.56.46-.63.82c-2.27.69-9.43.9-11.42 0c-.72-.31.62-.74 1-.83a2.54 2.54 0 0 1 .69-.08c-.8-.56-5.15 1.1-2.21 1.58c8.05 1.37 14.64-.56 12.57-1.49z" fill="currentColor"/><path d="M15.37 14.26a7 7 0 0 1 .92-.49s-1.51.27-3 .4a28.11 28.11 0 0 1-4.82.05C6.09 13.91 9.74 13 9.74 13a6.81 6.81 0 0 0-3.16.75c-2.06 1.03 5.09 1.48 8.79.51z" fill="currentColor"/><path d="M16.28 16.7a.39.39 0 0 1-.08.09c5-1.32 3.18-4.65.78-3.81a.71.71 0 0 0-.33.25s.14-.05.43-.12c1.22-.25 2.92 1.63-.8 3.59z" fill="currentColor"/><path d="M12 13c-.74-1.67-3.26-3.14 0-5.71C16.09 4.08 14 2 14 2c.84 3.31-3 4.31-4.34 6.37c-.93 1.41.47 2.92 2.34 4.63z" fill="currentColor"/><path d="M16.41 21.32a29.75 29.75 0 0 1-9.14.14s.46.38 2.84.53c3.61.23 9.15-.12 9.29-1.83c0 0-.26.64-2.99 1.16z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.37 17.51c-3.09.86 1.87 2.64 5.8 1a7.18 7.18 0 0 1-1.1-.54a11.59 11.59 0 0 1-4.16.18c-1.31-.15-.54-.64-.54-.64z" fill="currentColor"/><path d="M14.7 15.83a16.27 16.27 0 0 1-5.36.26c-1.31-.14-.45-.77-.45-.77c-3.4 1.12 1.89 2.4 6.64 1a2.25 2.25 0 0 1-.83-.49z" fill="currentColor"/><path d="M16.52 6.1s-6.87 1.71-3.59 5.49a1.47 1.47 0 0 1-.25 2.12s2.46-1.27 1.33-2.86s-1.86-2.22 2.51-4.75z" fill="currentColor"/><path d="M18.13 19.14s.56.46-.63.82c-2.27.69-9.43.9-11.42 0c-.72-.31.62-.74 1-.83a2.54 2.54 0 0 1 .69-.08c-.8-.56-5.15 1.1-2.21 1.58c8.05 1.37 14.64-.56 12.57-1.49z" fill="currentColor"/><path d="M15.37 14.26a7 7 0 0 1 .92-.49s-1.51.27-3 .4a28.11 28.11 0 0 1-4.82.05C6.09 13.91 9.74 13 9.74 13a6.81 6.81 0 0 0-3.16.75c-2.06 1.03 5.09 1.48 8.79.51z" fill="currentColor"/><path d="M16.28 16.7a.39.39 0 0 1-.08.09c5-1.32 3.18-4.65.78-3.81a.71.71 0 0 0-.33.25s.14-.05.43-.12c1.22-.25 2.92 1.63-.8 3.59z" fill="currentColor"/><path d="M12 13c-.74-1.67-3.26-3.14 0-5.71C16.09 4.08 14 2 14 2c.84 3.31-3 4.31-4.34 6.37c-.93 1.41.47 2.92 2.34 4.63z" fill="currentColor"/><path d="M16.41 21.32a29.75 29.75 0 0 1-9.14.14s.46.38 2.84.53c3.61.23 9.15-.12 9.29-1.83c0 0-.26.64-2.99 1.16z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-java {
  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%20d%3D%22M9.37%2017.51c-3.09.86%201.87%202.64%205.8%201a7.18%207.18%200%200%201-1.1-.54a11.59%2011.59%200%200%201-4.16.18c-1.31-.15-.54-.64-.54-.64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.7%2015.83a16.27%2016.27%200%200%201-5.36.26c-1.31-.14-.45-.77-.45-.77c-3.4%201.12%201.89%202.4%206.64%201a2.25%202.25%200%200%201-.83-.49z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16.52%206.1s-6.87%201.71-3.59%205.49a1.47%201.47%200%200%201-.25%202.12s2.46-1.27%201.33-2.86s-1.86-2.22%202.51-4.75z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18.13%2019.14s.56.46-.63.82c-2.27.69-9.43.9-11.42%200c-.72-.31.62-.74%201-.83a2.54%202.54%200%200%201%20.69-.08c-.8-.56-5.15%201.1-2.21%201.58c8.05%201.37%2014.64-.56%2012.57-1.49z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15.37%2014.26a7%207%200%200%201%20.92-.49s-1.51.27-3%20.4a28.11%2028.11%200%200%201-4.82.05C6.09%2013.91%209.74%2013%209.74%2013a6.81%206.81%200%200%200-3.16.75c-2.06%201.03%205.09%201.48%208.79.51z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16.28%2016.7a.39.39%200%200%201-.08.09c5-1.32%203.18-4.65.78-3.81a.71.71%200%200%200-.33.25s.14-.05.43-.12c1.22-.25%202.92%201.63-.8%203.59z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%2013c-.74-1.67-3.26-3.14%200-5.71C16.09%204.08%2014%202%2014%202c.84%203.31-3%204.31-4.34%206.37c-.93%201.41.47%202.92%202.34%204.63z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16.41%2021.32a29.75%2029.75%200%200%201-9.14.14s.46.38%202.84.53c3.61.23%209.15-.12%209.29-1.83c0%200-.26.64-2.99%201.16z%22%20fill%3D%22currentColor%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%20d%3D%22M9.37%2017.51c-3.09.86%201.87%202.64%205.8%201a7.18%207.18%200%200%201-1.1-.54a11.59%2011.59%200%200%201-4.16.18c-1.31-.15-.54-.64-.54-.64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.7%2015.83a16.27%2016.27%200%200%201-5.36.26c-1.31-.14-.45-.77-.45-.77c-3.4%201.12%201.89%202.4%206.64%201a2.25%202.25%200%200%201-.83-.49z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16.52%206.1s-6.87%201.71-3.59%205.49a1.47%201.47%200%200%201-.25%202.12s2.46-1.27%201.33-2.86s-1.86-2.22%202.51-4.75z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18.13%2019.14s.56.46-.63.82c-2.27.69-9.43.9-11.42%200c-.72-.31.62-.74%201-.83a2.54%202.54%200%200%201%20.69-.08c-.8-.56-5.15%201.1-2.21%201.58c8.05%201.37%2014.64-.56%2012.57-1.49z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15.37%2014.26a7%207%200%200%201%20.92-.49s-1.51.27-3%20.4a28.11%2028.11%200%200%201-4.82.05C6.09%2013.91%209.74%2013%209.74%2013a6.81%206.81%200%200%200-3.16.75c-2.06%201.03%205.09%201.48%208.79.51z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16.28%2016.7a.39.39%200%200%201-.08.09c5-1.32%203.18-4.65.78-3.81a.71.71%200%200%200-.33.25s.14-.05.43-.12c1.22-.25%202.92%201.63-.8%203.59z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%2013c-.74-1.67-3.26-3.14%200-5.71C16.09%204.08%2014%202%2014%202c.84%203.31-3%204.31-4.34%206.37c-.93%201.41.47%202.92%202.34%204.63z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16.41%2021.32a29.75%2029.75%200%200%201-9.14.14s.46.38%202.84.53c3.61.23%209.15-.12%209.29-1.83c0%200-.26.64-2.99%201.16z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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