camera minimalistic icon

camera-minimalistic-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
camera-minimalistic-broken
Set
Solar
Style
Broken
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 stroke-linecap="round" d="M3.0001 12.9999C3.0001 10.191 2.99995 8.78673 3.67407 7.77783C3.96591 7.34107 4.34091 6.96607 4.77767 6.67423C5.78656 6.00011 7.19103 6.00011 9.99995 6.00011H14C16.8089 6.00011 18.2133 6.00011 19.2222 6.67423C19.659 6.96607 20.034 7.34107 20.3258 7.77783C21 8.78673 21.0001 10.191 21.0001 12.9999C21.0001 15.8088 21.0001 17.2133 20.326 18.2222C20.0341 18.6589 19.6591 19.0339 19.2224 19.3258C18.2135 19.9999 16.809 19.9999 14.0001 19.9999H10.0001C7.19117 19.9999 5.78671 19.9999 4.77782 19.3258C4.34106 19.0339 3.96605 18.6589 3.67422 18.2222C3.44239 17.8752 3.29028 17.4815 3.19049 16.9999"/><path stroke-linecap="round" d="M18 10H17.5"/><path stroke-linecap="round" d="M14.5 3.5H9.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCameraMinimalisticBroken(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 strokeLinecap="round" d="M3.0001 12.9999C3.0001 10.191 2.99995 8.78673 3.67407 7.77783C3.96591 7.34107 4.34091 6.96607 4.77767 6.67423C5.78656 6.00011 7.19103 6.00011 9.99995 6.00011H14C16.8089 6.00011 18.2133 6.00011 19.2222 6.67423C19.659 6.96607 20.034 7.34107 20.3258 7.77783C21 8.78673 21.0001 10.191 21.0001 12.9999C21.0001 15.8088 21.0001 17.2133 20.326 18.2222C20.0341 18.6589 19.6591 19.0339 19.2224 19.3258C18.2135 19.9999 16.809 19.9999 14.0001 19.9999H10.0001C7.19117 19.9999 5.78671 19.9999 4.77782 19.3258C4.34106 19.0339 3.96605 18.6589 3.67422 18.2222C3.44239 17.8752 3.29028 17.4815 3.19049 16.9999"/><path strokeLinecap="round" d="M18 10H17.5"/><path strokeLinecap="round" d="M14.5 3.5H9.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 stroke-linecap="round" d="M3.0001 12.9999C3.0001 10.191 2.99995 8.78673 3.67407 7.77783C3.96591 7.34107 4.34091 6.96607 4.77767 6.67423C5.78656 6.00011 7.19103 6.00011 9.99995 6.00011H14C16.8089 6.00011 18.2133 6.00011 19.2222 6.67423C19.659 6.96607 20.034 7.34107 20.3258 7.77783C21 8.78673 21.0001 10.191 21.0001 12.9999C21.0001 15.8088 21.0001 17.2133 20.326 18.2222C20.0341 18.6589 19.6591 19.0339 19.2224 19.3258C18.2135 19.9999 16.809 19.9999 14.0001 19.9999H10.0001C7.19117 19.9999 5.78671 19.9999 4.77782 19.3258C4.34106 19.0339 3.96605 18.6589 3.67422 18.2222C3.44239 17.8752 3.29028 17.4815 3.19049 16.9999"/><path stroke-linecap="round" d="M18 10H17.5"/><path stroke-linecap="round" d="M14.5 3.5H9.5"/></g></svg>
</template>

CSS

.icon-camera-minimalistic-broken {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M3.0001%2012.9999C3.0001%2010.191%202.99995%208.78673%203.67407%207.77783C3.96591%207.34107%204.34091%206.96607%204.77767%206.67423C5.78656%206.00011%207.19103%206.00011%209.99995%206.00011H14C16.8089%206.00011%2018.2133%206.00011%2019.2222%206.67423C19.659%206.96607%2020.034%207.34107%2020.3258%207.77783C21%208.78673%2021.0001%2010.191%2021.0001%2012.9999C21.0001%2015.8088%2021.0001%2017.2133%2020.326%2018.2222C20.0341%2018.6589%2019.6591%2019.0339%2019.2224%2019.3258C18.2135%2019.9999%2016.809%2019.9999%2014.0001%2019.9999H10.0001C7.19117%2019.9999%205.78671%2019.9999%204.77782%2019.3258C4.34106%2019.0339%203.96605%2018.6589%203.67422%2018.2222C3.44239%2017.8752%203.29028%2017.4815%203.19049%2016.9999%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%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%20stroke-linecap%3D%22round%22%20d%3D%22M3.0001%2012.9999C3.0001%2010.191%202.99995%208.78673%203.67407%207.77783C3.96591%207.34107%204.34091%206.96607%204.77767%206.67423C5.78656%206.00011%207.19103%206.00011%209.99995%206.00011H14C16.8089%206.00011%2018.2133%206.00011%2019.2222%206.67423C19.659%206.96607%2020.034%207.34107%2020.3258%207.77783C21%208.78673%2021.0001%2010.191%2021.0001%2012.9999C21.0001%2015.8088%2021.0001%2017.2133%2020.326%2018.2222C20.0341%2018.6589%2019.6591%2019.0339%2019.2224%2019.3258C18.2135%2019.9999%2016.809%2019.9999%2014.0001%2019.9999H10.0001C7.19117%2019.9999%205.78671%2019.9999%204.77782%2019.3258C4.34106%2019.0339%203.96605%2018.6589%203.67422%2018.2222C3.44239%2017.8752%203.29028%2017.4815%203.19049%2016.9999%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%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-broken.svg?color=%231a73e8&size=48