flickr icon logo
flickr-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- flickr-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×114
- License
- CC0
Use the flickr icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 114"><path fill="#ff0084" d="M199.111 113.778c31.42 0 56.889-25.47 56.889-56.89C256 25.476 230.53 0 199.111 0s-56.889 25.475-56.889 56.889c0 31.42 25.47 56.889 56.89 56.889"/><path fill="#0063dc" d="M56.889 113.778c31.42 0 56.889-25.47 56.889-56.89C113.778 25.476 88.308 0 56.888 0C25.47 0 0 25.475 0 56.889c0 31.42 25.47 56.889 56.889 56.889"/></svg>
React
import type { SVGProps } from "react";
export function LogosFlickrIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 114"><path fill="#ff0084" d="M199.111 113.778c31.42 0 56.889-25.47 56.889-56.89C256 25.476 230.53 0 199.111 0s-56.889 25.475-56.889 56.889c0 31.42 25.47 56.889 56.89 56.889"/><path fill="#0063dc" d="M56.889 113.778c31.42 0 56.889-25.47 56.889-56.89C113.778 25.476 88.308 0 56.888 0C25.47 0 0 25.475 0 56.889c0 31.42 25.47 56.889 56.889 56.889"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 114"><path fill="#ff0084" d="M199.111 113.778c31.42 0 56.889-25.47 56.889-56.89C256 25.476 230.53 0 199.111 0s-56.889 25.475-56.889 56.889c0 31.42 25.47 56.889 56.89 56.889"/><path fill="#0063dc" d="M56.889 113.778c31.42 0 56.889-25.47 56.889-56.89C113.778 25.476 88.308 0 56.888 0C25.47 0 0 25.475 0 56.889c0 31.42 25.47 56.889 56.889 56.889"/></svg> </template>
CSS
.icon-flickr-icon {
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%20256%20114%22%3E%3Cpath%20fill%3D%22%23ff0084%22%20d%3D%22M199.111%20113.778c31.42%200%2056.889-25.47%2056.889-56.89C256%2025.476%20230.53%200%20199.111%200s-56.889%2025.475-56.889%2056.889c0%2031.42%2025.47%2056.889%2056.89%2056.889%22%2F%3E%3Cpath%20fill%3D%22%230063dc%22%20d%3D%22M56.889%20113.778c31.42%200%2056.889-25.47%2056.889-56.89C113.778%2025.476%2088.308%200%2056.888%200C25.47%200%200%2025.475%200%2056.889c0%2031.42%2025.47%2056.889%2056.889%2056.889%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%20256%20114%22%3E%3Cpath%20fill%3D%22%23ff0084%22%20d%3D%22M199.111%20113.778c31.42%200%2056.889-25.47%2056.889-56.89C256%2025.476%20230.53%200%20199.111%200s-56.889%2025.475-56.889%2056.889c0%2031.42%2025.47%2056.889%2056.89%2056.889%22%2F%3E%3Cpath%20fill%3D%22%230063dc%22%20d%3D%22M56.889%20113.778c31.42%200%2056.889-25.47%2056.889-56.89C113.778%2025.476%2088.308%200%2056.888%200C25.47%200%200%2025.475%200%2056.889c0%2031.42%2025.47%2056.889%2056.889%2056.889%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/flickr-icon.svg?color=%231a73e8&size=48