java script icon
java-script-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- java-script-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the java script icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M416 176H255.545v425.615c0 105.313-36.166 134.718-99.104 134.718c-29.494 0-56.055-5.05-76.718-12.144L63 848.784C92.484 858.924 137.73 865 173.126 865C317.631 865 416 797.16 416 602.658zm349.49-16C610.26 160 512 248.126 512 364.609c0 100.313 75.67 163.12 185.696 203.629c79.577 28.358 111.03 53.695 111.03 95.218c0 45.579-36.358 74.96-105.13 74.96c-63.868 0-121.849-21.311-161.146-42.573v-.042L512 822.427C549.361 843.735 619.12 865 694.741 865C876.52 865 961 767.753 961 653.293c0-97.243-54.036-160.035-170.937-204.627c-86.47-34.432-122.813-53.669-122.813-97.227c0-34.45 31.446-65.834 96.3-65.834c63.834 0 107.728 21.445 133.307 34.632l38.336-128.187C895.103 174.461 841.109 160 765.49 160"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignJavaScriptOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillRule="evenodd" d="M416 176H255.545v425.615c0 105.313-36.166 134.718-99.104 134.718c-29.494 0-56.055-5.05-76.718-12.144L63 848.784C92.484 858.924 137.73 865 173.126 865C317.631 865 416 797.16 416 602.658zm349.49-16C610.26 160 512 248.126 512 364.609c0 100.313 75.67 163.12 185.696 203.629c79.577 28.358 111.03 53.695 111.03 95.218c0 45.579-36.358 74.96-105.13 74.96c-63.868 0-121.849-21.311-161.146-42.573v-.042L512 822.427C549.361 843.735 619.12 865 694.741 865C876.52 865 961 767.753 961 653.293c0-97.243-54.036-160.035-170.937-204.627c-86.47-34.432-122.813-53.669-122.813-97.227c0-34.45 31.446-65.834 96.3-65.834c63.834 0 107.728 21.445 133.307 34.632l38.336-128.187C895.103 174.461 841.109 160 765.49 160"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M416 176H255.545v425.615c0 105.313-36.166 134.718-99.104 134.718c-29.494 0-56.055-5.05-76.718-12.144L63 848.784C92.484 858.924 137.73 865 173.126 865C317.631 865 416 797.16 416 602.658zm349.49-16C610.26 160 512 248.126 512 364.609c0 100.313 75.67 163.12 185.696 203.629c79.577 28.358 111.03 53.695 111.03 95.218c0 45.579-36.358 74.96-105.13 74.96c-63.868 0-121.849-21.311-161.146-42.573v-.042L512 822.427C549.361 843.735 619.12 865 694.741 865C876.52 865 961 767.753 961 653.293c0-97.243-54.036-160.035-170.937-204.627c-86.47-34.432-122.813-53.669-122.813-97.227c0-34.45 31.446-65.834 96.3-65.834c63.834 0 107.728 21.445 133.307 34.632l38.336-128.187C895.103 174.461 841.109 160 765.49 160"/></svg> </template>
CSS
.icon-java-script-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M416%20176H255.545v425.615c0%20105.313-36.166%20134.718-99.104%20134.718c-29.494%200-56.055-5.05-76.718-12.144L63%20848.784C92.484%20858.924%20137.73%20865%20173.126%20865C317.631%20865%20416%20797.16%20416%20602.658zm349.49-16C610.26%20160%20512%20248.126%20512%20364.609c0%20100.313%2075.67%20163.12%20185.696%20203.629c79.577%2028.358%20111.03%2053.695%20111.03%2095.218c0%2045.579-36.358%2074.96-105.13%2074.96c-63.868%200-121.849-21.311-161.146-42.573v-.042L512%20822.427C549.361%20843.735%20619.12%20865%20694.741%20865C876.52%20865%20961%20767.753%20961%20653.293c0-97.243-54.036-160.035-170.937-204.627c-86.47-34.432-122.813-53.669-122.813-97.227c0-34.45%2031.446-65.834%2096.3-65.834c63.834%200%20107.728%2021.445%20133.307%2034.632l38.336-128.187C895.103%20174.461%20841.109%20160%20765.49%20160%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M416%20176H255.545v425.615c0%20105.313-36.166%20134.718-99.104%20134.718c-29.494%200-56.055-5.05-76.718-12.144L63%20848.784C92.484%20858.924%20137.73%20865%20173.126%20865C317.631%20865%20416%20797.16%20416%20602.658zm349.49-16C610.26%20160%20512%20248.126%20512%20364.609c0%20100.313%2075.67%20163.12%20185.696%20203.629c79.577%2028.358%20111.03%2053.695%20111.03%2095.218c0%2045.579-36.358%2074.96-105.13%2074.96c-63.868%200-121.849-21.311-161.146-42.573v-.042L512%20822.427C549.361%20843.735%20619.12%20865%20694.741%20865C876.52%20865%20961%20767.753%20961%20653.293c0-97.243-54.036-160.035-170.937-204.627c-86.47-34.432-122.813-53.669-122.813-97.227c0-34.45%2031.446-65.834%2096.3-65.834c63.834%200%20107.728%2021.445%20133.307%2034.632l38.336-128.187C895.103%20174.461%20841.109%20160%20765.49%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/java-script-outlined.svg?color=%231a73e8&size=48