Ui Image Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Image icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306766.svg" alt="Ui Image icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306766.svg" alt="Ui Image icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306766.svg" alt="Ui Image icon" :width="24" :height="24" />
CSS background
.icon-ui-image {
background-image: url('https://proicons.com/icon/306766.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M1 499C1 366 3 232 0 98-1 30 26 0 94 0c271 1 542 1 813 0 70 0 94 32 93 99-1 268-1 535 0 803 1 68-25 98-94 98-271-1-542-2-813 0-71 0-94-33-93-99 2-134 1-268 1-402zm858-349H142c0 175-2 344 2 513 1 18 33 50 51 50 202 4 404 4 606 0 19-1 55-35 55-54 5-166 3-332 3-509zM397 360c27 69 47 120 72 186l183-332c42 153 76 282 114 421H220c58-91 112-173 177-275z"/></svg>
Copied!