42 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The 42 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/313361.svg" alt="42 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313361.svg" alt="42 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313361.svg" alt="42 icon" :width="24" :height="24" />
CSS background
.icon-42 {
background-image: url('https://proicons.com/icon/313361.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>42</title><path d="M19.581 16.851H24v-4.439ZM24 3.574h-4.419v4.42l-4.419 4.418v4.44h4.419v-4.44L24 7.993Zm-4.419 0h-4.419v4.42zm-6.324 8.838H4.419l8.838-8.838H8.838L0 12.412v3.595h8.838v4.419h4.419z"/></svg>
Copied!