Emoji Camera With Flash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Camera With Flash 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/325162.svg" alt="Emoji Camera With Flash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325162.svg" alt="Emoji Camera With Flash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325162.svg" alt="Emoji Camera With Flash icon" :width="24" :height="24" />
CSS background
.icon-emoji-camera-with-flash {
background-image: url('https://proicons.com/icon/325162.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m10.1886,22.3758v13.7015c0,1.1275.9384,2.0415,2.0961,2.0415h27.7737c1.1577,0,2.0961-.9141,2.0961-2.0415v-15.4809c0-1.1275-.9384-2.0415-2.0961-2.0415h-22.995"/><path id="d" class="h" d="m11.3543,18.3162l-5.5088,6.4086,6.7495-3.6505.8933,8.2213,2.6303-7.5396,4.6153,2.7802-3.6724-5.9845,6.3027-3.6756-7.742,2.1205-.6947-7.1155-2.0844,6.7857-6.9976-2.8745,5.5088,4.5239h0"/><path id="e" class="h" d="m33.5396,25.4081h8.3104"/><path id="f" class="h" d="m21.3398,28.3369c-.001,1.8409,1.4905,3.3342,3.3314,3.3352,1.841.001,3.3342-1.4905,3.3352-3.3314v-.0038c0-1.841-1.4924-3.3333-3.3333-3.3333s-3.3333,1.4924-3.3333,3.3333"/><circle id="g" class="h" cx="24.6732" cy="28.3369" r="6.5"/></svg>
Copied!