Ente Photos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ente Photos 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/340024.svg" alt="Ente Photos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340024.svg" alt="Ente Photos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340024.svg" alt="Ente Photos icon" :width="24" :height="24" />
CSS background
.icon-ente-photos {
background-image: url('https://proicons.com/icon/340024.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><path class="b" d="M25.8709,14.0934c2.9838,0,5.5018,1.3454,7.1206,3.5599.6876.9406.0103,2.2655-1.1548,2.2655h-12.5302c-1.1972,0-1.8737-1.3963-1.1123-2.3202,1.787-2.1683,4.5133-3.5052,7.6766-3.5052ZM15.56,7.05c2.98-1.79,6.51-2.81,10.31-2.81,5.3,0,10.17,2.1,13.69,5.93,2.39,2.59,4.02,5.81,4.77,9.34,1.03,4.88-2.73,9.47-7.72,9.47h-17.27c-1.04,0-1.56,1.24-.84,1.99,1.9,2,4.64,2.94,7.37,2.94,2.79,0,5.43-.74,7.43-2.09,2.27-1.53,5.37-.91,6.87,1.39,1.51,2.29.72,5.42-1.57,6.92-3.58,2.35-8.09,3.63-12.73,3.63-5.29,0-10.21-1.89-13.84-5.34-3.82-3.63-5.92-8.75-5.92-14.42,0-3.16.71-6.13,1.97-8.75"/><path class="b" d="M15.8791,7.9625c-.3682-1.8321-2.152-3.0187-3.984-2.6505-1.2062.2424-2.129,1.0999-2.5161,2.1792-.8843-.9663-2.3014-1.3955-3.678-.8924-1.2709.4645-2.1481,1.687-2.1985,3.0391-.0276.739.1779,1.3948.5244,1.9416,1.3187,2.2356,4.8441,4.2132,6.4486,5.0284.4814.2446,1.0652.1272,1.4147-.2844,1.1649-1.3719,3.6524-4.558,4.005-7.1295.0674-.3974.0681-.8127-.016-1.2316h0Z"/></svg>
Copied!