experiment icon
experiment from IconPark by ByteDance · Color · Measurement · Apache-2.0 Free for personal and commercial use.
- Name
- experiment
- Set
- IconPark
- Style
- Color
- Category
- Measurement
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More measurement icons from IconPark
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="#000" stroke-width="4"><path stroke-linecap="round" d="M12 4H36"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.7769 30L18.019 15.0386V4H30.0283V15.0386L37.246 30"/><path fill="#2F88FF" stroke-linejoin="round" d="M7.79433 43.673C6.16744 42.8855 5.48698 40.9282 6.27449 39.3013L10.7769 30C10.7769 30 18.0001 35 24.0001 30C30.0001 25 37.2461 30 37.2461 30L41.7352 39.3052C41.9492 39.7488 42.0603 40.2348 42.0603 40.7273C42.0603 42.5347 40.595 44 38.7876 44H9.22025C8.72636 44 8.23888 43.8882 7.79433 43.673Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkExperiment(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="#000" strokeWidth="4"><path strokeLinecap="round" d="M12 4H36"/><path strokeLinecap="round" strokeLinejoin="round" d="M10.7769 30L18.019 15.0386V4H30.0283V15.0386L37.246 30"/><path fill="#2F88FF" strokeLinejoin="round" d="M7.79433 43.673C6.16744 42.8855 5.48698 40.9282 6.27449 39.3013L10.7769 30C10.7769 30 18.0001 35 24.0001 30C30.0001 25 37.2461 30 37.2461 30L41.7352 39.3052C41.9492 39.7488 42.0603 40.2348 42.0603 40.7273C42.0603 42.5347 40.595 44 38.7876 44H9.22025C8.72636 44 8.23888 43.8882 7.79433 43.673Z"/></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="#000" stroke-width="4"><path stroke-linecap="round" d="M12 4H36"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.7769 30L18.019 15.0386V4H30.0283V15.0386L37.246 30"/><path fill="#2F88FF" stroke-linejoin="round" d="M7.79433 43.673C6.16744 42.8855 5.48698 40.9282 6.27449 39.3013L10.7769 30C10.7769 30 18.0001 35 24.0001 30C30.0001 25 37.2461 30 37.2461 30L41.7352 39.3052C41.9492 39.7488 42.0603 40.2348 42.0603 40.7273C42.0603 42.5347 40.595 44 38.7876 44H9.22025C8.72636 44 8.23888 43.8882 7.79433 43.673Z"/></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%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204H36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.7769%2030L18.019%2015.0386V4H30.0283V15.0386L37.246%2030%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.79433%2043.673C6.16744%2042.8855%205.48698%2040.9282%206.27449%2039.3013L10.7769%2030C10.7769%2030%2018.0001%2035%2024.0001%2030C30.0001%2025%2037.2461%2030%2037.2461%2030L41.7352%2039.3052C41.9492%2039.7488%2042.0603%2040.2348%2042.0603%2040.7273C42.0603%2042.5347%2040.595%2044%2038.7876%2044H9.22025C8.72636%2044%208.23888%2043.8882%207.79433%2043.673Z%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%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204H36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.7769%2030L18.019%2015.0386V4H30.0283V15.0386L37.246%2030%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.79433%2043.673C6.16744%2042.8855%205.48698%2040.9282%206.27449%2039.3013L10.7769%2030C10.7769%2030%2018.0001%2035%2024.0001%2030C30.0001%2025%2037.2461%2030%2037.2461%2030L41.7352%2039.3052C41.9492%2039.7488%2042.0603%2040.2348%2042.0603%2040.7273C42.0603%2042.5347%2040.595%2044%2038.7876%2044H9.22025C8.72636%2044%208.23888%2043.8882%207.79433%2043.673Z%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/experiment.svg?color=%231a73e8&size=48