500px Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 500px 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/304886.svg" alt="500px icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304886.svg" alt="500px icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304886.svg" alt="500px icon" :width="24" :height="24" />
CSS background
.icon-500px {
background-image: url('https://proicons.com/icon/304886.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M544 837c160 0 290-131 290-291S704 256 543 256c-80 0-154 32-209 88V111h400c14 0 25-11 25-24s-11-24-25-24H310c-14 0-25 9-25 22v333c-1 12 7 22 18 25s23-2 28-12c43-78 124-126 213-126 133 0 241 108 241 241S676 788 543 788c-44 0-87-13-124-35V546c0-68 56-124 124-124s124 56 124 124c0 69-55 124-124 124-16 0-32-3-47-9-13-6-27 0-32 13-6 12 0 27 13 32 21 9 43 13 67 13 95 0 173-77 173-173s-78-173-173-173-173 78-173 173v168c-29-28-49-63-60-104-4-13-17-20-30-17-13 4-21 17-18 30 35 126 150 214 281 214zM396 185c-13 6-18 20-13 33s20 18 33 12c77-34 228-70 376 75 5 5 11 7 18 7 6 0 12-2 17-7 10-10 10-25 0-35-175-172-360-116-431-85zm440 583c-11-9-26-7-35 3-65 74-159 117-257 117-174 0-319-130-339-301-1-14-14-24-27-22-14 1-23 14-22 27 23 197 189 345 388 345 113 0 220-48 294-134 9-10 8-26-2-35zM481 606c5 5 11 7 18 7 6 0 12-2 17-7l25-25 25 25c5 5 11 8 17 8 7 0 13-3 18-7 9-10 10-25 0-35l-25-25 24-24c10-10 10-25 1-35-10-10-26-10-35 0l-25 24-24-25c-9-9-25-9-34 0-10 10-10 25-1 35l24 24-25 25c-9 10-10 25 0 35z"/></svg>
Copied!