Now Playing History Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Now Playing History 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/330401.svg" alt="Now Playing History icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330401.svg" alt="Now Playing History icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330401.svg" alt="Now Playing History icon" :width="24" :height="24" />
CSS background
.icon-now-playing-history {
background-image: url('https://proicons.com/icon/330401.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M15.6181,35.5183c2.9551,2.9662,7.044,4.8018,11.5618,4.8018,9.0133,0,16.3201-7.3067,16.3201-16.3201S36.1933,7.6799,27.1799,7.6799,10.8598,14.9867,10.8598,24"/><polygon class="c" points="10.7994 31.0508 17.0988 23.9997 4.5 23.9997 10.7994 31.0508"/><circle class="c" cx="25.1965" cy="27.9907" r="3.9437"/><line class="c" x1="29.1402" y1="27.9907" x2="29.1402" y2="16.6421"/><rect class="c" x="29.1402" y="16.6421" width="5.0381" height="3.1842"/></svg>
Copied!