A Photowidget App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The A Photowidget App 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/335829.svg" alt="A Photowidget App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335829.svg" alt="A Photowidget App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335829.svg" alt="A Photowidget App icon" :width="24" :height="24" />
CSS background
.icon-a-photowidget-app {
background-image: url('https://proicons.com/icon/335829.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M23.671,36.81h13.828c2.3831.005,4.319-1.9229,4.324-4.306,0-.006,0-.012,0-.018V9.824c.005-2.3831-1.9229-4.319-4.306-4.324-.006,0-.012,0-.018,0h-21.25c-2.3831-.005-4.319,1.9229-4.324,4.306,0,.006,0,.012,0,.018v14.372l11.746,12.614ZM35.966,36.811v.404c.0061,2.9127-2.3502,5.2789-5.263,5.285-.0073,0-.0147,0-.022,0H11.462c-2.9127.0061-5.2789-2.3502-5.285-5.263,0-.0073,0-.0147,0-.022v-20.1c-.0066-2.9127,2.3492-5.2794,5.262-5.286.0077,0,.0153,0,.023,0h.464"/></svg>
Copied!