Fedi Photo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fedi Photo 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/340321.svg" alt="Fedi Photo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340321.svg" alt="Fedi Photo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340321.svg" alt="Fedi Photo icon" :width="24" :height="24" />
CSS background
.icon-fedi-photo {
background-image: url('https://proicons.com/icon/340321.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="15.927" r="8.7617"/><circle class="b" cx="24" cy="36.1496" r="4.6851"/><circle class="b" cx="9.1851" cy="30.7419" r="4.6851"/><line class="b" x1="17.8045" y1="22.1225" x2="12.498" y2="27.429"/><circle class="b" cx="38.8149" cy="30.7419" r="4.6851"/><line class="b" x1="30.1955" y1="22.1225" x2="35.502" y2="27.429"/><line class="b" x1="24" y1="31.4645" x2="24" y2="24.6887"/><polyline class="b" points="16.1285 19.7788 19.7184 16.1889 21.5186 17.9892 27.2923 12.2155 32.5689 17.4922"/></svg>
Copied!