Spike Email Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spike Email 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/347745.svg" alt="Spike Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347745.svg" alt="Spike Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347745.svg" alt="Spike Email icon" :width="24" :height="24" />
CSS background
.icon-spike-email {
background-image: url('https://proicons.com/icon/347745.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="M35.8189,24a11.8073,11.8073,0,1,0-.6716,3.937A11.8189,11.8189,0,0,0,35.8189,24Z"/><path class="a" d="M37.722,40.5523q.8022-.6657,1.537-1.4059"/><path class="a" d="M45.5,24A21.5,21.5,0,1,0,5.8022,35.4124l-1.3341,8.12,8.12-1.3341A21.4533,21.4533,0,0,0,32.3688,43.81"/><path class="a" d="M35.1451,27.9363c-1.4442,3.5216.9065,5.417,2.93,5.8768C40.5421,34.3738,45.5,31.7944,45.5,24"/></svg>
Copied!