camera 01 icon
camera-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- camera-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
camera-02camera-03camera-add-01camera-add-02camera-add-03camera-aicamera-automatically-01camera-automatically-02camera-lenscamera-microphone-01camera-microphone-02camera-night-mode-01camera-night-mode-02camera-off-01camera-off-02camera-rotated-01camera-rotated-02camera-smile-01camera-smile-02camera-tripodcamera-video
Use the camera 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12.697 3.5h-1.394c-.715 0-1.072 0-1.392.112a2 2 0 0 0-.545.292c-.271.204-.47.501-.866 1.096h0c-.203.305-.502.753-.621.879a2 2 0 0 1-1.106.591c-.17.03-.353.03-.72.03c-.98 0-1.47 0-1.87.113a3 3 0 0 0-2.07 2.07C2 9.083 2 9.573 2 10.553V14.5c0 2.828 0 4.243.879 5.121S5.172 20.5 8 20.5h8c2.829 0 4.243 0 5.122-.879C22 18.743 22 17.328 22 14.5v-3.946c0-.98 0-1.47-.113-1.871a3 3 0 0 0-2.07-2.07c-.4-.113-.89-.113-1.87-.113c-.366 0-.55 0-.72-.03a2 2 0 0 1-1.105-.591c-.12-.126-.419-.574-.622-.879c-.396-.595-.594-.892-.865-1.096a2 2 0 0 0-.545-.292c-.32-.112-.678-.112-1.393-.112"/><path stroke-linejoin="round" d="M16 13a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path d="M19.125 9.5H19m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCamera01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M12.697 3.5h-1.394c-.715 0-1.072 0-1.392.112a2 2 0 0 0-.545.292c-.271.204-.47.501-.866 1.096h0c-.203.305-.502.753-.621.879a2 2 0 0 1-1.106.591c-.17.03-.353.03-.72.03c-.98 0-1.47 0-1.87.113a3 3 0 0 0-2.07 2.07C2 9.083 2 9.573 2 10.553V14.5c0 2.828 0 4.243.879 5.121S5.172 20.5 8 20.5h8c2.829 0 4.243 0 5.122-.879C22 18.743 22 17.328 22 14.5v-3.946c0-.98 0-1.47-.113-1.871a3 3 0 0 0-2.07-2.07c-.4-.113-.89-.113-1.87-.113c-.366 0-.55 0-.72-.03a2 2 0 0 1-1.105-.591c-.12-.126-.419-.574-.622-.879c-.396-.595-.594-.892-.865-1.096a2 2 0 0 0-.545-.292c-.32-.112-.678-.112-1.393-.112"/><path strokeLinejoin="round" d="M16 13a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path d="M19.125 9.5H19m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12.697 3.5h-1.394c-.715 0-1.072 0-1.392.112a2 2 0 0 0-.545.292c-.271.204-.47.501-.866 1.096h0c-.203.305-.502.753-.621.879a2 2 0 0 1-1.106.591c-.17.03-.353.03-.72.03c-.98 0-1.47 0-1.87.113a3 3 0 0 0-2.07 2.07C2 9.083 2 9.573 2 10.553V14.5c0 2.828 0 4.243.879 5.121S5.172 20.5 8 20.5h8c2.829 0 4.243 0 5.122-.879C22 18.743 22 17.328 22 14.5v-3.946c0-.98 0-1.47-.113-1.871a3 3 0 0 0-2.07-2.07c-.4-.113-.89-.113-1.87-.113c-.366 0-.55 0-.72-.03a2 2 0 0 1-1.105-.591c-.12-.126-.419-.574-.622-.879c-.396-.595-.594-.892-.865-1.096a2 2 0 0 0-.545-.292c-.32-.112-.678-.112-1.393-.112"/><path stroke-linejoin="round" d="M16 13a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path d="M19.125 9.5H19m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg> </template>
CSS
.icon-camera-01 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.697%203.5h-1.394c-.715%200-1.072%200-1.392.112a2%202%200%200%200-.545.292c-.271.204-.47.501-.866%201.096h0c-.203.305-.502.753-.621.879a2%202%200%200%201-1.106.591c-.17.03-.353.03-.72.03c-.98%200-1.47%200-1.87.113a3%203%200%200%200-2.07%202.07C2%209.083%202%209.573%202%2010.553V14.5c0%202.828%200%204.243.879%205.121S5.172%2020.5%208%2020.5h8c2.829%200%204.243%200%205.122-.879C22%2018.743%2022%2017.328%2022%2014.5v-3.946c0-.98%200-1.47-.113-1.871a3%203%200%200%200-2.07-2.07c-.4-.113-.89-.113-1.87-.113c-.366%200-.55%200-.72-.03a2%202%200%200%201-1.105-.591c-.12-.126-.419-.574-.622-.879c-.396-.595-.594-.892-.865-1.096a2%202%200%200%200-.545-.292c-.32-.112-.678-.112-1.393-.112%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2013a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20d%3D%22M19.125%209.5H19m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.697%203.5h-1.394c-.715%200-1.072%200-1.392.112a2%202%200%200%200-.545.292c-.271.204-.47.501-.866%201.096h0c-.203.305-.502.753-.621.879a2%202%200%200%201-1.106.591c-.17.03-.353.03-.72.03c-.98%200-1.47%200-1.87.113a3%203%200%200%200-2.07%202.07C2%209.083%202%209.573%202%2010.553V14.5c0%202.828%200%204.243.879%205.121S5.172%2020.5%208%2020.5h8c2.829%200%204.243%200%205.122-.879C22%2018.743%2022%2017.328%2022%2014.5v-3.946c0-.98%200-1.47-.113-1.871a3%203%200%200%200-2.07-2.07c-.4-.113-.89-.113-1.87-.113c-.366%200-.55%200-.72-.03a2%202%200%200%201-1.105-.591c-.12-.126-.419-.574-.622-.879c-.396-.595-.594-.892-.865-1.096a2%202%200%200%200-.545-.292c-.32-.112-.678-.112-1.393-.112%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2013a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20d%3D%22M19.125%209.5H19m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/camera-01.svg?color=%231a73e8&size=48