experiment from IconPark Solid by ByteDance · Solid · Measurement · Apache-2.0 Free for personal and commercial use.

Name
experiment
Set
IconPark Solid
Style
Solid
Category
Measurement
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More measurement icons from IconPark Solid

Use the experiment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M12 4h24"/><path stroke-linecap="round" stroke-linejoin="round" d="m10.777 30l7.242-14.961V4h12.01v11.039L37.245 30"/><path fill="currentColor" stroke-linejoin="round" d="M7.794 43.673a3.273 3.273 0 0 1-1.52-4.372L10.777 30S18 35 24 30s13.246 0 13.246 0l4.49 9.305A3.273 3.273 0 0 1 38.787 44H9.22c-.494 0-.981-.112-1.426-.327Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidExperiment(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" d="M12 4h24"/><path strokeLinecap="round" strokeLinejoin="round" d="m10.777 30l7.242-14.961V4h12.01v11.039L37.245 30"/><path fill="currentColor" strokeLinejoin="round" d="M7.794 43.673a3.273 3.273 0 0 1-1.52-4.372L10.777 30S18 35 24 30s13.246 0 13.246 0l4.49 9.305A3.273 3.273 0 0 1 38.787 44H9.22c-.494 0-.981-.112-1.426-.327Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M12 4h24"/><path stroke-linecap="round" stroke-linejoin="round" d="m10.777 30l7.242-14.961V4h12.01v11.039L37.245 30"/><path fill="currentColor" stroke-linejoin="round" d="M7.794 43.673a3.273 3.273 0 0 1-1.52-4.372L10.777 30S18 35 24 30s13.246 0 13.246 0l4.49 9.305A3.273 3.273 0 0 1 38.787 44H9.22c-.494 0-.981-.112-1.426-.327Z"/></g></svg>
</template>

CSS

.icon-experiment {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204h24%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.777%2030l7.242-14.961V4h12.01v11.039L37.245%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.794%2043.673a3.273%203.273%200%200%201-1.52-4.372L10.777%2030S18%2035%2024%2030s13.246%200%2013.246%200l4.49%209.305A3.273%203.273%200%200%201%2038.787%2044H9.22c-.494%200-.981-.112-1.426-.327Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204h24%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.777%2030l7.242-14.961V4h12.01v11.039L37.245%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.794%2043.673a3.273%203.273%200%200%201-1.52-4.372L10.777%2030S18%2035%2024%2030s13.246%200%2013.246%200l4.49%209.305A3.273%203.273%200%200%201%2038.787%2044H9.22c-.494%200-.981-.112-1.426-.327Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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