Unicodepad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unicodepad 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/334504.svg" alt="Unicodepad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334504.svg" alt="Unicodepad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334504.svg" alt="Unicodepad icon" :width="24" :height="24" />
CSS background
.icon-unicodepad {
background-image: url('https://proicons.com/icon/334504.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<path class="a" d="M7.4846,33.1813A2.0579,2.0579,0,0,1,5.41,30.6681L6.8,10.0576c.1157-1.7143,1.4226-3.4484,4.5183-3.4038a3.6916,3.6916,0,0,1,3.87,4.1906l-.36,5.5231"/>
<path class="a" d="m34.316 40.677h-27.561l1.9065-13.888c2.76-20.107 34.086-14.994 32.749 5.1853-8.3825 4.1771-28.296 0.5231-32.749-5.1853"/>
<path class="a" d="m34.316 38.66v2.0171h10.083v-2.0171s0.2033-4.4769-5.0417-4.438-5.0416 4.438-5.0416 4.438"/>
<path class="a" d="m20.762 14.121 0.2391-6.0045"/>
<path class="a" d="m37.344 19.538 4.3314-3.8342"/>
<circle class="a" cx="16.166" cy="21.85" r="1.4671"/>
<circle class="a" cx="29.61" cy="25.884" r="1.4671"/>
<path class="a" d="m41.435 31.392-0.1155 2.7329"/>
</svg>
Copied!