java-script from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
java-script
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the java script icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.181 2.213a1.68 1.68 0 0 1 1.637 0l7.479 4.225a1.54 1.54 0 0 1 .778 1.325v8.475a1.56 1.56 0 0 1-.836 1.354l-7.452 4.204a1.63 1.63 0 0 1-1.655-.046l-2.236-1.292a1.3 1.3 0 0 1-.432-.311c.095-.128.265-.144.403-.2a5 5 0 0 0 .883-.412a.21.21 0 0 1 .23.014c.636.365 1.267.741 1.907 1.103c.136.079.274-.026.39-.09q3.658-2.068 7.317-4.13a.24.24 0 0 0 .133-.238q.003-4.193.001-8.387a.26.26 0 0 0-.156-.261q-3.714-2.092-7.426-4.186a.26.26 0 0 0-.292 0Q8.141 5.452 4.43 7.547a.26.26 0 0 0-.157.26v8.387a.24.24 0 0 0 .135.235q.99.562 1.983 1.12a1.53 1.53 0 0 0 1.24.166a.94.94 0 0 0 .609-.883c.003-2.78-.002-5.56.002-8.338a.21.21 0 0 1 .228-.214q.476-.005.953.001a.22.22 0 0 1 .207.254c-.001 2.797.003 5.594-.002 8.39a2.13 2.13 0 0 1-.995 1.922a3.06 3.06 0 0 1-2.738-.075c-.727-.363-1.42-.79-2.133-1.18a1.55 1.55 0 0 1-.835-1.354V7.763a1.54 1.54 0 0 1 .804-1.342q3.726-2.103 7.451-4.208Z"/><path fill="currentColor" d="M13.348 8.083a5.9 5.9 0 0 1 3.218.493a2.43 2.43 0 0 1 1.187 2.106a.23.23 0 0 1-.247.168c-.315 0-.629.004-.943-.002a.243.243 0 0 1-.228-.236a1.44 1.44 0 0 0-.687-.992a4.1 4.1 0 0 0-1.884-.27a2.56 2.56 0 0 0-1.349.336a.855.855 0 0 0-.284.955c.101.24.378.317.605.388c1.306.342 2.69.308 3.97.757a1.87 1.87 0 0 1 1.23 1.095a2.34 2.34 0 0 1-.396 2.23a3.13 3.13 0 0 1-1.678.905a8 8 0 0 1-2.533.108a4 4 0 0 1-2.228-.839a2.34 2.34 0 0 1-.753-1.844a.21.21 0 0 1 .231-.186q.475-.005.95 0a.22.22 0 0 1 .226.22a1.44 1.44 0 0 0 .536 1.01a4.06 4.06 0 0 0 2.187.398a2.97 2.97 0 0 0 1.794-.439a.99.99 0 0 0 .27-.946c-.078-.28-.37-.41-.621-.495c-1.29-.408-2.688-.26-3.965-.72a1.93 1.93 0 0 1-1.218-1.063a2.17 2.17 0 0 1 .434-2.262a3.5 3.5 0 0 1 2.176-.875"/></svg>

React

import type { SVGProps } from "react";

