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

Name
experiment-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
experiment, experiment-outline

2 other variants in Ant Design Icons

The same icon in other sets

Use the experiment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 472a40 40 0 1 0 80 0a40 40 0 1 0-80 0m367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1c0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3c33-12.7 49.4-49.8 36.6-82.8M395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8c-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8c61.2 0 119.2-21.5 165.3-60c33.9-28.2 76.3-43.9 121.3-43.9c35 0 68.4 9.5 97.6 27.1L813.5 844z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignExperimentOutlined(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" d="M512 472a40 40 0 1 0 80 0a40 40 0 1 0-80 0m367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1c0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3c33-12.7 49.4-49.8 36.6-82.8M395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8c-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8c61.2 0 119.2-21.5 165.3-60c33.9-28.2 76.3-43.9 121.3-43.9c35 0 68.4 9.5 97.6 27.1L813.5 844z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 472a40 40 0 1 0 80 0a40 40 0 1 0-80 0m367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1c0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3c33-12.7 49.4-49.8 36.6-82.8M395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8c-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8c61.2 0 119.2-21.5 165.3-60c33.9-28.2 76.3-43.9 121.3-43.9c35 0 68.4 9.5 97.6 27.1L813.5 844z"/></svg>
</template>

CSS

.icon-experiment-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%20d%3D%22M512%20472a40%2040%200%201%200%2080%200a40%2040%200%201%200-80%200m367%20352.9L696.3%20352V178H768v-68H256v68h71.7v174L145%20824.9c-2.8%207.4-4.3%2015.2-4.3%2023.1c0%2035.3%2028.7%2064%2064%2064h614.6c7.9%200%2015.7-1.5%2023.1-4.3c33-12.7%2049.4-49.8%2036.6-82.8M395.7%20364.7V180h232.6v184.7L719.2%20600c-20.7-5.3-42.1-8-63.9-8c-61.2%200-119.2%2021.5-165.3%2060a188.78%20188.78%200%200%201-121.3%2043.9c-32.7%200-64.1-8.3-91.8-23.7zM210.5%20844l41.7-107.8c35.7%2018.1%2075.4%2027.8%20116.6%2027.8c61.2%200%20119.2-21.5%20165.3-60c33.9-28.2%2076.3-43.9%20121.3-43.9c35%200%2068.4%209.5%2097.6%2027.1L813.5%20844z%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%20d%3D%22M512%20472a40%2040%200%201%200%2080%200a40%2040%200%201%200-80%200m367%20352.9L696.3%20352V178H768v-68H256v68h71.7v174L145%20824.9c-2.8%207.4-4.3%2015.2-4.3%2023.1c0%2035.3%2028.7%2064%2064%2064h614.6c7.9%200%2015.7-1.5%2023.1-4.3c33-12.7%2049.4-49.8%2036.6-82.8M395.7%20364.7V180h232.6v184.7L719.2%20600c-20.7-5.3-42.1-8-63.9-8c-61.2%200-119.2%2021.5-165.3%2060a188.78%20188.78%200%200%201-121.3%2043.9c-32.7%200-64.1-8.3-91.8-23.7zM210.5%20844l41.7-107.8c35.7%2018.1%2075.4%2027.8%20116.6%2027.8c61.2%200%20119.2-21.5%20165.3-60c33.9-28.2%2076.3-43.9%20121.3-43.9c35%200%2068.4%209.5%2097.6%2027.1L813.5%20844z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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