Emoji Camera Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Camera Alt 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/325161.svg" alt="Emoji Camera Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325161.svg" alt="Emoji Camera Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325161.svg" alt="Emoji Camera Alt icon" :width="24" :height="24" />
CSS background
.icon-emoji-camera-alt {
background-image: url('https://proicons.com/icon/325161.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="m7.9262,14.9393c-1.34,0-2.4262,1.0595-2.4262,2.3665v17.9455c0,1.307,1.0862,2.3666,2.4262,2.3666h32.1477c1.34,0,2.4262-1.0596,2.4262-2.3666v-17.9455c0-1.307-1.0862-2.3665-2.4262-2.3665H7.9262"/><path id="d" class="i" d="m17.6192,14.9393v-3.7683c0-.4357-.3621-.7889-.8087-.7889h-5.9237c-.4466,0-.8087.3532-.8087.7889v3.7683"/><path id="e" class="i" d="m29.1963,22.8835h13.3037"/><path id="f" class="i" d="m5.5,22.9042l9.8398-.0207"/><path id="g" class="i" d="m14.5491,26.2786c0,4.2681,3.4548,7.728,7.7166,7.728s7.7166-3.46,7.7166-7.728-3.4548-7.728-7.7166-7.728-7.7166,3.46-7.7166,7.728"/><path id="h" class="i" d="m18.4073,26.2786c0,5.152,7.7166,5.152,7.7166,0s-7.7166-5.152-7.7166,0"/></svg>
Copied!