Modelscope Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Modelscope 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/315219.svg" alt="Modelscope icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315219.svg" alt="Modelscope icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315219.svg" alt="Modelscope icon" :width="24" :height="24" />
CSS background
.icon-modelscope {
background-image: url('https://proicons.com/icon/315219.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>ModelScope</title><path d="M2.667 5.333V8H0v5.333h2.667v-2.666H.5V8.5h2.166v2.166h2.666V8H8V5.333Zm0 8v5.334H8V16H5.333v-2.667Zm13.333-8V8h2.667v2.667h2.666V8.5H23.5v2.166h-2.166v2.666H24V8h-2.667V5.333Zm5.333 8h-2.666V16H16v2.667h5.333zM8 10.667v2.666h2.667v-2.666zm2.667 2.666V16h2.666v-2.667zm2.666 0H16v-2.666h-2.667z"/></svg>
Copied!