export function UimJavaScript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.181 2.213a1.68 1.68 0 0 1 1.637 0l7.479 4.225a1.54 1.54 0 0 1 .778 1.325v8.475a1.56 1.56 0 0 1-.836 1.354l-7.452 4.204a1.63 1.63 0 0 1-1.655-.046l-2.236-1.292a1.3 1.3 0 0 1-.432-.311c.095-.128.265-.144.403-.2a5 5 0 0 0 .883-.412a.21.21 0 0 1 .23.014c.636.365 1.267.741 1.907 1.103c.136.079.274-.026.39-.09q3.658-2.068 7.317-4.13a.24.24 0 0 0 .133-.238q.003-4.193.001-8.387a.26.26 0 0 0-.156-.261q-3.714-2.092-7.426-4.186a.26.26 0 0 0-.292 0Q8.141 5.452 4.43 7.547a.26.26 0 0 0-.157.26v8.387a.24.24 0 0 0 .135.235q.99.562 1.983 1.12a1.53 1.53 0 0 0 1.24.166a.94.94 0 0 0 .609-.883c.003-2.78-.002-5.56.002-8.338a.21.21 0 0 1 .228-.214q.476-.005.953.001a.22.22 0 0 1 .207.254c-.001 2.797.003 5.594-.002 8.39a2.13 2.13 0 0 1-.995 1.922a3.06 3.06 0 0 1-2.738-.075c-.727-.363-1.42-.79-2.133-1.18a1.55 1.55 0 0 1-.835-1.354V7.763a1.54 1.54 0 0 1 .804-1.342q3.726-2.103 7.451-4.208Z"/><path fill="currentColor" d="M13.348 8.083a5.9 5.9 0 0 1 3.218.493a2.43 2.43 0 0 1 1.187 2.106a.23.23 0 0 1-.247.168c-.315 0-.629.004-.943-.002a.243.243 0 0 1-.228-.236a1.44 1.44 0 0 0-.687-.992a4.1 4.1 0 0 0-1.884-.27a2.56 2.56 0 0 0-1.349.336a.855.855 0 0 0-.284.955c.101.24.378.317.605.388c1.306.342 2.69.308 3.97.757a1.87 1.87 0 0 1 1.23 1.095a2.34 2.34 0 0 1-.396 2.23a3.13 3.13 0 0 1-1.678.905a8 8 0 0 1-2.533.108a4 4 0 0 1-2.228-.839a2.34 2.34 0 0 1-.753-1.844a.21.21 0 0 1 .231-.186q.475-.005.95 0a.22.22 0 0 1 .226.22a1.44 1.44 0 0 0 .536 1.01a4.06 4.06 0 0 0 2.187.398a2.97 2.97 0 0 0 1.794-.439a.99.99 0 0 0 .27-.946c-.078-.28-.37-.41-.621-.495c-1.29-.408-2.688-.26-3.965-.72a1.93 1.93 0 0 1-1.218-1.063a2.17 2.17 0 0 1 .434-2.262a3.5 3.5 0 0 1 2.176-.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.181 2.213a1.68 1.68 0 0 1 1.637 0l7.479 4.225a1.54 1.54 0 0 1 .778 1.325v8.475a1.56 1.56 0 0 1-.836 1.354l-7.452 4.204a1.63 1.63 0 0 1-1.655-.046l-2.236-1.292a1.3 1.3 0 0 1-.432-.311c.095-.128.265-.144.403-.2a5 5 0 0 0 .883-.412a.21.21 0 0 1 .23.014c.636.365 1.267.741 1.907 1.103c.136.079.274-.026.39-.09q3.658-2.068 7.317-4.13a.24.24 0 0 0 .133-.238q.003-4.193.001-8.387a.26.26 0 0 0-.156-.261q-3.714-2.092-7.426-4.186a.26.26 0 0 0-.292 0Q8.141 5.452 4.43 7.547a.26.26 0 0 0-.157.26v8.387a.24.24 0 0 0 .135.235q.99.562 1.983 1.12a1.53 1.53 0 0 0 1.24.166a.94.94 0 0 0 .609-.883c.003-2.78-.002-5.56.002-8.338a.21.21 0 0 1 .228-.214q.476-.005.953.001a.22.22 0 0 1 .207.254c-.001 2.797.003 5.594-.002 8.39a2.13 2.13 0 0 1-.995 1.922a3.06 3.06 0 0 1-2.738-.075c-.727-.363-1.42-.79-2.133-1.18a1.55 1.55 0 0 1-.835-1.354V7.763a1.54 1.54 0 0 1 .804-1.342q3.726-2.103 7.451-4.208Z"/><path fill="currentColor" d="M13.348 8.083a5.9 5.9 0 0 1 3.218.493a2.43 2.43 0 0 1 1.187 2.106a.23.23 0 0 1-.247.168c-.315 0-.629.004-.943-.002a.243.243 0 0 1-.228-.236a1.44 1.44 0 0 0-.687-.992a4.1 4.1 0 0 0-1.884-.27a2.56 2.56 0 0 0-1.349.336a.855.855 0 0 0-.284.955c.101.24.378.317.605.388c1.306.342 2.69.308 3.97.757a1.87 1.87 0 0 1 1.23 1.095a2.34 2.34 0 0 1-.396 2.23a3.13 3.13 0 0 1-1.678.905a8 8 0 0 1-2.533.108a4 4 0 0 1-2.228-.839a2.34 2.34 0 0 1-.753-1.844a.21.21 0 0 1 .231-.186q.475-.005.95 0a.22.22 0 0 1 .226.22a1.44 1.44 0 0 0 .536 1.01a4.06 4.06 0 0 0 2.187.398a2.97 2.97 0 0 0 1.794-.439a.99.99 0 0 0 .27-.946c-.078-.28-.37-.41-.621-.495c-1.29-.408-2.688-.26-3.965-.72a1.93 1.93 0 0 1-1.218-1.063a2.17 2.17 0 0 1 .434-2.262a3.5 3.5 0 0 1 2.176-.875"/></svg>
</template>

CSS

