Scrimba Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Scrimba 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/315970.svg" alt="Scrimba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315970.svg" alt="Scrimba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315970.svg" alt="Scrimba icon" :width="24" :height="24" />
CSS background
.icon-scrimba {
background-image: url('https://proicons.com/icon/315970.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>Scrimba</title><path d="M24 6.222a2.222 2.222 0 01-2.222 2.222h-8.89a2.222 2.222 0 010-4.444h8.89C23.005 4 24 4.995 24 6.222zm-7.333 9.334h-8.89a2.222 2.222 0 000 4.444h8.89a2.222 2.222 0 000-4.444zm0-5.778H13.11a2.222 2.222 0 000 4.444h3.556a2.222 2.222 0 000-4.444zM2.222 15.556a2.222 2.222 0 100 4.444 2.222 2.222 0 000-4.444z"/></svg>
Copied!