flickr logo
flickr from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- flickr
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×160
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the flickr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 160"><path fill="#ff0082" d="M510.16 79.565c-4.103-1.252-8.21-1.252-12.522-1.252c-17.254 0-26.916 12.626-26.916 33.711v45.462h-36.939V49.809h33.675V69.65h.392c6.38-13.654 15.622-22.333 31.636-22.333c4.307 0 8.835.612 12.514 1.252z"/><path fill="#005fdd" d="M311.316 2.456h36.967v92.61h.4l30.808-45.257h40.446l-37.159 49.413l40.235 58.272h-44.754l-29.576-53.329h-.4v53.325h-36.967zm-18.897 78.14c-6.78-4.119-13.534-5.978-22.369-5.978c-16.026 0-28.344 11.17-28.344 29.763c0 17.134 14.366 28.296 30.392 28.296c8.423 0 16.837-1.847 23.005-5.155l.815 27.692c-9.23 3.096-20.329 4.764-30.195 4.764c-35.315 0-62.212-20.686-62.212-56.233c0-35.767 26.9-56.428 62.216-56.428c11.094 0 20.957 1.884 29.376 6.012zm-137.533 76.886h36.943V49.805h-36.943zm0-125.239h36.943v-27.3h-36.943zM99.798 157.486h36.97V2.456h-36.97zM21.757 75.829H0V49.805h22.38v-6.6C22.38 11.167 37.37 0 66.936 0c8.01 0 14.174 1.244 18.893 2.06L83.56 27.696c-3.071-1.036-6.15-1.672-11.71-1.672c-9.439 0-13.118 6.62-13.118 17.178v6.603h26.276v26.024H58.732v81.657H21.757z"/></svg>
React
import type { SVGProps } from "react";
export function LogosFlickr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 160"><path fill="#ff0082" d="M510.16 79.565c-4.103-1.252-8.21-1.252-12.522-1.252c-17.254 0-26.916 12.626-26.916 33.711v45.462h-36.939V49.809h33.675V69.65h.392c6.38-13.654 15.622-22.333 31.636-22.333c4.307 0 8.835.612 12.514 1.252z"/><path fill="#005fdd" d="M311.316 2.456h36.967v92.61h.4l30.808-45.257h40.446l-37.159 49.413l40.235 58.272h-44.754l-29.576-53.329h-.4v53.325h-36.967zm-18.897 78.14c-6.78-4.119-13.534-5.978-22.369-5.978c-16.026 0-28.344 11.17-28.344 29.763c0 17.134 14.366 28.296 30.392 28.296c8.423 0 16.837-1.847 23.005-5.155l.815 27.692c-9.23 3.096-20.329 4.764-30.195 4.764c-35.315 0-62.212-20.686-62.212-56.233c0-35.767 26.9-56.428 62.216-56.428c11.094 0 20.957 1.884 29.376 6.012zm-137.533 76.886h36.943V49.805h-36.943zm0-125.239h36.943v-27.3h-36.943zM99.798 157.486h36.97V2.456h-36.97zM21.757 75.829H0V49.805h22.38v-6.6C22.38 11.167 37.37 0 66.936 0c8.01 0 14.174 1.244 18.893 2.06L83.56 27.696c-3.071-1.036-6.15-1.672-11.71-1.672c-9.439 0-13.118 6.62-13.118 17.178v6.603h26.276v26.024H58.732v81.657H21.757z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 160"><path fill="#ff0082" d="M510.16 79.565c-4.103-1.252-8.21-1.252-12.522-1.252c-17.254 0-26.916 12.626-26.916 33.711v45.462h-36.939V49.809h33.675V69.65h.392c6.38-13.654 15.622-22.333 31.636-22.333c4.307 0 8.835.612 12.514 1.252z"/><path fill="#005fdd" d="M311.316 2.456h36.967v92.61h.4l30.808-45.257h40.446l-37.159 49.413l40.235 58.272h-44.754l-29.576-53.329h-.4v53.325h-36.967zm-18.897 78.14c-6.78-4.119-13.534-5.978-22.369-5.978c-16.026 0-28.344 11.17-28.344 29.763c0 17.134 14.366 28.296 30.392 28.296c8.423 0 16.837-1.847 23.005-5.155l.815 27.692c-9.23 3.096-20.329 4.764-30.195 4.764c-35.315 0-62.212-20.686-62.212-56.233c0-35.767 26.9-56.428 62.216-56.428c11.094 0 20.957 1.884 29.376 6.012zm-137.533 76.886h36.943V49.805h-36.943zm0-125.239h36.943v-27.3h-36.943zM99.798 157.486h36.97V2.456h-36.97zM21.757 75.829H0V49.805h22.38v-6.6C22.38 11.167 37.37 0 66.936 0c8.01 0 14.174 1.244 18.893 2.06L83.56 27.696c-3.071-1.036-6.15-1.672-11.71-1.672c-9.439 0-13.118 6.62-13.118 17.178v6.603h26.276v26.024H58.732v81.657H21.757z"/></svg> </template>
CSS
.icon-flickr {
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%20160%22%3E%3Cpath%20fill%3D%22%23ff0082%22%20d%3D%22M510.16%2079.565c-4.103-1.252-8.21-1.252-12.522-1.252c-17.254%200-26.916%2012.626-26.916%2033.711v45.462h-36.939V49.809h33.675V69.65h.392c6.38-13.654%2015.622-22.333%2031.636-22.333c4.307%200%208.835.612%2012.514%201.252z%22%2F%3E%3Cpath%20fill%3D%22%23005fdd%22%20d%3D%22M311.316%202.456h36.967v92.61h.4l30.808-45.257h40.446l-37.159%2049.413l40.235%2058.272h-44.754l-29.576-53.329h-.4v53.325h-36.967zm-18.897%2078.14c-6.78-4.119-13.534-5.978-22.369-5.978c-16.026%200-28.344%2011.17-28.344%2029.763c0%2017.134%2014.366%2028.296%2030.392%2028.296c8.423%200%2016.837-1.847%2023.005-5.155l.815%2027.692c-9.23%203.096-20.329%204.764-30.195%204.764c-35.315%200-62.212-20.686-62.212-56.233c0-35.767%2026.9-56.428%2062.216-56.428c11.094%200%2020.957%201.884%2029.376%206.012zm-137.533%2076.886h36.943V49.805h-36.943zm0-125.239h36.943v-27.3h-36.943zM99.798%20157.486h36.97V2.456h-36.97zM21.757%2075.829H0V49.805h22.38v-6.6C22.38%2011.167%2037.37%200%2066.936%200c8.01%200%2014.174%201.244%2018.893%202.06L83.56%2027.696c-3.071-1.036-6.15-1.672-11.71-1.672c-9.439%200-13.118%206.62-13.118%2017.178v6.603h26.276v26.024H58.732v81.657H21.757z%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%20160%22%3E%3Cpath%20fill%3D%22%23ff0082%22%20d%3D%22M510.16%2079.565c-4.103-1.252-8.21-1.252-12.522-1.252c-17.254%200-26.916%2012.626-26.916%2033.711v45.462h-36.939V49.809h33.675V69.65h.392c6.38-13.654%2015.622-22.333%2031.636-22.333c4.307%200%208.835.612%2012.514%201.252z%22%2F%3E%3Cpath%20fill%3D%22%23005fdd%22%20d%3D%22M311.316%202.456h36.967v92.61h.4l30.808-45.257h40.446l-37.159%2049.413l40.235%2058.272h-44.754l-29.576-53.329h-.4v53.325h-36.967zm-18.897%2078.14c-6.78-4.119-13.534-5.978-22.369-5.978c-16.026%200-28.344%2011.17-28.344%2029.763c0%2017.134%2014.366%2028.296%2030.392%2028.296c8.423%200%2016.837-1.847%2023.005-5.155l.815%2027.692c-9.23%203.096-20.329%204.764-30.195%204.764c-35.315%200-62.212-20.686-62.212-56.233c0-35.767%2026.9-56.428%2062.216-56.428c11.094%200%2020.957%201.884%2029.376%206.012zm-137.533%2076.886h36.943V49.805h-36.943zm0-125.239h36.943v-27.3h-36.943zM99.798%20157.486h36.97V2.456h-36.97zM21.757%2075.829H0V49.805h22.38v-6.6C22.38%2011.167%2037.37%200%2066.936%200c8.01%200%2014.174%201.244%2018.893%202.06L83.56%2027.696c-3.071-1.036-6.15-1.672-11.71-1.672c-9.439%200-13.118%206.62-13.118%2017.178v6.603h26.276v26.024H58.732v81.657H21.757z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/flickr.svg?color=%231a73e8&size=48