camera night mode 02 icon
camera-night-mode-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- camera-night-mode-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
camera-01camera-02camera-03camera-add-01camera-add-02camera-add-03camera-aicamera-automatically-01camera-automatically-02camera-lenscamera-microphone-01camera-microphone-02camera-night-mode-01camera-off-01camera-off-02camera-rotated-01camera-rotated-02camera-smile-01camera-smile-02camera-tripodcamera-video
Use the camera night mode 02 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-linejoin="round" stroke-width="1.5"><path d="M22 14.5V8.272A2.27 2.27 0 0 0 19.728 6c-.46 0-.895-.21-1.183-.568L18 4.75c-.391-.49-.587-.734-.835-.903a2 2 0 0 0-.539-.259c-.287-.088-.6-.088-1.227-.088h-1.798c-.627 0-.94 0-1.227.088a2 2 0 0 0-.539.259c-.248.17-.444.414-.835.903s-.587.734-.835.903a2 2 0 0 1-.539.259C9.34 6 9.026 6 8.4 6H8c-2.828 0-4.243 0-5.121.879C2 7.757 2 9.172 2 12v2.5c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879h8c2.828 0 4.243 0 5.121-.879C22 18.743 22 17.328 22 14.5M5 9h2"/><path d="M12.831 11.007c0-.538.117-1.047.325-1.507A3.662 3.662 0 1 0 18 14.344a3.662 3.662 0 0 1-5.169-3.338"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCameraNightMode02(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 14.5V8.272A2.27 2.27 0 0 0 19.728 6c-.46 0-.895-.21-1.183-.568L18 4.75c-.391-.49-.587-.734-.835-.903a2 2 0 0 0-.539-.259c-.287-.088-.6-.088-1.227-.088h-1.798c-.627 0-.94 0-1.227.088a2 2 0 0 0-.539.259c-.248.17-.444.414-.835.903s-.587.734-.835.903a2 2 0 0 1-.539.259C9.34 6 9.026 6 8.4 6H8c-2.828 0-4.243 0-5.121.879C2 7.757 2 9.172 2 12v2.5c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879h8c2.828 0 4.243 0 5.121-.879C22 18.743 22 17.328 22 14.5M5 9h2"/><path d="M12.831 11.007c0-.538.117-1.047.325-1.507A3.662 3.662 0 1 0 18 14.344a3.662 3.662 0 0 1-5.169-3.338"/></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-linejoin="round" stroke-width="1.5"><path d="M22 14.5V8.272A2.27 2.27 0 0 0 19.728 6c-.46 0-.895-.21-1.183-.568L18 4.75c-.391-.49-.587-.734-.835-.903a2 2 0 0 0-.539-.259c-.287-.088-.6-.088-1.227-.088h-1.798c-.627 0-.94 0-1.227.088a2 2 0 0 0-.539.259c-.248.17-.444.414-.835.903s-.587.734-.835.903a2 2 0 0 1-.539.259C9.34 6 9.026 6 8.4 6H8c-2.828 0-4.243 0-5.121.879C2 7.757 2 9.172 2 12v2.5c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879h8c2.828 0 4.243 0 5.121-.879C22 18.743 22 17.328 22 14.5M5 9h2"/><path d="M12.831 11.007c0-.538.117-1.047.325-1.507A3.662 3.662 0 1 0 18 14.344a3.662 3.662 0 0 1-5.169-3.338"/></g></svg> </template>
CSS
.icon-camera-night-mode-02 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2014.5V8.272A2.27%202.27%200%200%200%2019.728%206c-.46%200-.895-.21-1.183-.568L18%204.75c-.391-.49-.587-.734-.835-.903a2%202%200%200%200-.539-.259c-.287-.088-.6-.088-1.227-.088h-1.798c-.627%200-.94%200-1.227.088a2%202%200%200%200-.539.259c-.248.17-.444.414-.835.903s-.587.734-.835.903a2%202%200%200%201-.539.259C9.34%206%209.026%206%208.4%206H8c-2.828%200-4.243%200-5.121.879C2%207.757%202%209.172%202%2012v2.5c0%202.828%200%204.243.879%205.121c.878.879%202.293.879%205.121.879h8c2.828%200%204.243%200%205.121-.879C22%2018.743%2022%2017.328%2022%2014.5M5%209h2%22%2F%3E%3Cpath%20d%3D%22M12.831%2011.007c0-.538.117-1.047.325-1.507A3.662%203.662%200%201%200%2018%2014.344a3.662%203.662%200%200%201-5.169-3.338%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2014.5V8.272A2.27%202.27%200%200%200%2019.728%206c-.46%200-.895-.21-1.183-.568L18%204.75c-.391-.49-.587-.734-.835-.903a2%202%200%200%200-.539-.259c-.287-.088-.6-.088-1.227-.088h-1.798c-.627%200-.94%200-1.227.088a2%202%200%200%200-.539.259c-.248.17-.444.414-.835.903s-.587.734-.835.903a2%202%200%200%201-.539.259C9.34%206%209.026%206%208.4%206H8c-2.828%200-4.243%200-5.121.879C2%207.757%202%209.172%202%2012v2.5c0%202.828%200%204.243.879%205.121c.878.879%202.293.879%205.121.879h8c2.828%200%204.243%200%205.121-.879C22%2018.743%2022%2017.328%2022%2014.5M5%209h2%22%2F%3E%3Cpath%20d%3D%22M12.831%2011.007c0-.538.117-1.047.325-1.507A3.662%203.662%200%201%200%2018%2014.344a3.662%203.662%200%200%201-5.169-3.338%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-night-mode-02.svg?color=%231a73e8&size=48