500px logo
500px from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- 500px
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the 500px logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.451 9a3 3 0 1 0 3 3a3.03 3.03 0 0 0-3-3m0 5.37A2.355 2.355 0 1 1 9.791 12a2.37 2.37 0 0 1-2.34 2.37M13.899 9a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 5.37a2.355 2.355 0 1 1 2.34-2.37a2.33 2.33 0 0 1-2.34 2.37M2.29 10.8a2.02 2.02 0 0 0-1.59.42V9.63h2.7c.09 0 .15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27 0 0 0-.27.27v2.64c0 .15.09.18.24.21a.23.23 0 0 0 .27-.06a1.71 1.71 0 0 1 1.5-.72a1.56 1.56 0 0 1 1.35 1.32a1.52 1.52 0 0 1-1.32 1.68h-.18a1.53 1.53 0 0 1-1.41-.99c-.03-.09-.09-.15-.33-.06s-.27.15-.24.24a2.127 2.127 0 0 0 2.7 1.26a2.127 2.127 0 0 0 1.26-2.7a2.1 2.1 0 0 0-1.68-1.35m16.65-1.77a1.626 1.626 0 0 0-1.44 1.62v2.67c0 .15.12.18.3.18s.3-.03.3-.18v-2.67a1.01 1.01 0 0 1 .87-1.02a1 1 0 0 1 .75.24a.96.96 0 0 1 .33.72a1.2 1.2 0 0 1-.21.57a.95.95 0 0 1-.84.39c-.12 0-.21 0-.24.27c0 .18 0 .27.15.3a1.5 1.5 0 0 0 .87-.18a1.61 1.61 0 0 0 .87-1.26A1.554 1.554 0 0 0 19.204 9a.8.8 0 0 1-.264.03m3.93 1.56l1.08-1.08c.03-.03.12-.12-.06-.33a.3.3 0 0 0-.21-.12a.16.16 0 0 0-.12.06l-1.08 1.08l-1.08-1.11c-.09-.09-.18-.06-.33.06s-.15.24-.06.33l1.08 1.08l-1.086 1.11a.23.23 0 0 0-.06.12a.25.25 0 0 0 .12.21a.5.5 0 0 0 .21.12a.3.3 0 0 0 .15-.06l1.08-1.08l1.08 1.08a.16.16 0 0 0 .12.06a.3.3 0 0 0 .21-.12c.09-.12.12-.24.03-.3z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIcons500px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.451 9a3 3 0 1 0 3 3a3.03 3.03 0 0 0-3-3m0 5.37A2.355 2.355 0 1 1 9.791 12a2.37 2.37 0 0 1-2.34 2.37M13.899 9a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 5.37a2.355 2.355 0 1 1 2.34-2.37a2.33 2.33 0 0 1-2.34 2.37M2.29 10.8a2.02 2.02 0 0 0-1.59.42V9.63h2.7c.09 0 .15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27 0 0 0-.27.27v2.64c0 .15.09.18.24.21a.23.23 0 0 0 .27-.06a1.71 1.71 0 0 1 1.5-.72a1.56 1.56 0 0 1 1.35 1.32a1.52 1.52 0 0 1-1.32 1.68h-.18a1.53 1.53 0 0 1-1.41-.99c-.03-.09-.09-.15-.33-.06s-.27.15-.24.24a2.127 2.127 0 0 0 2.7 1.26a2.127 2.127 0 0 0 1.26-2.7a2.1 2.1 0 0 0-1.68-1.35m16.65-1.77a1.626 1.626 0 0 0-1.44 1.62v2.67c0 .15.12.18.3.18s.3-.03.3-.18v-2.67a1.01 1.01 0 0 1 .87-1.02a1 1 0 0 1 .75.24a.96.96 0 0 1 .33.72a1.2 1.2 0 0 1-.21.57a.95.95 0 0 1-.84.39c-.12 0-.21 0-.24.27c0 .18 0 .27.15.3a1.5 1.5 0 0 0 .87-.18a1.61 1.61 0 0 0 .87-1.26A1.554 1.554 0 0 0 19.204 9a.8.8 0 0 1-.264.03m3.93 1.56l1.08-1.08c.03-.03.12-.12-.06-.33a.3.3 0 0 0-.21-.12a.16.16 0 0 0-.12.06l-1.08 1.08l-1.08-1.11c-.09-.09-.18-.06-.33.06s-.15.24-.06.33l1.08 1.08l-1.086 1.11a.23.23 0 0 0-.06.12a.25.25 0 0 0 .12.21a.5.5 0 0 0 .21.12a.3.3 0 0 0 .15-.06l1.08-1.08l1.08 1.08a.16.16 0 0 0 .12.06a.3.3 0 0 0 .21-.12c.09-.12.12-.24.03-.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.451 9a3 3 0 1 0 3 3a3.03 3.03 0 0 0-3-3m0 5.37A2.355 2.355 0 1 1 9.791 12a2.37 2.37 0 0 1-2.34 2.37M13.899 9a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 5.37a2.355 2.355 0 1 1 2.34-2.37a2.33 2.33 0 0 1-2.34 2.37M2.29 10.8a2.02 2.02 0 0 0-1.59.42V9.63h2.7c.09 0 .15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27 0 0 0-.27.27v2.64c0 .15.09.18.24.21a.23.23 0 0 0 .27-.06a1.71 1.71 0 0 1 1.5-.72a1.56 1.56 0 0 1 1.35 1.32a1.52 1.52 0 0 1-1.32 1.68h-.18a1.53 1.53 0 0 1-1.41-.99c-.03-.09-.09-.15-.33-.06s-.27.15-.24.24a2.127 2.127 0 0 0 2.7 1.26a2.127 2.127 0 0 0 1.26-2.7a2.1 2.1 0 0 0-1.68-1.35m16.65-1.77a1.626 1.626 0 0 0-1.44 1.62v2.67c0 .15.12.18.3.18s.3-.03.3-.18v-2.67a1.01 1.01 0 0 1 .87-1.02a1 1 0 0 1 .75.24a.96.96 0 0 1 .33.72a1.2 1.2 0 0 1-.21.57a.95.95 0 0 1-.84.39c-.12 0-.21 0-.24.27c0 .18 0 .27.15.3a1.5 1.5 0 0 0 .87-.18a1.61 1.61 0 0 0 .87-1.26A1.554 1.554 0 0 0 19.204 9a.8.8 0 0 1-.264.03m3.93 1.56l1.08-1.08c.03-.03.12-.12-.06-.33a.3.3 0 0 0-.21-.12a.16.16 0 0 0-.12.06l-1.08 1.08l-1.08-1.11c-.09-.09-.18-.06-.33.06s-.15.24-.06.33l1.08 1.08l-1.086 1.11a.23.23 0 0 0-.06.12a.25.25 0 0 0 .12.21a.5.5 0 0 0 .21.12a.3.3 0 0 0 .15-.06l1.08-1.08l1.08 1.08a.16.16 0 0 0 .12.06a.3.3 0 0 0 .21-.12c.09-.12.12-.24.03-.3z"/></svg> </template>
CSS
.icon-500px {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.451%209a3%203%200%201%200%203%203a3.03%203.03%200%200%200-3-3m0%205.37A2.355%202.355%200%201%201%209.791%2012a2.37%202.37%200%200%201-2.34%202.37M13.899%209a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%205.37a2.355%202.355%200%201%201%202.34-2.37a2.33%202.33%200%200%201-2.34%202.37M2.29%2010.8a2.02%202.02%200%200%200-1.59.42V9.63h2.7c.09%200%20.15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27%200%200%200-.27.27v2.64c0%20.15.09.18.24.21a.23.23%200%200%200%20.27-.06a1.71%201.71%200%200%201%201.5-.72a1.56%201.56%200%200%201%201.35%201.32a1.52%201.52%200%200%201-1.32%201.68h-.18a1.53%201.53%200%200%201-1.41-.99c-.03-.09-.09-.15-.33-.06s-.27.15-.24.24a2.127%202.127%200%200%200%202.7%201.26a2.127%202.127%200%200%200%201.26-2.7a2.1%202.1%200%200%200-1.68-1.35m16.65-1.77a1.626%201.626%200%200%200-1.44%201.62v2.67c0%20.15.12.18.3.18s.3-.03.3-.18v-2.67a1.01%201.01%200%200%201%20.87-1.02a1%201%200%200%201%20.75.24a.96.96%200%200%201%20.33.72a1.2%201.2%200%200%201-.21.57a.95.95%200%200%201-.84.39c-.12%200-.21%200-.24.27c0%20.18%200%20.27.15.3a1.5%201.5%200%200%200%20.87-.18a1.61%201.61%200%200%200%20.87-1.26A1.554%201.554%200%200%200%2019.204%209a.8.8%200%200%201-.264.03m3.93%201.56l1.08-1.08c.03-.03.12-.12-.06-.33a.3.3%200%200%200-.21-.12a.16.16%200%200%200-.12.06l-1.08%201.08l-1.08-1.11c-.09-.09-.18-.06-.33.06s-.15.24-.06.33l1.08%201.08l-1.086%201.11a.23.23%200%200%200-.06.12a.25.25%200%200%200%20.12.21a.5.5%200%200%200%20.21.12a.3.3%200%200%200%20.15-.06l1.08-1.08l1.08%201.08a.16.16%200%200%200%20.12.06a.3.3%200%200%200%20.21-.12c.09-.12.12-.24.03-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.451%209a3%203%200%201%200%203%203a3.03%203.03%200%200%200-3-3m0%205.37A2.355%202.355%200%201%201%209.791%2012a2.37%202.37%200%200%201-2.34%202.37M13.899%209a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%205.37a2.355%202.355%200%201%201%202.34-2.37a2.33%202.33%200%200%201-2.34%202.37M2.29%2010.8a2.02%202.02%200%200%200-1.59.42V9.63h2.7c.09%200%20.15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27%200%200%200-.27.27v2.64c0%20.15.09.18.24.21a.23.23%200%200%200%20.27-.06a1.71%201.71%200%200%201%201.5-.72a1.56%201.56%200%200%201%201.35%201.32a1.52%201.52%200%200%201-1.32%201.68h-.18a1.53%201.53%200%200%201-1.41-.99c-.03-.09-.09-.15-.33-.06s-.27.15-.24.24a2.127%202.127%200%200%200%202.7%201.26a2.127%202.127%200%200%200%201.26-2.7a2.1%202.1%200%200%200-1.68-1.35m16.65-1.77a1.626%201.626%200%200%200-1.44%201.62v2.67c0%20.15.12.18.3.18s.3-.03.3-.18v-2.67a1.01%201.01%200%200%201%20.87-1.02a1%201%200%200%201%20.75.24a.96.96%200%200%201%20.33.72a1.2%201.2%200%200%201-.21.57a.95.95%200%200%201-.84.39c-.12%200-.21%200-.24.27c0%20.18%200%20.27.15.3a1.5%201.5%200%200%200%20.87-.18a1.61%201.61%200%200%200%20.87-1.26A1.554%201.554%200%200%200%2019.204%209a.8.8%200%200%201-.264.03m3.93%201.56l1.08-1.08c.03-.03.12-.12-.06-.33a.3.3%200%200%200-.21-.12a.16.16%200%200%200-.12.06l-1.08%201.08l-1.08-1.11c-.09-.09-.18-.06-.33.06s-.15.24-.06.33l1.08%201.08l-1.086%201.11a.23.23%200%200%200-.06.12a.25.25%200%200%200%20.12.21a.5.5%200%200%200%20.21.12a.3.3%200%200%200%20.15-.06l1.08-1.08l1.08%201.08a.16.16%200%200%200%20.12.06a.3.3%200%200%200%20.21-.12c.09-.12.12-.24.03-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/500px.svg?color=%231a73e8&size=48