Resona Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Resona 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/332105.svg" alt="Resona icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332105.svg" alt="Resona icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332105.svg" alt="Resona icon" :width="24" :height="24" />
CSS background
.icon-resona {
background-image: url('https://proicons.com/icon/332105.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;}</style></defs><path class="b" d="M29.3472,34.0884H8.2817c-2.085,0-3.7817-1.6824-3.7817-3.7817V13.4974c0-2.085,1.6967-3.7817,3.7817-3.7817h26.9179c2.085,0,3.7817,1.6967,3.7817,3.7817v10.4681"/><rect class="b" x="7.2866" y="13.9539" width="28.6643" height="2.8422"/><rect class="b" x="7.2866" y="19.7593" width="7.1963" height="5.745"/><line class="b" x1="22.2134" y1="26.0889" x2="23.3019" y2="26.0889"/><line class="b" x1="26.0232" y1="26.0889" x2="27.1117" y2="26.0889"/><circle class="b" cx="36.0416" cy="30.826" r="7.4584"/><line class="b" x1="36.0416" y1="34.5955" x2="36.0416" y2="27.0565"/><line class="b" x1="32.2721" y1="30.826" x2="39.8111" y2="30.826"/></svg>
Copied!