Yoke Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yoke 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/335468.svg" alt="Yoke icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335468.svg" alt="Yoke icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335468.svg" alt="Yoke icon" :width="24" :height="24" />
CSS background
.icon-yoke {
background-image: url('https://proicons.com/icon/335468.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.8,33.9V14.1c4.3-1.6,1.9-5.9,0-5.9H7.3A2.62,2.62,0,0,0,4.5,11V31.9a7.8,7.8,0,0,0,8.2,8H35.6a7.81,7.81,0,0,0,7.8-7.5V10.5a2.42,2.42,0,0,0-2.6-2.4H35c-1.9,0-4.1,4.8,0,5.9V33.8H31.7V24.2c0-2.9-1.7-4.5-4.5-4.5H20.5A4.12,4.12,0,0,0,16.3,24v9.8H12.8Z"/><rect class="a" x="20.9" y="24.5" width="6.1" height="6"/><line class="a" x1="20.9" y1="33.9" x2="27.1" y2="33.9"/><line class="a" x1="35.1" y1="15.6" x2="38.8" y2="15.6"/><line class="a" x1="35.1" y1="20.3" x2="38.8" y2="20.3"/><line class="a" x1="35.1" y1="25" x2="38.8" y2="25"/><line class="a" x1="12.8" y1="25" x2="9.2" y2="25"/><line class="a" x1="12.8" y1="20.3" x2="9.2" y2="20.3"/><line class="a" x1="12.8" y1="15.6" x2="9.2" y2="15.6"/></svg>
Copied!