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

Name
experiment-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
experiment-fill

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="m218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8l.3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5l-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513S512 495.1 512 473.1s17.9-39.9 39.9-39.9M878 825.1l-29.9-77.4l-85.7-53.5l-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5l-.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-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23c0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignExperimentFilled(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="m218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8l.3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5l-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513S512 495.1 512 473.1s17.9-39.9 39.9-39.9M878 825.1l-29.9-77.4l-85.7-53.5l-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5l-.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-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23c0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8l.3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5l-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513S512 495.1 512 473.1s17.9-39.9 39.9-39.9M878 825.1l-29.9-77.4l-85.7-53.5l-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5l-.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-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23c0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5"/></svg>
</template>

CSS

.icon-experiment-filled {
  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%22m218.9%20636.3l42.6%2026.6c.1.1.3.2.4.3l12.7%208l.3.3a186.9%20186.9%200%200%200%2094.1%2025.1c44.9%200%2087.2-15.7%20121-43.8a256.27%20256.27%200%200%201%20164.9-59.9c52.3%200%20102.2%2015.7%20144.6%2044.5l7.9%205l-111.6-289V179.8h63.5c4.4%200%208-3.6%208-8V120c0-4.4-3.6-8-8-8H264.7c-4.4%200-8%203.6-8%208v51.9c0%204.4%203.6%208%208%208h63.5v173.6zm333-203.1c22%200%2039.9%2017.9%2039.9%2039.9S573.9%20513%20551.9%20513S512%20495.1%20512%20473.1s17.9-39.9%2039.9-39.9M878%20825.1l-29.9-77.4l-85.7-53.5l-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5l-.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-53%200-103.5-16.1-146.2-45.6l-28.9-18.1L146%20825.1c-2.8%207.4-4.3%2015.2-4.3%2023c0%2035.2%2028.6%2063.8%2063.8%2063.8h612.9c7.9%200%2015.7-1.5%2023-4.3a63.6%2063.6%200%200%200%2036.6-82.5%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%22m218.9%20636.3l42.6%2026.6c.1.1.3.2.4.3l12.7%208l.3.3a186.9%20186.9%200%200%200%2094.1%2025.1c44.9%200%2087.2-15.7%20121-43.8a256.27%20256.27%200%200%201%20164.9-59.9c52.3%200%20102.2%2015.7%20144.6%2044.5l7.9%205l-111.6-289V179.8h63.5c4.4%200%208-3.6%208-8V120c0-4.4-3.6-8-8-8H264.7c-4.4%200-8%203.6-8%208v51.9c0%204.4%203.6%208%208%208h63.5v173.6zm333-203.1c22%200%2039.9%2017.9%2039.9%2039.9S573.9%20513%20551.9%20513S512%20495.1%20512%20473.1s17.9-39.9%2039.9-39.9M878%20825.1l-29.9-77.4l-85.7-53.5l-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5l-.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-53%200-103.5-16.1-146.2-45.6l-28.9-18.1L146%20825.1c-2.8%207.4-4.3%2015.2-4.3%2023c0%2035.2%2028.6%2063.8%2063.8%2063.8h612.9c7.9%200%2015.7-1.5%2023-4.3a63.6%2063.6%200%200%200%2036.6-82.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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