javascript-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
javascript-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
javascript-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the javascript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 14.692q-.356 0-.62-.264q-.265-.264-.265-.62v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h2.076V9.75q0-.19.126-.316t.316-.126t.317.126t.126.316v4.058q0 .356-.265.62q-.264.264-.62.264zm5.961 0q-.31 0-.54-.23t-.23-.539v-.538q0-.162.112-.273t.273-.112h.116q.161 0 .273.112t.111.273v.423h2.616v-1.5h-2.885q-.252 0-.433-.182t-.182-.434v-1.615q0-.31.23-.54t.539-.23h2.846q.31 0 .54.23t.23.54v.539q0 .161-.112.273t-.273.111h-.116q-.161 0-.273-.111t-.111-.273v-.424h-2.616v1.5h2.885q.252 0 .434.182t.181.434v1.615q0 .31-.23.54t-.539.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightJavascriptRounded(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="M7.116 14.692q-.356 0-.62-.264q-.265-.264-.265-.62v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h2.076V9.75q0-.19.126-.316t.316-.126t.317.126t.126.316v4.058q0 .356-.265.62q-.264.264-.62.264zm5.961 0q-.31 0-.54-.23t-.23-.539v-.538q0-.162.112-.273t.273-.112h.116q.161 0 .273.112t.111.273v.423h2.616v-1.5h-2.885q-.252 0-.433-.182t-.182-.434v-1.615q0-.31.23-.54t.539-.23h2.846q.31 0 .54.23t.23.54v.539q0 .161-.112.273t-.273.111h-.116q-.161 0-.273-.111t-.111-.273v-.424h-2.616v1.5h2.885q.252 0 .434.182t.181.434v1.615q0 .31-.23.54t-.539.23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 14.692q-.356 0-.62-.264q-.265-.264-.265-.62v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h2.076V9.75q0-.19.126-.316t.316-.126t.317.126t.126.316v4.058q0 .356-.265.62q-.264.264-.62.264zm5.961 0q-.31 0-.54-.23t-.23-.539v-.538q0-.162.112-.273t.273-.112h.116q.161 0 .273.112t.111.273v.423h2.616v-1.5h-2.885q-.252 0-.433-.182t-.182-.434v-1.615q0-.31.23-.54t.539-.23h2.846q.31 0 .54.23t.23.54v.539q0 .161-.112.273t-.273.111h-.116q-.161 0-.273-.111t-.111-.273v-.424h-2.616v1.5h2.885q.252 0 .434.182t.181.434v1.615q0 .31-.23.54t-.539.23z"/></svg>
</template>

CSS

.icon-javascript-rounded {
  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%22M7.116%2014.692q-.356%200-.62-.264q-.265-.264-.265-.62v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h2.076V9.75q0-.19.126-.316t.316-.126t.317.126t.126.316v4.058q0%20.356-.265.62q-.264.264-.62.264zm5.961%200q-.31%200-.54-.23t-.23-.539v-.538q0-.162.112-.273t.273-.112h.116q.161%200%20.273.112t.111.273v.423h2.616v-1.5h-2.885q-.252%200-.433-.182t-.182-.434v-1.615q0-.31.23-.54t.539-.23h2.846q.31%200%20.54.23t.23.54v.539q0%20.161-.112.273t-.273.111h-.116q-.161%200-.273-.111t-.111-.273v-.424h-2.616v1.5h2.885q.252%200%20.434.182t.181.434v1.615q0%20.31-.23.54t-.539.23z%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%22M7.116%2014.692q-.356%200-.62-.264q-.265-.264-.265-.62v-.866q0-.19.126-.316t.316-.126t.317.126t.126.316v.866h2.076V9.75q0-.19.126-.316t.316-.126t.317.126t.126.316v4.058q0%20.356-.265.62q-.264.264-.62.264zm5.961%200q-.31%200-.54-.23t-.23-.539v-.538q0-.162.112-.273t.273-.112h.116q.161%200%20.273.112t.111.273v.423h2.616v-1.5h-2.885q-.252%200-.433-.182t-.182-.434v-1.615q0-.31.23-.54t.539-.23h2.846q.31%200%20.54.23t.23.54v.539q0%20.161-.112.273t-.273.111h-.116q-.161%200-.273-.111t-.111-.273v-.424h-2.616v1.5h2.885q.252%200%20.434.182t.181.434v1.615q0%20.31-.23.54t-.539.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/javascript-rounded.svg?color=%231a73e8&size=48