Flickr Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Flickr icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314343.svg" alt="Flickr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314343.svg" alt="Flickr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314343.svg" alt="Flickr icon" :width="24" :height="24" />
CSS background
.icon-flickr {
background-image: url('https://proicons.com/icon/314343.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Flickr</title><path d="M5.334 6.666C2.3884 6.666 0 9.055 0 12c0 2.9456 2.3884 5.334 5.334 5.334 2.9456 0 5.332-2.3884 5.332-5.334 0-2.945-2.3864-5.334-5.332-5.334zm13.332 0c-2.9456 0-5.332 2.389-5.332 5.334 0 2.9456 2.3864 5.334 5.332 5.334C21.6116 17.334 24 14.9456 24 12c0-2.945-2.3884-5.334-5.334-5.334Z"/></svg>
Copied!