Range Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Range 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/312246.svg" alt="Range icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312246.svg" alt="Range icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312246.svg" alt="Range icon" :width="24" :height="24" />
CSS background
.icon-range {
background-image: url('https://proicons.com/icon/312246.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" id="memory-range" viewBox="0 0 22 22"><path d="M7 8H5V7H4V6H3V4H9V6H8V7H7M3 12H1V10H3M12 12H9V10H12M21 12H18V10H21M7 13H5V12H4V10H5V9H7V10H8V12H7M16 13H14V12H13V10H14V9H16V10H17V12H16M18 18H12V16H13V15H14V14H16V15H17V16H18Z" /></svg>
Copied!