.icon-java-script {
  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%20fill%3D%22currentColor%22%20d%3D%22M11.181%202.213a1.68%201.68%200%200%201%201.637%200l7.479%204.225a1.54%201.54%200%200%201%20.778%201.325v8.475a1.56%201.56%200%200%201-.836%201.354l-7.452%204.204a1.63%201.63%200%200%201-1.655-.046l-2.236-1.292a1.3%201.3%200%200%201-.432-.311c.095-.128.265-.144.403-.2a5%205%200%200%200%20.883-.412a.21.21%200%200%201%20.23.014c.636.365%201.267.741%201.907%201.103c.136.079.274-.026.39-.09q3.658-2.068%207.317-4.13a.24.24%200%200%200%20.133-.238q.003-4.193.001-8.387a.26.26%200%200%200-.156-.261q-3.714-2.092-7.426-4.186a.26.26%200%200%200-.292%200Q8.141%205.452%204.43%207.547a.26.26%200%200%200-.157.26v8.387a.24.24%200%200%200%20.135.235q.99.562%201.983%201.12a1.53%201.53%200%200%200%201.24.166a.94.94%200%200%200%20.609-.883c.003-2.78-.002-5.56.002-8.338a.21.21%200%200%201%20.228-.214q.476-.005.953.001a.22.22%200%200%201%20.207.254c-.001%202.797.003%205.594-.002%208.39a2.13%202.13%200%200%201-.995%201.922a3.06%203.06%200%200%201-2.738-.075c-.727-.363-1.42-.79-2.133-1.18a1.55%201.55%200%200%201-.835-1.354V7.763a1.54%201.54%200%200%201%20.804-1.342q3.726-2.103%207.451-4.208Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.348%208.083a5.9%205.9%200%200%201%203.218.493a2.43%202.43%200%200%201%201.187%202.106a.23.23%200%200%201-.247.168c-.315%200-.629.004-.943-.002a.243.243%200%200%201-.228-.236a1.44%201.44%200%200%200-.687-.992a4.1%204.1%200%200%200-1.884-.27a2.56%202.56%200%200%200-1.349.336a.855.855%200%200%200-.284.955c.101.24.378.317.605.388c1.306.342%202.69.308%203.97.757a1.87%201.87%200%200%201%201.23%201.095a2.34%202.34%200%200%201-.396%202.23a3.13%203.13%200%200%201-1.678.905a8%208%200%200%201-2.533.108a4%204%200%200%201-2.228-.839a2.34%202.34%200%200%201-.753-1.844a.21.21%200%200%201%20.231-.186q.475-.005.95%200a.22.22%200%200%201%20.226.22a1.44%201.44%200%200%200%20.536%201.01a4.06%204.06%200%200%200%202.187.398a2.97%202.97%200%200%200%201.794-.439a.99.99%200%200%200%20.27-.946c-.078-.28-.37-.41-.621-.495c-1.29-.408-2.688-.26-3.965-.72a1.93%201.93%200%200%201-1.218-1.063a2.17%202.17%200%200%201%20.434-2.262a3.5%203.5%200%200%201%202.176-.875%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%20fill%3D%22currentColor%22%20d%3D%22M11.181%202.213a1.68%201.68%200%200%201%201.637%200l7.479%204.225a1.54%201.54%200%200%201%20.778%201.325v8.475a1.56%201.56%200%200%201-.836%201.354l-7.452%204.204a1.63%201.63%200%200%201-1.655-.046l-2.236-1.292a1.3%201.3%200%200%201-.432-.311c.095-.128.265-.144.403-.2a5%205%200%200%200%20.883-.412a.21.21%200%200%201%20.23.014c.636.365%201.267.741%201.907%201.103c.136.079.274-.026.39-.09q3.658-2.068%207.317-4.13a.24.24%200%200%200%20.133-.238q.003-4.193.001-8.387a.26.26%200%200%200-.156-.261q-3.714-2.092-7.426-4.186a.26.26%200%200%200-.292%200Q8.141%205.452%204.43%207.547a.26.26%200%200%200-.157.26v8.387a.24.24%200%200%200%20.135.235q.99.562%201.983%201.12a1.53%201.53%200%200%200%201.24.166a.94.94%200%200%200%20.609-.883c.003-2.78-.002-5.56.002-8.338a.21.21%200%200%201%20.228-.214q.476-.005.953.001a.22.22%200%200%201%20.207.254c-.001%202.797.003%205.594-.002%208.39a2.13%202.13%200%200%201-.995%201.922a3.06%203.06%200%200%201-2.738-.075c-.727-.363-1.42-.79-2.133-1.18a1.55%201.55%200%200%201-.835-1.354V7.763a1.54%201.54%200%200%201%20.804-1.342q3.726-2.103%207.451-4.208Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.348%208.083a5.9%205.9%200%200%201%203.218.493a2.43%202.43%200%200%201%201.187%202.106a.23.23%200%200%201-.247.168c-.315%200-.629.004-.943-.002a.243.243%200%200%201-.228-.236a1.44%201.44%200%200%200-.687-.992a4.1%204.1%200%200%200-1.884-.27a2.56%202.56%200%200%200-1.349.336a.855.855%200%200%200-.284.955c.101.24.378.317.605.388c1.306.342%202.69.308%203.97.757a1.87%201.87%200%200%201%201.23%201.095a2.34%202.34%200%200%201-.396%202.23a3.13%203.13%200%200%201-1.678.905a8%208%200%200%201-2.533.108a4%204%200%200%201-2.228-.839a2.34%202.34%200%200%201-.753-1.844a.21.21%200%200%201%20.231-.186q.475-.005.95%200a.22.22%200%200%201%20.226.22a1.44%201.44%200%200%200%20.536%201.01a4.06%204.06%200%200%200%202.187.398a2.97%202.97%200%200%200%201.794-.439a.99.99%200%200%200%20.27-.946c-.078-.28-.37-.41-.621-.495c-1.29-.408-2.688-.26-3.965-.72a1.93%201.93%200%200%201-1.218-1.063a2.17%202.17%200%200%201%20.434-2.262a3.5%203.5%200%200%201%202.176-.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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