Mlflow Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mlflow icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315212.svg" alt="Mlflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315212.svg" alt="Mlflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315212.svg" alt="Mlflow icon" :width="24" :height="24" />
CSS background
.icon-mlflow {
background-image: url('https://proicons.com/icon/315212.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>MLflow</title><path d="M11.883.002a12.044 12.044 0 0 0-9.326 19.463l3.668-2.694A7.573 7.573 0 0 1 12.043 4.45v2.867l6.908-5.14A12.012 12.012 0 0 0 11.883.002zm9.562 4.533L17.777 7.23a7.573 7.573 0 0 1-5.818 12.322v-2.867l-6.908 5.14a12.046 12.046 0 0 0 16.394-17.29z"/></svg>
Copied!