Pixel Ims Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Ims 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/331300.svg" alt="Pixel Ims icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331300.svg" alt="Pixel Ims icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331300.svg" alt="Pixel Ims icon" :width="24" :height="24" />
CSS background
.icon-pixel-ims {
background-image: url('https://proicons.com/icon/331300.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{stroke-width:1px;}.f,.g,.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.h{stroke-width:1px;}</style></defs><path id="b" class="h" d="M39.4038,39.3768V8.6232c0-2.2772-1.8457-4.1232-4.1225-4.1232,0,0,0,0,0,0h-13.383c-1.0662,0-2.0887.4236-2.8426,1.1777l-9.2819,9.2835c-.7539.754-1.1775,1.7767-1.1775,2.8431v21.5726c0,2.2772,1.8457,4.1232,4.1225,4.1232h22.5625c2.2768,0,4.1225-1.846,4.1225-4.1232h0Z"/><path id="c" class="g" d="M24.0032,30.1087c1.1046.0018,1.9986.8986,1.9968,2.0032h0v3.3731c0,1.1063-.8968,2.0032-2.0032,2.0032h0c-1.1046-.0018-1.9986-.8986-1.9968-2.0032h0v-3.3731c0-1.1063.8968-2.0032,2.0032-2.0032h0ZM26,24c0,1.1046-.8954,2-2,2s-2-.8954-2-2,.8954-2,2-2,2,.8954,2,2Z"/><path id="d" class="f" d="M31.9795,29.3793c-1.1046-.0035-1.9972-.9018-1.9936-2.0063h0s.0054-3.3731.0054-3.3731c.0018-1.1063.9-2.0017,2.0064-2h0c1.1046.0035,1.9972.9018,1.9936,2.0063h0s-.0054,3.3731-.0054,3.3731c-.0018,1.1063-.9,2.0017-2.0064,2h0ZM29.973,35.4849c.0018-1.1046.8986-1.9986,2.0032-1.9968s1.9986.8986,1.9968,2.0032-.8986,1.9986-2.0032,1.9968-1.9986-.8986-1.9968-2.0032Z"/><path id="e" class="f" d="M16.0152,29.3793c-1.1046-.0035-1.9972-.9018-1.9936-2.0063h0s.0054-3.3731.0054-3.3731c.0018-1.1063.9-2.0017,2.0064-2h0c1.1046.0035,1.9972.9018,1.9936,2.0063h0s-.0054,3.3731-.0054,3.3731c-.0018,1.1063-.9,2.0017-2.0064,2h0ZM14.0087,35.4849c.0018-1.1046.8986-1.9986,2.0032-1.9968s1.9986.8986,1.9968,2.0032-.8986,1.9986-2.0032,1.9968-1.9986-.8986-1.9968-2.0032Z"/></svg>
Copied!