Responsive Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Responsive 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/306345.svg" alt="Responsive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306345.svg" alt="Responsive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306345.svg" alt="Responsive icon" :width="24" :height="24" />
CSS background
.icon-responsive {
background-image: url('https://proicons.com/icon/306345.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M926 632h-16V453c0-8-6-15-14-15h-37V212c0-11-6-19-17-19H85c-11 0-22 8-22 19v444c0 11 11 24 22 24h295l-6 66s-2 11-9 19-22 22-22 22-12 12 6 15c11 2 59 4 97 4h36c39 0 86-2 96-4 19-4 7-15 7-15s-14-14-22-23c-7-9-9-18-9-18l-6-66h86v111c0 9 6 15 14 15h278c6 0 12-5 12-11V644c0-7-6-12-12-12zm-23 10v3c0 1-1 2-2 2h-10c-1 0-2-1-2-2v-3c0-1 1-2 2-2h10c1 0 2 1 2 2zm-810 2V228h733v210H648c-8 0-14 6-14 15v191H93zm567 36V469h222v163h-16c-7 0-12 5-12 12v131H660v-95zm112 118c-5 0-9-3-9-8s4-8 9-8c4 0 8 3 8 8 0 4-4 8-8 8zm117-7c0-4 3-8 8-8 4 0 7 4 7 8s-3 7-7 7c-5 0-8-3-8-7zm42-13h-70V653h70v125z"/></svg>
Responsive in other icon packs
Copied!