Photoroom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photoroom 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/331219.svg" alt="Photoroom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331219.svg" alt="Photoroom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331219.svg" alt="Photoroom icon" :width="24" :height="24" />
CSS background
.icon-photoroom {
background-image: url('https://proicons.com/icon/331219.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m11.8863,42.5c-2.2897,0-4.145-1.8553-4.145-4.145v-12.5186c0-2.2897,1.8553-4.145,4.145-4.145h16.0794c2.1777,0,3.9493-1.7716,3.9493-3.9507s-1.7716-3.9507-3.9493-3.9507H11.8863c-2.2897,0-4.145-1.8553-4.145-4.145s1.8553-4.145,4.145-4.145h16.0794c6.7491,0,12.2393,5.4916,12.2393,12.2407s-5.4902,12.2407-12.2393,12.2407h-11.9344v8.3736c0,2.2897-1.8553,4.145-4.145,4.145Z"/><path class="c" d="m17.1623,21.6914l-8.3551-9.2709"/><path class="c" d="m34.3826,28.1592l6.4565,7.4203c1.5328,1.7014,1.3965,4.3217-.3036,5.8545-.7934.7138-1.7851,1.0659-2.7741,1.0659-1.1334,0-2.2614-.4615-3.0804-1.3695l-10.0477-11.1491"/><line class="c" x1="21.8797" y1="13.79" x2="28.6936" y2="21.621"/></svg>
Copied!