java-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
java-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

The same icon in other sets

Related icons in Ant Design Icons

Use the java 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="M394.68 756.99s-34.325 19.95 24.343 26.6c71.1 8.05 107.351 7 185.632-7.874c0 0 20.665 12.949 49.385 24.149c-175.475 75.074-397.184-4.375-259.36-42.875m-21.366-98.173s-38.352 28.35 20.315 34.475c75.83 7.875 135.897 8.4 239.571-11.55c0 0 14.36 14.525 36.952 22.4c-212.427 62.123-448.846 5.075-296.838-45.325m180.73-166.422c43.256 49.699-11.384 94.498-11.384 94.498s109.804-56.7 59.368-127.573c-47.11-66.15-83.185-99.049 112.255-212.273c.175 0-306.819 76.65-160.24 245.348M786.26 829.439s25.393 20.825-27.846 37.1c-101.397 30.625-421.7 39.9-510.664 1.225c-32.048-13.825 28.02-33.25 46.934-37.275c19.613-4.2 30.997-3.5 30.997-3.5c-35.551-25.025-229.94 49.175-98.771 70.35c357.605 58.1 652.165-26.075 559.35-67.9M411.142 557.144S248.1 595.818 353.35 609.818c44.482 5.95 133.095 4.55 215.58-2.275c67.423-5.6 135.196-17.85 135.196-17.85s-23.818 10.15-40.98 21.875c-165.493 43.575-485.096 23.275-393.156-21.175c77.93-37.45 141.151-33.25 141.151-33.25M703.6 720.416c168.296-87.324 90.365-171.322 36.077-159.948c-13.31 2.8-19.264 5.25-19.264 5.25s4.903-7.7 14.36-11.025c107.351-37.8 190.01 111.299-34.675 170.273c0-.175 2.627-2.45 3.502-4.55M602.028 64s93.166 93.1-88.438 236.246c-145.53 114.8-33.274 180.424 0 255.148c-84.936-76.65-147.28-144.024-105.425-206.848C469.634 256.672 639.68 211.873 602.028 64m-174.25 893.188c161.466 10.325 409.443-5.775 415.222-82.075c0 0-11.208 28.875-133.445 51.975c-137.824 25.9-307.87 22.925-408.567 6.3c0-.175 20.665 16.975 126.79 23.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignJavaOutlined(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="M394.68 756.99s-34.325 19.95 24.343 26.6c71.1 8.05 107.351 7 185.632-7.874c0 0 20.665 12.949 49.385 24.149c-175.475 75.074-397.184-4.375-259.36-42.875m-21.366-98.173s-38.352 28.35 20.315 34.475c75.83 7.875 135.897 8.4 239.571-11.55c0 0 14.36 14.525 36.952 22.4c-212.427 62.123-448.846 5.075-296.838-45.325m180.73-166.422c43.256 49.699-11.384 94.498-11.384 94.498s109.804-56.7 59.368-127.573c-47.11-66.15-83.185-99.049 112.255-212.273c.175 0-306.819 76.65-160.24 245.348M786.26 829.439s25.393 20.825-27.846 37.1c-101.397 30.625-421.7 39.9-510.664 1.225c-32.048-13.825 28.02-33.25 46.934-37.275c19.613-4.2 30.997-3.5 30.997-3.5c-35.551-25.025-229.94 49.175-98.771 70.35c357.605 58.1 652.165-26.075 559.35-67.9M411.142 557.144S248.1 595.818 353.35 609.818c44.482 5.95 133.095 4.55 215.58-2.275c67.423-5.6 135.196-17.85 135.196-17.85s-23.818 10.15-40.98 21.875c-165.493 43.575-485.096 23.275-393.156-21.175c77.93-37.45 141.151-33.25 141.151-33.25M703.6 720.416c168.296-87.324 90.365-171.322 36.077-159.948c-13.31 2.8-19.264 5.25-19.264 5.25s4.903-7.7 14.36-11.025c107.351-37.8 190.01 111.299-34.675 170.273c0-.175 2.627-2.45 3.502-4.55M602.028 64s93.166 93.1-88.438 236.246c-145.53 114.8-33.274 180.424 0 255.148c-84.936-76.65-147.28-144.024-105.425-206.848C469.634 256.672 639.68 211.873 602.028 64m-174.25 893.188c161.466 10.325 409.443-5.775 415.222-82.075c0 0-11.208 28.875-133.445 51.975c-137.824 25.9-307.87 22.925-408.567 6.3c0-.175 20.665 16.975 126.79 23.8"/></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="M394.68 756.99s-34.325 19.95 24.343 26.6c71.1 8.05 107.351 7 185.632-7.874c0 0 20.665 12.949 49.385 24.149c-175.475 75.074-397.184-4.375-259.36-42.875m-21.366-98.173s-38.352 28.35 20.315 34.475c75.83 7.875 135.897 8.4 239.571-11.55c0 0 14.36 14.525 36.952 22.4c-212.427 62.123-448.846 5.075-296.838-45.325m180.73-166.422c43.256 49.699-11.384 94.498-11.384 94.498s109.804-56.7 59.368-127.573c-47.11-66.15-83.185-99.049 112.255-212.273c.175 0-306.819 76.65-160.24 245.348M786.26 829.439s25.393 20.825-27.846 37.1c-101.397 30.625-421.7 39.9-510.664 1.225c-32.048-13.825 28.02-33.25 46.934-37.275c19.613-4.2 30.997-3.5 30.997-3.5c-35.551-25.025-229.94 49.175-98.771 70.35c357.605 58.1 652.165-26.075 559.35-67.9M411.142 557.144S248.1 595.818 353.35 609.818c44.482 5.95 133.095 4.55 215.58-2.275c67.423-5.6 135.196-17.85 135.196-17.85s-23.818 10.15-40.98 21.875c-165.493 43.575-485.096 23.275-393.156-21.175c77.93-37.45 141.151-33.25 141.151-33.25M703.6 720.416c168.296-87.324 90.365-171.322 36.077-159.948c-13.31 2.8-19.264 5.25-19.264 5.25s4.903-7.7 14.36-11.025c107.351-37.8 190.01 111.299-34.675 170.273c0-.175 2.627-2.45 3.502-4.55M602.028 64s93.166 93.1-88.438 236.246c-145.53 114.8-33.274 180.424 0 255.148c-84.936-76.65-147.28-144.024-105.425-206.848C469.634 256.672 639.68 211.873 602.028 64m-174.25 893.188c161.466 10.325 409.443-5.775 415.222-82.075c0 0-11.208 28.875-133.445 51.975c-137.824 25.9-307.87 22.925-408.567 6.3c0-.175 20.665 16.975 126.79 23.8"/></svg>
</template>

