flickr icon
flickr from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- flickr
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the flickr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7 24 24"><g fill="currentColor"><circle cx="4.727" cy="4.757" r="4.727"/><circle cx="15.255" cy="4.757" r="4.727"/></g></svg>
React
import type { SVGProps } from "react";
export function JamFlickr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7 24 24"><g fill="currentColor"><circle cx="4.727" cy="4.757" r="4.727"/><circle cx="15.255" cy="4.757" r="4.727"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7 24 24"><g fill="currentColor"><circle cx="4.727" cy="4.757" r="4.727"/><circle cx="15.255" cy="4.757" r="4.727"/></g></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%22-2%20-7%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%224.727%22%20cy%3D%224.757%22%20r%3D%224.727%22%2F%3E%3Ccircle%20cx%3D%2215.255%22%20cy%3D%224.757%22%20r%3D%224.727%22%2F%3E%3C%2Fg%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%22-2%20-7%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%224.727%22%20cy%3D%224.757%22%20r%3D%224.727%22%2F%3E%3Ccircle%20cx%3D%2215.255%22%20cy%3D%224.757%22%20r%3D%224.727%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/flickr.svg?color=%231a73e8&size=48