500px logo
500px from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- 500px
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×128
- License
- CC0
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 512 128"><path d="M158.951 0C123.599 0 94.94 28.654 94.94 64s28.659 64 64.011 64c35.353 0 64.011-28.654 64.011-64c-.312-35.216-28.789-63.687-64.011-64m0 114.56c-27.75.176-50.39-22.173-50.567-49.92c-.176-27.745 22.177-50.381 49.928-50.558S208.702 36.254 208.88 64c.002 27.675-22.25 50.21-49.929 50.56M296.511 0c-35.352 0-64.01 28.654-64.01 64s28.658 64 64.01 64s64.012-28.654 64.012-64a64 64 0 0 0-18.749-45.255A64.02 64.02 0 0 0 296.511 0m0 114.56c-27.75.176-50.39-22.173-50.566-49.92c-.177-27.745 22.176-50.381 49.927-50.558c27.75-.177 50.391 22.172 50.568 49.918a49.72 49.72 0 0 1-14.337 35.77a49.74 49.74 0 0 1-35.592 14.79M48.851 38.4a43.15 43.15 0 0 0-33.926 8.96V13.44h57.61c1.921 0 3.201-.64 3.201-6.4s-2.56-5.76-3.84-5.76H8.524a5.76 5.76 0 0 0-5.76 5.76v56.32c0 3.2 1.92 3.84 5.12 4.48c1.99.92 4.349.395 5.761-1.28A36.42 36.42 0 0 1 45.651 51.2c14.838 1.852 26.62 13.37 28.805 28.16C76.489 97.008 63.922 113 46.291 115.2h-3.84a32.65 32.65 0 0 1-30.086-21.12c-.64-1.92-1.92-3.2-7.041-1.28S-.437 96 .203 97.92c8.67 23.157 34.29 35.11 57.61 26.88c23.162-8.669 35.117-34.283 26.885-57.6A44.8 44.8 0 0 0 48.85 38.4M404.051.64c-17.548 2.02-30.777 16.9-30.726 34.56v56.96c0 3.2 2.56 3.84 6.401 3.84s6.401-.64 6.401-3.84V35.2c-.232-10.913 7.75-20.268 18.564-21.76a21.06 21.06 0 0 1 16.003 5.12a20.4 20.4 0 0 1 7.04 15.36a25.6 25.6 0 0 1-4.48 12.16a20.17 20.17 0 0 1-17.923 8.32c-2.56 0-4.481 0-5.121 5.76c0 3.84 0 5.76 3.2 6.4a31.5 31.5 0 0 0 18.564-3.84a34.37 34.37 0 0 0 18.563-26.88a33.15 33.15 0 0 0-7.912-24.387A33.16 33.16 0 0 0 409.684 0c-1.832.514-3.734.73-5.633.64m83.854 33.28l23.045-23.04c.64-.64 2.56-2.56-1.28-7.04a6.4 6.4 0 0 0-4.481-2.56a3.33 3.33 0 0 0-2.56 1.28L479.583 25.6L456.54 1.92C454.62 0 452.7.64 449.499 3.2c-3.2 2.56-3.2 5.12-1.28 7.04l23.043 23.04l-23.172 23.68a4.86 4.86 0 0 0-1.28 2.56c.034 1.832 1 3.52 2.56 4.48a10.3 10.3 0 0 0 4.481 2.56a6.8 6.8 0 0 0 3.201-1.28l23.044-23.04l23.044 23.04a3.33 3.33 0 0 0 2.56 1.28a6.4 6.4 0 0 0 4.481-2.56c1.92-2.56 2.56-5.12.64-6.4z"/></svg>
React
import type { SVGProps } from "react";
export function Logos500px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 128"><path d="M158.951 0C123.599 0 94.94 28.654 94.94 64s28.659 64 64.011 64c35.353 0 64.011-28.654 64.011-64c-.312-35.216-28.789-63.687-64.011-64m0 114.56c-27.75.176-50.39-22.173-50.567-49.92c-.176-27.745 22.177-50.381 49.928-50.558S208.702 36.254 208.88 64c.002 27.675-22.25 50.21-49.929 50.56M296.511 0c-35.352 0-64.01 28.654-64.01 64s28.658 64 64.01 64s64.012-28.654 64.012-64a64 64 0 0 0-18.749-45.255A64.02 64.02 0 0 0 296.511 0m0 114.56c-27.75.176-50.39-22.173-50.566-49.92c-.177-27.745 22.176-50.381 49.927-50.558c27.75-.177 50.391 22.172 50.568 49.918a49.72 49.72 0 0 1-14.337 35.77a49.74 49.74 0 0 1-35.592 14.79M48.851 38.4a43.15 43.15 0 0 0-33.926 8.96V13.44h57.61c1.921 0 3.201-.64 3.201-6.4s-2.56-5.76-3.84-5.76H8.524a5.76 5.76 0 0 0-5.76 5.76v56.32c0 3.2 1.92 3.84 5.12 4.48c1.99.92 4.349.395 5.761-1.28A36.42 36.42 0 0 1 45.651 51.2c14.838 1.852 26.62 13.37 28.805 28.16C76.489 97.008 63.922 113 46.291 115.2h-3.84a32.65 32.65 0 0 1-30.086-21.12c-.64-1.92-1.92-3.2-7.041-1.28S-.437 96 .203 97.92c8.67 23.157 34.29 35.11 57.61 26.88c23.162-8.669 35.117-34.283 26.885-57.6A44.8 44.8 0 0 0 48.85 38.4M404.051.64c-17.548 2.02-30.777 16.9-30.726 34.56v56.96c0 3.2 2.56 3.84 6.401 3.84s6.401-.64 6.401-3.84V35.2c-.232-10.913 7.75-20.268 18.564-21.76a21.06 21.06 0 0 1 16.003 5.12a20.4 20.4 0 0 1 7.04 15.36a25.6 25.6 0 0 1-4.48 12.16a20.17 20.17 0 0 1-17.923 8.32c-2.56 0-4.481 0-5.121 5.76c0 3.84 0 5.76 3.2 6.4a31.5 31.5 0 0 0 18.564-3.84a34.37 34.37 0 0 0 18.563-26.88a33.15 33.15 0 0 0-7.912-24.387A33.16 33.16 0 0 0 409.684 0c-1.832.514-3.734.73-5.633.64m83.854 33.28l23.045-23.04c.64-.64 2.56-2.56-1.28-7.04a6.4 6.4 0 0 0-4.481-2.56a3.33 3.33 0 0 0-2.56 1.28L479.583 25.6L456.54 1.92C454.62 0 452.7.64 449.499 3.2c-3.2 2.56-3.2 5.12-1.28 7.04l23.043 23.04l-23.172 23.68a4.86 4.86 0 0 0-1.28 2.56c.034 1.832 1 3.52 2.56 4.48a10.3 10.3 0 0 0 4.481 2.56a6.8 6.8 0 0 0 3.201-1.28l23.044-23.04l23.044 23.04a3.33 3.33 0 0 0 2.56 1.28a6.4 6.4 0 0 0 4.481-2.56c1.92-2.56 2.56-5.12.64-6.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 128"><path d="M158.951 0C123.599 0 94.94 28.654 94.94 64s28.659 64 64.011 64c35.353 0 64.011-28.654 64.011-64c-.312-35.216-28.789-63.687-64.011-64m0 114.56c-27.75.176-50.39-22.173-50.567-49.92c-.176-27.745 22.177-50.381 49.928-50.558S208.702 36.254 208.88 64c.002 27.675-22.25 50.21-49.929 50.56M296.511 0c-35.352 0-64.01 28.654-64.01 64s28.658 64 64.01 64s64.012-28.654 64.012-64a64 64 0 0 0-18.749-45.255A64.02 64.02 0 0 0 296.511 0m0 114.56c-27.75.176-50.39-22.173-50.566-49.92c-.177-27.745 22.176-50.381 49.927-50.558c27.75-.177 50.391 22.172 50.568 49.918a49.72 49.72 0 0 1-14.337 35.77a49.74 49.74 0 0 1-35.592 14.79M48.851 38.4a43.15 43.15 0 0 0-33.926 8.96V13.44h57.61c1.921 0 3.201-.64 3.201-6.4s-2.56-5.76-3.84-5.76H8.524a5.76 5.76 0 0 0-5.76 5.76v56.32c0 3.2 1.92 3.84 5.12 4.48c1.99.92 4.349.395 5.761-1.28A36.42 36.42 0 0 1 45.651 51.2c14.838 1.852 26.62 13.37 28.805 28.16C76.489 97.008 63.922 113 46.291 115.2h-3.84a32.65 32.65 0 0 1-30.086-21.12c-.64-1.92-1.92-3.2-7.041-1.28S-.437 96 .203 97.92c8.67 23.157 34.29 35.11 57.61 26.88c23.162-8.669 35.117-34.283 26.885-57.6A44.8 44.8 0 0 0 48.85 38.4M404.051.64c-17.548 2.02-30.777 16.9-30.726 34.56v56.96c0 3.2 2.56 3.84 6.401 3.84s6.401-.64 6.401-3.84V35.2c-.232-10.913 7.75-20.268 18.564-21.76a21.06 21.06 0 0 1 16.003 5.12a20.4 20.4 0 0 1 7.04 15.36a25.6 25.6 0 0 1-4.48 12.16a20.17 20.17 0 0 1-17.923 8.32c-2.56 0-4.481 0-5.121 5.76c0 3.84 0 5.76 3.2 6.4a31.5 31.5 0 0 0 18.564-3.84a34.37 34.37 0 0 0 18.563-26.88a33.15 33.15 0 0 0-7.912-24.387A33.16 33.16 0 0 0 409.684 0c-1.832.514-3.734.73-5.633.64m83.854 33.28l23.045-23.04c.64-.64 2.56-2.56-1.28-7.04a6.4 6.4 0 0 0-4.481-2.56a3.33 3.33 0 0 0-2.56 1.28L479.583 25.6L456.54 1.92C454.62 0 452.7.64 449.499 3.2c-3.2 2.56-3.2 5.12-1.28 7.04l23.043 23.04l-23.172 23.68a4.86 4.86 0 0 0-1.28 2.56c.034 1.832 1 3.52 2.56 4.48a10.3 10.3 0 0 0 4.481 2.56a6.8 6.8 0 0 0 3.201-1.28l23.044-23.04l23.044 23.04a3.33 3.33 0 0 0 2.56 1.28a6.4 6.4 0 0 0 4.481-2.56c1.92-2.56 2.56-5.12.64-6.4z"/></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%20512%20128%22%3E%3Cpath%20d%3D%22M158.951%200C123.599%200%2094.94%2028.654%2094.94%2064s28.659%2064%2064.011%2064c35.353%200%2064.011-28.654%2064.011-64c-.312-35.216-28.789-63.687-64.011-64m0%20114.56c-27.75.176-50.39-22.173-50.567-49.92c-.176-27.745%2022.177-50.381%2049.928-50.558S208.702%2036.254%20208.88%2064c.002%2027.675-22.25%2050.21-49.929%2050.56M296.511%200c-35.352%200-64.01%2028.654-64.01%2064s28.658%2064%2064.01%2064s64.012-28.654%2064.012-64a64%2064%200%200%200-18.749-45.255A64.02%2064.02%200%200%200%20296.511%200m0%20114.56c-27.75.176-50.39-22.173-50.566-49.92c-.177-27.745%2022.176-50.381%2049.927-50.558c27.75-.177%2050.391%2022.172%2050.568%2049.918a49.72%2049.72%200%200%201-14.337%2035.77a49.74%2049.74%200%200%201-35.592%2014.79M48.851%2038.4a43.15%2043.15%200%200%200-33.926%208.96V13.44h57.61c1.921%200%203.201-.64%203.201-6.4s-2.56-5.76-3.84-5.76H8.524a5.76%205.76%200%200%200-5.76%205.76v56.32c0%203.2%201.92%203.84%205.12%204.48c1.99.92%204.349.395%205.761-1.28A36.42%2036.42%200%200%201%2045.651%2051.2c14.838%201.852%2026.62%2013.37%2028.805%2028.16C76.489%2097.008%2063.922%20113%2046.291%20115.2h-3.84a32.65%2032.65%200%200%201-30.086-21.12c-.64-1.92-1.92-3.2-7.041-1.28S-.437%2096%20.203%2097.92c8.67%2023.157%2034.29%2035.11%2057.61%2026.88c23.162-8.669%2035.117-34.283%2026.885-57.6A44.8%2044.8%200%200%200%2048.85%2038.4M404.051.64c-17.548%202.02-30.777%2016.9-30.726%2034.56v56.96c0%203.2%202.56%203.84%206.401%203.84s6.401-.64%206.401-3.84V35.2c-.232-10.913%207.75-20.268%2018.564-21.76a21.06%2021.06%200%200%201%2016.003%205.12a20.4%2020.4%200%200%201%207.04%2015.36a25.6%2025.6%200%200%201-4.48%2012.16a20.17%2020.17%200%200%201-17.923%208.32c-2.56%200-4.481%200-5.121%205.76c0%203.84%200%205.76%203.2%206.4a31.5%2031.5%200%200%200%2018.564-3.84a34.37%2034.37%200%200%200%2018.563-26.88a33.15%2033.15%200%200%200-7.912-24.387A33.16%2033.16%200%200%200%20409.684%200c-1.832.514-3.734.73-5.633.64m83.854%2033.28l23.045-23.04c.64-.64%202.56-2.56-1.28-7.04a6.4%206.4%200%200%200-4.481-2.56a3.33%203.33%200%200%200-2.56%201.28L479.583%2025.6L456.54%201.92C454.62%200%20452.7.64%20449.499%203.2c-3.2%202.56-3.2%205.12-1.28%207.04l23.043%2023.04l-23.172%2023.68a4.86%204.86%200%200%200-1.28%202.56c.034%201.832%201%203.52%202.56%204.48a10.3%2010.3%200%200%200%204.481%202.56a6.8%206.8%200%200%200%203.201-1.28l23.044-23.04l23.044%2023.04a3.33%203.33%200%200%200%202.56%201.28a6.4%206.4%200%200%200%204.481-2.56c1.92-2.56%202.56-5.12.64-6.4z%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%20512%20128%22%3E%3Cpath%20d%3D%22M158.951%200C123.599%200%2094.94%2028.654%2094.94%2064s28.659%2064%2064.011%2064c35.353%200%2064.011-28.654%2064.011-64c-.312-35.216-28.789-63.687-64.011-64m0%20114.56c-27.75.176-50.39-22.173-50.567-49.92c-.176-27.745%2022.177-50.381%2049.928-50.558S208.702%2036.254%20208.88%2064c.002%2027.675-22.25%2050.21-49.929%2050.56M296.511%200c-35.352%200-64.01%2028.654-64.01%2064s28.658%2064%2064.01%2064s64.012-28.654%2064.012-64a64%2064%200%200%200-18.749-45.255A64.02%2064.02%200%200%200%20296.511%200m0%20114.56c-27.75.176-50.39-22.173-50.566-49.92c-.177-27.745%2022.176-50.381%2049.927-50.558c27.75-.177%2050.391%2022.172%2050.568%2049.918a49.72%2049.72%200%200%201-14.337%2035.77a49.74%2049.74%200%200%201-35.592%2014.79M48.851%2038.4a43.15%2043.15%200%200%200-33.926%208.96V13.44h57.61c1.921%200%203.201-.64%203.201-6.4s-2.56-5.76-3.84-5.76H8.524a5.76%205.76%200%200%200-5.76%205.76v56.32c0%203.2%201.92%203.84%205.12%204.48c1.99.92%204.349.395%205.761-1.28A36.42%2036.42%200%200%201%2045.651%2051.2c14.838%201.852%2026.62%2013.37%2028.805%2028.16C76.489%2097.008%2063.922%20113%2046.291%20115.2h-3.84a32.65%2032.65%200%200%201-30.086-21.12c-.64-1.92-1.92-3.2-7.041-1.28S-.437%2096%20.203%2097.92c8.67%2023.157%2034.29%2035.11%2057.61%2026.88c23.162-8.669%2035.117-34.283%2026.885-57.6A44.8%2044.8%200%200%200%2048.85%2038.4M404.051.64c-17.548%202.02-30.777%2016.9-30.726%2034.56v56.96c0%203.2%202.56%203.84%206.401%203.84s6.401-.64%206.401-3.84V35.2c-.232-10.913%207.75-20.268%2018.564-21.76a21.06%2021.06%200%200%201%2016.003%205.12a20.4%2020.4%200%200%201%207.04%2015.36a25.6%2025.6%200%200%201-4.48%2012.16a20.17%2020.17%200%200%201-17.923%208.32c-2.56%200-4.481%200-5.121%205.76c0%203.84%200%205.76%203.2%206.4a31.5%2031.5%200%200%200%2018.564-3.84a34.37%2034.37%200%200%200%2018.563-26.88a33.15%2033.15%200%200%200-7.912-24.387A33.16%2033.16%200%200%200%20409.684%200c-1.832.514-3.734.73-5.633.64m83.854%2033.28l23.045-23.04c.64-.64%202.56-2.56-1.28-7.04a6.4%206.4%200%200%200-4.481-2.56a3.33%203.33%200%200%200-2.56%201.28L479.583%2025.6L456.54%201.92C454.62%200%20452.7.64%20449.499%203.2c-3.2%202.56-3.2%205.12-1.28%207.04l23.043%2023.04l-23.172%2023.68a4.86%204.86%200%200%200-1.28%202.56c.034%201.832%201%203.52%202.56%204.48a10.3%2010.3%200%200%200%204.481%202.56a6.8%206.8%200%200%200%203.201-1.28l23.044-23.04l23.044%2023.04a3.33%203.33%200%200%200%202.56%201.28a6.4%206.4%200%200%200%204.481-2.56c1.92-2.56%202.56-5.12.64-6.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/500px.svg?color=%231a73e8&size=48