camera add icon

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

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

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the camera add 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"><path stroke-linecap="round" d="M15 13H9"/><path stroke-linecap="round" d="M12 10L12 16"/><path d="M9.77778 21H14.2222C17.3433 21 18.9038 21 20.0248 20.2646C20.51 19.9462 20.9267 19.5371 21.251 19.0607C22 17.9601 22 16.4279 22 13.3636C22 10.2994 22 8.76721 21.251 7.6666C20.9267 7.19014 20.51 6.78104 20.0248 6.46268C19.3044 5.99013 18.4027 5.82123 17.022 5.76086C16.3631 5.76086 15.7959 5.27068 15.6667 4.63636C15.4728 3.68489 14.6219 3 13.6337 3H10.3663C9.37805 3 8.52715 3.68489 8.33333 4.63636C8.20412 5.27068 7.63685 5.76086 6.978 5.76086C5.59733 5.82123 4.69555 5.99013 3.97524 6.46268C3.48995 6.78104 3.07328 7.19014 2.74902 7.6666C2 8.76721 2 10.2994 2 13.3636C2 16.4279 2 17.9601 2.74902 19.0607C3.07328 19.5371 3.48995 19.9462 3.97524 20.2646C5.09624 21 6.65675 21 9.77778 21Z" opacity=".5"/><path stroke-linecap="round" d="M19 10H18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCameraAddLineDuotone(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"><path strokeLinecap="round" d="M15 13H9"/><path strokeLinecap="round" d="M12 10L12 16"/><path d="M9.77778 21H14.2222C17.3433 21 18.9038 21 20.0248 20.2646C20.51 19.9462 20.9267 19.5371 21.251 19.0607C22 17.9601 22 16.4279 22 13.3636C22 10.2994 22 8.76721 21.251 7.6666C20.9267 7.19014 20.51 6.78104 20.0248 6.46268C19.3044 5.99013 18.4027 5.82123 17.022 5.76086C16.3631 5.76086 15.7959 5.27068 15.6667 4.63636C15.4728 3.68489 14.6219 3 13.6337 3H10.3663C9.37805 3 8.52715 3.68489 8.33333 4.63636C8.20412 5.27068 7.63685 5.76086 6.978 5.76086C5.59733 5.82123 4.69555 5.99013 3.97524 6.46268C3.48995 6.78104 3.07328 7.19014 2.74902 7.6666C2 8.76721 2 10.2994 2 13.3636C2 16.4279 2 17.9601 2.74902 19.0607C3.07328 19.5371 3.48995 19.9462 3.97524 20.2646C5.09624 21 6.65675 21 9.77778 21Z" opacity=".5"/><path strokeLinecap="round" d="M19 10H18"/></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"><path stroke-linecap="round" d="M15 13H9"/><path stroke-linecap="round" d="M12 10L12 16"/><path d="M9.77778 21H14.2222C17.3433 21 18.9038 21 20.0248 20.2646C20.51 19.9462 20.9267 19.5371 21.251 19.0607C22 17.9601 22 16.4279 22 13.3636C22 10.2994 22 8.76721 21.251 7.6666C20.9267 7.19014 20.51 6.78104 20.0248 6.46268C19.3044 5.99013 18.4027 5.82123 17.022 5.76086C16.3631 5.76086 15.7959 5.27068 15.6667 4.63636C15.4728 3.68489 14.6219 3 13.6337 3H10.3663C9.37805 3 8.52715 3.68489 8.33333 4.63636C8.20412 5.27068 7.63685 5.76086 6.978 5.76086C5.59733 5.82123 4.69555 5.99013 3.97524 6.46268C3.48995 6.78104 3.07328 7.19014 2.74902 7.6666C2 8.76721 2 10.2994 2 13.3636C2 16.4279 2 17.9601 2.74902 19.0607C3.07328 19.5371 3.48995 19.9462 3.97524 20.2646C5.09624 21 6.65675 21 9.77778 21Z" opacity=".5"/><path stroke-linecap="round" d="M19 10H18"/></g></svg>
</template>

CSS

.icon-camera-add-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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2013H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010L12%2016%22%2F%3E%3Cpath%20d%3D%22M9.77778%2021H14.2222C17.3433%2021%2018.9038%2021%2020.0248%2020.2646C20.51%2019.9462%2020.9267%2019.5371%2021.251%2019.0607C22%2017.9601%2022%2016.4279%2022%2013.3636C22%2010.2994%2022%208.76721%2021.251%207.6666C20.9267%207.19014%2020.51%206.78104%2020.0248%206.46268C19.3044%205.99013%2018.4027%205.82123%2017.022%205.76086C16.3631%205.76086%2015.7959%205.27068%2015.6667%204.63636C15.4728%203.68489%2014.6219%203%2013.6337%203H10.3663C9.37805%203%208.52715%203.68489%208.33333%204.63636C8.20412%205.27068%207.63685%205.76086%206.978%205.76086C5.59733%205.82123%204.69555%205.99013%203.97524%206.46268C3.48995%206.78104%203.07328%207.19014%202.74902%207.6666C2%208.76721%202%2010.2994%202%2013.3636C2%2016.4279%202%2017.9601%202.74902%2019.0607C3.07328%2019.5371%203.48995%2019.9462%203.97524%2020.2646C5.09624%2021%206.65675%2021%209.77778%2021Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2010H18%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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2013H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010L12%2016%22%2F%3E%3Cpath%20d%3D%22M9.77778%2021H14.2222C17.3433%2021%2018.9038%2021%2020.0248%2020.2646C20.51%2019.9462%2020.9267%2019.5371%2021.251%2019.0607C22%2017.9601%2022%2016.4279%2022%2013.3636C22%2010.2994%2022%208.76721%2021.251%207.6666C20.9267%207.19014%2020.51%206.78104%2020.0248%206.46268C19.3044%205.99013%2018.4027%205.82123%2017.022%205.76086C16.3631%205.76086%2015.7959%205.27068%2015.6667%204.63636C15.4728%203.68489%2014.6219%203%2013.6337%203H10.3663C9.37805%203%208.52715%203.68489%208.33333%204.63636C8.20412%205.27068%207.63685%205.76086%206.978%205.76086C5.59733%205.82123%204.69555%205.99013%203.97524%206.46268C3.48995%206.78104%203.07328%207.19014%202.74902%207.6666C2%208.76721%202%2010.2994%202%2013.3636C2%2016.4279%202%2017.9601%202.74902%2019.0607C3.07328%2019.5371%203.48995%2019.9462%203.97524%2020.2646C5.09624%2021%206.65675%2021%209.77778%2021Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2010H18%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-add-line-duotone.svg?color=%231a73e8&size=48