Pimsleur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pimsleur 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/331266.svg" alt="Pimsleur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331266.svg" alt="Pimsleur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331266.svg" alt="Pimsleur icon" :width="24" :height="24" />
CSS background
.icon-pimsleur {
background-image: url('https://proicons.com/icon/331266.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="M40.013,20.513a16.013,16.013,0,0,0-32.026,0C7.987,29.3568,14.5589,37.5053,24,43.5,24,36.1113,40.013,34.9907,40.013,20.513Z"/><path class="a" d="M34.8425,8.73A24.3267,24.3267,0,0,0,19.8505,30.785,24.8957,24.8957,0,0,0,24,43.5c.1121-7.9486,5.5074-18.3218,15.9874-22.0231"/></svg>
Copied!