Everydotorg Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Everydotorg 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/314261.svg" alt="Everydotorg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314261.svg" alt="Everydotorg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314261.svg" alt="Everydotorg icon" :width="24" :height="24" />
CSS background
.icon-everydotorg {
background-image: url('https://proicons.com/icon/314261.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>Every.org</title><path d="M18.151 9.36c0-4.467-3.728-7.855-8.517-7.855C4.278 1.505 0 6.028 0 11.63c0 6.038 4.808 10.864 11.28 10.864 6.474 0 12.266-5.13 12.72-11.848h-2.953c-.549 5.034-4.807 8.896-9.766 8.896-4.77 0-8.31-3.502-8.31-7.912 0-3.975 2.953-7.174 6.663-7.174 3.104 0 5.546 2.12 5.546 4.903 0 2.309-1.666 4.24-3.88 4.24v2.952c3.918 0 6.851-3.274 6.851-7.192"/></svg>
Copied!