Subby Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subby 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/347972.svg" alt="Subby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347972.svg" alt="Subby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347972.svg" alt="Subby icon" :width="24" :height="24" />
CSS background
.icon-subby {
background-image: url('https://proicons.com/icon/347972.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M38.5001,5.5H9.5001c-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"/><path class="c" d="M38.9185,24.6496l-.4758,2.6982c-.1946,1.1038-1.2472,1.9986-2.3511,1.9986h0c-.5519,0-1.0121-.2237-1.31-.5854"/><path class="c" d="M39.5,21.3518l-.5815,3.2978c-.1946,1.1038-1.2472,1.9986-2.3511,1.9986h0c-1.1038,0-1.8409-.8948-1.6462-1.9986l.5815-3.2978"/><path class="c" d="M8.5,25.7723c.3777.6382.9505.8759,1.8057.8759h1.1836c1.1014,0,2.1521-.8948,2.3468-1.9986h0c.1946-1.1038-.5405-1.9986-1.6419-1.9986h-1.3077c-1.1014,0-1.8366-.8948-1.6419-1.9986h0c.1946-1.1038,1.2453-1.9986,2.3468-1.9986h1.1836c.8552,0,1.428.2377,1.8057.8759"/><path class="c" d="M20.114,24.6496c-.1946,1.1038-1.2472,1.9986-2.3511,1.9986h0c-1.1038,0-1.8409-.8948-1.6462-1.9986l.5815-3.2978"/><path class="c" d="M20.561,26.6482c-.4415,0-.7363-.3579-.6585-.7995l.7929-4.4969"/><path class="c" d="M22.7741,23.3504c.1946-1.1038,1.2472-1.9986,2.3511-1.9986h0c1.1038,0,1.8409.8948,1.6462,1.9986l-.2291,1.2991c-.1946,1.1038-1.2472,1.9986-2.3511,1.9986h0c-1.1038,0-1.8409-.8948-1.6462-1.9986"/><line class="c" x1="22.1926" y1="26.6482" x2="23.6023" y2="18.6536"/><path class="c" d="M29.1014,23.3504c.1946-1.1038,1.2472-1.9986,2.3511-1.9986h0c1.1038,0,1.8409.8948,1.6462,1.9986l-.2291,1.2991c-.1946,1.1038-1.2472,1.9986-2.3511,1.9986h0c-1.1038,0-1.8409-.8948-1.6462-1.9986"/><line class="c" x1="28.5199" y1="26.6482" x2="29.9296" y2="18.6536"/></svg>
Copied!