Mediatekcamera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mediatekcamera 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/329000.svg" alt="Mediatekcamera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329000.svg" alt="Mediatekcamera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329000.svg" alt="Mediatekcamera icon" :width="24" :height="24" />
CSS background
.icon-mediatekcamera {
background-image: url('https://proicons.com/icon/329000.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.9,40a1.54,1.54,0,0,1-1.4-1.1V11.82A2.23,2.23,0,0,1,6.81,10H41.29a2.06,2.06,0,0,1,2.21,1.41V39c-.1.4-.1.9-.9,1.1Z"/><circle class="a" cx="38.79" cy="15.13" r="2.01"/><rect class="a" x="7.41" y="7.38" width="4.51" height="2.54"/><circle class="a" cx="23.95" cy="25.25" r="12.03"/><circle class="a" cx="23.95" cy="25.25" r="5.31"/><path class="a" d="M23.65,22.15a3.24,3.24,0,0,0-2.71,2"/></svg>
Copied!