camera minimalistic icon

camera-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
camera-minimalistic-line-duotone
Set
Solar
Style
Line Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the camera minimalistic 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-width="1.5"><circle cx="12" cy="13" r="3"/><path d="M10.0001 19.9999H14.0001C16.809 19.9999 18.2135 19.9999 19.2224 19.3258C19.6591 19.0339 20.0341 18.6589 20.326 18.2222C21.0001 17.2133 21.0001 15.8088 21.0001 12.9999C21.0001 10.191 21 8.78673 20.3258 7.77783C20.034 7.34107 19.659 6.96607 19.2222 6.67423C18.2133 6.00011 16.8089 6.00011 14 6.00011H9.99995C7.19103 6.00011 5.78656 6.00011 4.77767 6.67423C4.34091 6.96607 3.96591 7.34107 3.67407 7.77783C3.0001 8.7865 3.0001 10.1903 3.0001 12.998L3.0001 12.9999C3.0001 15.8088 3.0001 17.2133 3.67422 18.2222C3.96605 18.6589 4.34106 19.0339 4.77782 19.3258C5.78671 19.9999 7.19117 19.9999 10.0001 19.9999Z" opacity=".5"/><path stroke-linecap="round" d="M18 10H17.5"/><path stroke-linecap="round" d="M14.5 3.5H9.5" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCameraMinimalisticLineDuotone(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" strokeWidth="1.5"><circle cx="12" cy="13" r="3"/><path d="M10.0001 19.9999H14.0001C16.809 19.9999 18.2135 19.9999 19.2224 19.3258C19.6591 19.0339 20.0341 18.6589 20.326 18.2222C21.0001 17.2133 21.0001 15.8088 21.0001 12.9999C21.0001 10.191 21 8.78673 20.3258 7.77783C20.034 7.34107 19.659 6.96607 19.2222 6.67423C18.2133 6.00011 16.8089 6.00011 14 6.00011H9.99995C7.19103 6.00011 5.78656 6.00011 4.77767 6.67423C4.34091 6.96607 3.96591 7.34107 3.67407 7.77783C3.0001 8.7865 3.0001 10.1903 3.0001 12.998L3.0001 12.9999C3.0001 15.8088 3.0001 17.2133 3.67422 18.2222C3.96605 18.6589 4.34106 19.0339 4.77782 19.3258C5.78671 19.9999 7.19117 19.9999 10.0001 19.9999Z" opacity=".5"/><path strokeLinecap="round" d="M18 10H17.5"/><path strokeLinecap="round" d="M14.5 3.5H9.5" opacity=".5"/></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-width="1.5"><circle cx="12" cy="13" r="3"/><path d="M10.0001 19.9999H14.0001C16.809 19.9999 18.2135 19.9999 19.2224 19.3258C19.6591 19.0339 20.0341 18.6589 20.326 18.2222C21.0001 17.2133 21.0001 15.8088 21.0001 12.9999C21.0001 10.191 21 8.78673 20.3258 7.77783C20.034 7.34107 19.659 6.96607 19.2222 6.67423C18.2133 6.00011 16.8089 6.00011 14 6.00011H9.99995C7.19103 6.00011 5.78656 6.00011 4.77767 6.67423C4.34091 6.96607 3.96591 7.34107 3.67407 7.77783C3.0001 8.7865 3.0001 10.1903 3.0001 12.998L3.0001 12.9999C3.0001 15.8088 3.0001 17.2133 3.67422 18.2222C3.96605 18.6589 4.34106 19.0339 4.77782 19.3258C5.78671 19.9999 7.19117 19.9999 10.0001 19.9999Z" opacity=".5"/><path stroke-linecap="round" d="M18 10H17.5"/><path stroke-linecap="round" d="M14.5 3.5H9.5" opacity=".5"/></g></svg>
</template>

CSS

.icon-camera-minimalistic-line-duotone {
  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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M10.0001%2019.9999H14.0001C16.809%2019.9999%2018.2135%2019.9999%2019.2224%2019.3258C19.6591%2019.0339%2020.0341%2018.6589%2020.326%2018.2222C21.0001%2017.2133%2021.0001%2015.8088%2021.0001%2012.9999C21.0001%2010.191%2021%208.78673%2020.3258%207.77783C20.034%207.34107%2019.659%206.96607%2019.2222%206.67423C18.2133%206.00011%2016.8089%206.00011%2014%206.00011H9.99995C7.19103%206.00011%205.78656%206.00011%204.77767%206.67423C4.34091%206.96607%203.96591%207.34107%203.67407%207.77783C3.0001%208.7865%203.0001%2010.1903%203.0001%2012.998L3.0001%2012.9999C3.0001%2015.8088%203.0001%2017.2133%203.67422%2018.2222C3.96605%2018.6589%204.34106%2019.0339%204.77782%2019.3258C5.78671%2019.9999%207.19117%2019.9999%2010.0001%2019.9999Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010H17.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%203.5H9.5%22%20opacity%3D%22.5%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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M10.0001%2019.9999H14.0001C16.809%2019.9999%2018.2135%2019.9999%2019.2224%2019.3258C19.6591%2019.0339%2020.0341%2018.6589%2020.326%2018.2222C21.0001%2017.2133%2021.0001%2015.8088%2021.0001%2012.9999C21.0001%2010.191%2021%208.78673%2020.3258%207.77783C20.034%207.34107%2019.659%206.96607%2019.2222%206.67423C18.2133%206.00011%2016.8089%206.00011%2014%206.00011H9.99995C7.19103%206.00011%205.78656%206.00011%204.77767%206.67423C4.34091%206.96607%203.96591%207.34107%203.67407%207.77783C3.0001%208.7865%203.0001%2010.1903%203.0001%2012.998L3.0001%2012.9999C3.0001%2015.8088%203.0001%2017.2133%203.67422%2018.2222C3.96605%2018.6589%204.34106%2019.0339%204.77782%2019.3258C5.78671%2019.9999%207.19117%2019.9999%2010.0001%2019.9999Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010H17.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%203.5H9.5%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/camera-minimalistic-line-duotone.svg?color=%231a73e8&size=48