Alfred Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Alfred 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/313444.svg" alt="Alfred icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313444.svg" alt="Alfred icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313444.svg" alt="Alfred icon" :width="24" :height="24" />
CSS background
.icon-alfred {
background-image: url('https://proicons.com/icon/313444.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Alfred</title><path d="m0 15.902c0-1.142 1.133-2.184 3-2.977v-1.827c0-4.142 4.029-7.5 9-7.5s9 3.358 9 7.5v1.827c1.867.793 3 1.835 3 2.977 0 2.485-5.373 4.5-12 4.5s-12-2.015-12-4.5z"/></svg>
Copied!