js from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
js
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the js icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 7v18h32V7zm2 2h28v14H2zm10 3v5.5c0 .215-.285.5-.5.5s-.5-.285-.5-.5V17H9v.5c0 1.383 1.117 2.5 2.5 2.5s2.5-1.117 2.5-2.5V12zm6.5 0a2.497 2.497 0 0 0-2.5 2.5c0 1.383 1.117 2.5 2.5 2.5c.215 0 .5.285.5.5c0 .3-.117.5-.5.5c-.367 0-.426-.078-.438-.094c-.011-.015-.062-.078-.062-.312h-2c0 .566.164 1.203.625 1.687c.46.485 1.145.719 1.875.719c1.418 0 2.5-1.2 2.5-2.5c0-1.383-1.117-2.5-2.5-2.5c-.215 0-.5-.285-.5-.5s.285-.5.5-.5c.266 0 .348.063.406.125a.42.42 0 0 1 .094.281h2c0-.59-.215-1.191-.656-1.656S19.234 12 18.5 12"/></svg>

React

import type { SVGProps } from "react";

export function LaJs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 7v18h32V7zm2 2h28v14H2zm10 3v5.5c0 .215-.285.5-.5.5s-.5-.285-.5-.5V17H9v.5c0 1.383 1.117 2.5 2.5 2.5s2.5-1.117 2.5-2.5V12zm6.5 0a2.497 2.497 0 0 0-2.5 2.5c0 1.383 1.117 2.5 2.5 2.5c.215 0 .5.285.5.5c0 .3-.117.5-.5.5c-.367 0-.426-.078-.438-.094c-.011-.015-.062-.078-.062-.312h-2c0 .566.164 1.203.625 1.687c.46.485 1.145.719 1.875.719c1.418 0 2.5-1.2 2.5-2.5c0-1.383-1.117-2.5-2.5-2.5c-.215 0-.5-.285-.5-.5s.285-.5.5-.5c.266 0 .348.063.406.125a.42.42 0 0 1 .094.281h2c0-.59-.215-1.191-.656-1.656S19.234 12 18.5 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 7v18h32V7zm2 2h28v14H2zm10 3v5.5c0 .215-.285.5-.5.5s-.5-.285-.5-.5V17H9v.5c0 1.383 1.117 2.5 2.5 2.5s2.5-1.117 2.5-2.5V12zm6.5 0a2.497 2.497 0 0 0-2.5 2.5c0 1.383 1.117 2.5 2.5 2.5c.215 0 .5.285.5.5c0 .3-.117.5-.5.5c-.367 0-.426-.078-.438-.094c-.011-.015-.062-.078-.062-.312h-2c0 .566.164 1.203.625 1.687c.46.485 1.145.719 1.875.719c1.418 0 2.5-1.2 2.5-2.5c0-1.383-1.117-2.5-2.5-2.5c-.215 0-.5-.285-.5-.5s.285-.5.5-.5c.266 0 .348.063.406.125a.42.42 0 0 1 .094.281h2c0-.59-.215-1.191-.656-1.656S19.234 12 18.5 12"/></svg>
</template>

CSS

.icon-js {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%207v18h32V7zm2%202h28v14H2zm10%203v5.5c0%20.215-.285.5-.5.5s-.5-.285-.5-.5V17H9v.5c0%201.383%201.117%202.5%202.5%202.5s2.5-1.117%202.5-2.5V12zm6.5%200a2.497%202.497%200%200%200-2.5%202.5c0%201.383%201.117%202.5%202.5%202.5c.215%200%20.5.285.5.5c0%20.3-.117.5-.5.5c-.367%200-.426-.078-.438-.094c-.011-.015-.062-.078-.062-.312h-2c0%20.566.164%201.203.625%201.687c.46.485%201.145.719%201.875.719c1.418%200%202.5-1.2%202.5-2.5c0-1.383-1.117-2.5-2.5-2.5c-.215%200-.5-.285-.5-.5s.285-.5.5-.5c.266%200%20.348.063.406.125a.42.42%200%200%201%20.094.281h2c0-.59-.215-1.191-.656-1.656S19.234%2012%2018.5%2012%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%207v18h32V7zm2%202h28v14H2zm10%203v5.5c0%20.215-.285.5-.5.5s-.5-.285-.5-.5V17H9v.5c0%201.383%201.117%202.5%202.5%202.5s2.5-1.117%202.5-2.5V12zm6.5%200a2.497%202.497%200%200%200-2.5%202.5c0%201.383%201.117%202.5%202.5%202.5c.215%200%20.5.285.5.5c0%20.3-.117.5-.5.5c-.367%200-.426-.078-.438-.094c-.011-.015-.062-.078-.062-.312h-2c0%20.566.164%201.203.625%201.687c.46.485%201.145.719%201.875.719c1.418%200%202.5-1.2%202.5-2.5c0-1.383-1.117-2.5-2.5-2.5c-.215%200-.5-.285-.5-.5s.285-.5.5-.5c.266%200%20.348.063.406.125a.42.42%200%200%201%20.094.281h2c0-.59-.215-1.191-.656-1.656S19.234%2012%2018.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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