5 In 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 5 In 1 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/321229.svg" alt="5 In 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321229.svg" alt="5 In 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321229.svg" alt="5 In 1 icon" :width="24" :height="24" />
CSS background
.icon-5-in-1 {
background-image: url('https://proicons.com/icon/321229.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="b" points="34.0219 20.393 36.5 19.0437 36.5 28.9563"/><path class="b" d="M11.5,28.1202c.6843.5734,1.3482.8361,3.0074.8361h.2851c1.5348,0,2.779-1.2442,2.779-2.779h0c0-1.5348-1.2442-2.779-2.779-2.779h-3.2925v-4.3547h6.0715"/><circle class="c" cx="23.5653" cy="21.3995" r=".7999"/><line class="b" x1="23.7782" y1="23.1535" x2="24.2847" y2="27.3271"/><path class="b" d="M29.0526,26.7485l-.3154-2.5987c-.1056-.8698-.8963-1.4894-1.7661-1.3838h0c-.8698.1056-1.4894.8963-1.3838,1.7661"/><line class="b" x1="25.9027" y1="27.1307" x2="25.3962" y2="22.9571"/><rect class="b" x="20.0324" y="19.3302" width="12.0441" height="9.3396" transform="translate(-2.7017 3.3138) rotate(-6.9198)"/></svg>
Copied!