Media Rescan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Media Rescan 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/328990.svg" alt="Media Rescan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328990.svg" alt="Media Rescan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328990.svg" alt="Media Rescan icon" :width="24" :height="24" />
CSS background
.icon-media-rescan {
background-image: url('https://proicons.com/icon/328990.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,23.9538a1.749,1.749,0,0,0-.51-1.1991L29.131,8.8854a1.7588,1.7588,0,0,0-1.249-.51H6.4985A1.9986,1.9986,0,0,0,4.5,10.3243v27.279a1.9985,1.9985,0,0,0,1.9985,1.9985H27.6222a1.82,1.82,0,0,0,.57,0h13.36A1.9986,1.9986,0,0,0,43.5,37.6033Z"/><line class="a" x1="38.244" y1="22.5249" x2="34.0173" y2="22.5249"/><line class="a" x1="41.1318" y1="27.0415" x2="34.0173" y2="27.0415"/><line class="a" x1="41.1318" y1="31.568" x2="34.0173" y2="31.568"/><line class="a" x1="41.1318" y1="36.0945" x2="34.0173" y2="36.0945"/><path class="a" d="M26.7061,22.6524A7.0435,7.0435,0,0,0,24.75,18.9652a7.1365,7.1365,0,0,0-10.07,0"/><path class="a" d="M12.7238,25.3616A7.1233,7.1233,0,0,0,24.75,29.0356"/><polygon class="a" points="14.045 18.331 15.459 19.745 17.349 21.635 12.155 21.635 12.155 16.428 14.045 18.331"/><polygon class="a" points="23.984 28.269 22.081 26.366 27.288 26.366 27.288 31.573 25.398 29.683 23.984 28.269"/></svg>
Copied!