Slicknewsletters Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slicknewsletters 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/347452.svg" alt="Slicknewsletters icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347452.svg" alt="Slicknewsletters icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347452.svg" alt="Slicknewsletters icon" :width="24" :height="24" />
CSS background
.icon-slicknewsletters {
background-image: url('https://proicons.com/icon/347452.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.7551,39.5355,6.31,26.3068c-2.2364-1.7027-2.4979-6.7024-.2387-8.9145L19.8694,8.4645,43.5,23.7547,31.4335,31.5623a4.7786,4.7786,0,0,0-2.4107,4.207c-.0078,1.4662.8479,3.4385,2.4107,3.0373L43.5,30.999l-5.3246-3.4453"/><path class="a" d="M19.8694,8.4645l1.352,13.4289L43.5,23.7547"/></svg>
Copied!