Huawei Photos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei 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/341750.svg" alt="Huawei Photos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341750.svg" alt="Huawei Photos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341750.svg" alt="Huawei Photos icon" :width="24" :height="24" />
CSS background
.icon-huawei-photos {
background-image: url('https://proicons.com/icon/341750.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><rect class="b" x="5.5" y="7.09" width="37" height="33.8201" rx="4" ry="4"/><path class="b" d="M9.5974,35.6508c8.1019-19.2709,19.1798-7.6371,26.4193.1835.5583.603,2.4463-1.4066,2.4463-1.4066"/><circle class="b" cx="31.7663" cy="18.1903" r="2.8782"/></svg>
Copied!