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

Name
experiment-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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" fill-opacity=".15" d="M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9M752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8c-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2z"/><path fill="currentColor" d="M879 824.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.6-107.6l.1-.2c35.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.1l.6 1.6L813.5 844z"/><path fill="currentColor" d="M552 512c19.3 0 35.4-13.6 39.2-31.8c.6-2.7.8-5.4.8-8.2c0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignExperimentTwotone(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" fillOpacity=".15" d="M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9M752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8c-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2z"/><path fill="currentColor" d="M879 824.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.6-107.6l.1-.2c35.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.1l.6 1.6L813.5 844z"/><path fill="currentColor" d="M552 512c19.3 0 35.4-13.6 39.2-31.8c.6-2.7.8-5.4.8-8.2c0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9M752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8c-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2z"/><path fill="currentColor" d="M879 824.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.6-107.6l.1-.2c35.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.1l.6 1.6L813.5 844z"/><path fill="currentColor" d="M552 512c19.3 0 35.4-13.6 39.2-31.8c.6-2.7.8-5.4.8-8.2c0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4"/></svg>
</template>

CSS

.icon-experiment-twotone {
  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-opacity%3D%22.15%22%20d%3D%22M551.9%20513c19.6%200%2035.9-14.2%2039.3-32.8A40.02%2040.02%200%200%201%20552%20512a40%2040%200%200%201-40-39.4v.5c0%2022%2017.9%2039.9%2039.9%2039.9M752%20687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8c-44.9%200-87.2%2015.7-121%2043.8a256.27%20256.27%200%200%201-164.9%2059.9c-41.2%200-81-9.8-116.7-28L210.5%20844h603l-59.9-155.2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M879%20824.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.6-107.6l.1-.2c35.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.1l.6%201.6L813.5%20844z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M552%20512c19.3%200%2035.4-13.6%2039.2-31.8c.6-2.7.8-5.4.8-8.2c0-22.1-17.9-40-40-40s-40%2017.9-40%2040v.6a40%2040%200%200%200%2040%2039.4%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-opacity%3D%22.15%22%20d%3D%22M551.9%20513c19.6%200%2035.9-14.2%2039.3-32.8A40.02%2040.02%200%200%201%20552%20512a40%2040%200%200%201-40-39.4v.5c0%2022%2017.9%2039.9%2039.9%2039.9M752%20687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8c-44.9%200-87.2%2015.7-121%2043.8a256.27%20256.27%200%200%201-164.9%2059.9c-41.2%200-81-9.8-116.7-28L210.5%20844h603l-59.9-155.2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M879%20824.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.6-107.6l.1-.2c35.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.1l.6%201.6L813.5%20844z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M552%20512c19.3%200%2035.4-13.6%2039.2-31.8c.6-2.7.8-5.4.8-8.2c0-22.1-17.9-40-40-40s-40%2017.9-40%2040v.6a40%2040%200%200%200%2040%2039.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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