Ente Photos Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ente Photos Alt 1 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/340025.svg" alt="Ente Photos Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340025.svg" alt="Ente Photos Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340025.svg" alt="Ente Photos Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-ente-photos-alt-1 {
background-image: url('https://proicons.com/icon/340025.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="M36.6091,28.9776c4.9881,0,8.7513-4.5832,7.7198-9.4634-.7461-3.5296-2.3747-6.7519-4.7642-9.3449-3.5265-3.8266-8.3897-5.9339-13.6938-5.9339C14.7878,4.2353,6.1062,12.9168,6.1062,23.9999c0,5.6672,2.1052,10.7885,5.9278,14.4202,3.6277,3.4465,8.5418,5.3446,13.8369,5.3446,4.6412,0,9.1501-1.2888,12.7272-3.6335,2.2935-1.5034,3.0773-4.6274,1.5754-6.922-1.5075-2.3032-4.6023-2.9232-6.8781-1.3901-1.999,1.3462-4.6358,2.0875-7.4245,2.0875-2.7289,0-5.4705-.9392-7.3754-2.9375-.7155-.7506-.1961-1.9916.8408-1.9916h17.2727ZM25.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.5052Z"/></svg>
Copied!