CSS

.icon-java-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%22M394.68%20756.99s-34.325%2019.95%2024.343%2026.6c71.1%208.05%20107.351%207%20185.632-7.874c0%200%2020.665%2012.949%2049.385%2024.149c-175.475%2075.074-397.184-4.375-259.36-42.875m-21.366-98.173s-38.352%2028.35%2020.315%2034.475c75.83%207.875%20135.897%208.4%20239.571-11.55c0%200%2014.36%2014.525%2036.952%2022.4c-212.427%2062.123-448.846%205.075-296.838-45.325m180.73-166.422c43.256%2049.699-11.384%2094.498-11.384%2094.498s109.804-56.7%2059.368-127.573c-47.11-66.15-83.185-99.049%20112.255-212.273c.175%200-306.819%2076.65-160.24%20245.348M786.26%20829.439s25.393%2020.825-27.846%2037.1c-101.397%2030.625-421.7%2039.9-510.664%201.225c-32.048-13.825%2028.02-33.25%2046.934-37.275c19.613-4.2%2030.997-3.5%2030.997-3.5c-35.551-25.025-229.94%2049.175-98.771%2070.35c357.605%2058.1%20652.165-26.075%20559.35-67.9M411.142%20557.144S248.1%20595.818%20353.35%20609.818c44.482%205.95%20133.095%204.55%20215.58-2.275c67.423-5.6%20135.196-17.85%20135.196-17.85s-23.818%2010.15-40.98%2021.875c-165.493%2043.575-485.096%2023.275-393.156-21.175c77.93-37.45%20141.151-33.25%20141.151-33.25M703.6%20720.416c168.296-87.324%2090.365-171.322%2036.077-159.948c-13.31%202.8-19.264%205.25-19.264%205.25s4.903-7.7%2014.36-11.025c107.351-37.8%20190.01%20111.299-34.675%20170.273c0-.175%202.627-2.45%203.502-4.55M602.028%2064s93.166%2093.1-88.438%20236.246c-145.53%20114.8-33.274%20180.424%200%20255.148c-84.936-76.65-147.28-144.024-105.425-206.848C469.634%20256.672%20639.68%20211.873%20602.028%2064m-174.25%20893.188c161.466%2010.325%20409.443-5.775%20415.222-82.075c0%200-11.208%2028.875-133.445%2051.975c-137.824%2025.9-307.87%2022.925-408.567%206.3c0-.175%2020.665%2016.975%20126.79%2023.8%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%22M394.68%20756.99s-34.325%2019.95%2024.343%2026.6c71.1%208.05%20107.351%207%20185.632-7.874c0%200%2020.665%2012.949%2049.385%2024.149c-175.475%2075.074-397.184-4.375-259.36-42.875m-21.366-98.173s-38.352%2028.35%2020.315%2034.475c75.83%207.875%20135.897%208.4%20239.571-11.55c0%200%2014.36%2014.525%2036.952%2022.4c-212.427%2062.123-448.846%205.075-296.838-45.325m180.73-166.422c43.256%2049.699-11.384%2094.498-11.384%2094.498s109.804-56.7%2059.368-127.573c-47.11-66.15-83.185-99.049%20112.255-212.273c.175%200-306.819%2076.65-160.24%20245.348M786.26%20829.439s25.393%2020.825-27.846%2037.1c-101.397%2030.625-421.7%2039.9-510.664%201.225c-32.048-13.825%2028.02-33.25%2046.934-37.275c19.613-4.2%2030.997-3.5%2030.997-3.5c-35.551-25.025-229.94%2049.175-98.771%2070.35c357.605%2058.1%20652.165-26.075%20559.35-67.9M411.142%20557.144S248.1%20595.818%20353.35%20609.818c44.482%205.95%20133.095%204.55%20215.58-2.275c67.423-5.6%20135.196-17.85%20135.196-17.85s-23.818%2010.15-40.98%2021.875c-165.493%2043.575-485.096%2023.275-393.156-21.175c77.93-37.45%20141.151-33.25%20141.151-33.25M703.6%20720.416c168.296-87.324%2090.365-171.322%2036.077-159.948c-13.31%202.8-19.264%205.25-19.264%205.25s4.903-7.7%2014.36-11.025c107.351-37.8%20190.01%20111.299-34.675%20170.273c0-.175%202.627-2.45%203.502-4.55M602.028%2064s93.166%2093.1-88.438%20236.246c-145.53%20114.8-33.274%20180.424%200%20255.148c-84.936-76.65-147.28-144.024-105.425-206.848C469.634%20256.672%20639.68%20211.873%20602.028%2064m-174.25%20893.188c161.466%2010.325%20409.443-5.775%20415.222-82.075c0%200-11.208%2028.875-133.445%2051.975c-137.824%2025.9-307.87%2022.925-408.567%206.3c0-.175%2020.665%2016.975%20126.79%2023.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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