Ui Camera Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Camera icon is commonly used in photo apps, profile picture uploaders and QR scanners. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306741.svg" alt="Ui Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306741.svg" alt="Ui Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306741.svg" alt="Ui Camera icon" :width="24" :height="24" />
CSS background
.icon-ui-camera {
background-image: url('https://proicons.com/icon/306741.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="M501 875H112C46 875 0 829 0 764V294c0-69 46-115 114-115h773c68 0 113 46 113 113v474c0 64-46 109-110 109H501zM304 303c-28 0-55-1-83 0-56 1-102 36-105 91-4 93-2 186 1 280 1 32 42 71 76 73 52 4 104 4 156 4 23-1 36-25 28-49-4-13-10-25-14-38-28-107-11-206 56-296 10-14 17-28 9-44-9-18-25-22-43-21h-81zm616 269c1-128-103-234-229-235-133 0-238 103-238 233-1 128 105 235 233 235s234-106 234-233zM685 322h70c21 0 33-13 34-34 1-7 1-14 0-21-1-20-14-34-34-34-46-1-91-1-137 0-20 0-33 14-34 34-1 7 0 14 0 21 1 21 13 34 34 34h67zM313 155H144c3-20 14-29 31-30 37-1 73-1 110 0 17 1 26 10 28 30zm374 252c90 1 164 75 163 165-2 88-66 160-161 162-96 2-165-71-166-164-1-89 75-163 164-163zm119 165c0-66-52-120-118-121s-120 53-121 119c0 67 53 120 118 121 67 0 120-52 121-119zm-74-65c30 20 41 48 34 83-6 29-31 55-60 61-34 6-64-5-84-34 38 21 73 21 102-9 30-29 29-64 8-101zm-60 29c-8 6-15 15-24 17-13 1-21-8-21-22 1-12 9-21 21-19 9 2 16 11 24 16v8z"/></svg>
Copied!