camera lens icon

camera-lens-line from Remix Icon by Remix Design · Line · Media · Apache-2.0 Free for personal and commercial use.

Name
camera-lens-line
Set
Remix Icon
Style
Line
Category
Media
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More media icons from Remix Icon

Use the camera lens icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.858 19.71L12 16H5.07a8.02 8.02 0 0 0 4.788 3.71M4.252 14h4.284L5.07 7.999A7.96 7.96 0 0 0 4 12c0 .69.088 1.36.252 2m2.143-7.708L8.535 10L12 4a7.97 7.97 0 0 0-5.605 2.292m7.747-2.002L12 8h6.93a8.02 8.02 0 0 0-4.788-3.71M19.748 10h-4.284l3.465 6.001A7.96 7.96 0 0 0 20 12a8 8 0 0 0-.252-2m-2.143 7.708L15.465 14L12 20a7.97 7.97 0 0 0 5.605-2.292M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m1.155-12h-2.31l-1.154 2l1.154 2h2.31l1.154-2z"/></svg>

React

import type { SVGProps } from "react";

export function RiCameraLensLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.858 19.71L12 16H5.07a8.02 8.02 0 0 0 4.788 3.71M4.252 14h4.284L5.07 7.999A7.96 7.96 0 0 0 4 12c0 .69.088 1.36.252 2m2.143-7.708L8.535 10L12 4a7.97 7.97 0 0 0-5.605 2.292m7.747-2.002L12 8h6.93a8.02 8.02 0 0 0-4.788-3.71M19.748 10h-4.284l3.465 6.001A7.96 7.96 0 0 0 20 12a8 8 0 0 0-.252-2m-2.143 7.708L15.465 14L12 20a7.97 7.97 0 0 0 5.605-2.292M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m1.155-12h-2.31l-1.154 2l1.154 2h2.31l1.154-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.858 19.71L12 16H5.07a8.02 8.02 0 0 0 4.788 3.71M4.252 14h4.284L5.07 7.999A7.96 7.96 0 0 0 4 12c0 .69.088 1.36.252 2m2.143-7.708L8.535 10L12 4a7.97 7.97 0 0 0-5.605 2.292m7.747-2.002L12 8h6.93a8.02 8.02 0 0 0-4.788-3.71M19.748 10h-4.284l3.465 6.001A7.96 7.96 0 0 0 20 12a8 8 0 0 0-.252-2m-2.143 7.708L15.465 14L12 20a7.97 7.97 0 0 0 5.605-2.292M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m1.155-12h-2.31l-1.154 2l1.154 2h2.31l1.154-2z"/></svg>
</template>

CSS

.icon-camera-lens-line {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.858%2019.71L12%2016H5.07a8.02%208.02%200%200%200%204.788%203.71M4.252%2014h4.284L5.07%207.999A7.96%207.96%200%200%200%204%2012c0%20.69.088%201.36.252%202m2.143-7.708L8.535%2010L12%204a7.97%207.97%200%200%200-5.605%202.292m7.747-2.002L12%208h6.93a8.02%208.02%200%200%200-4.788-3.71M19.748%2010h-4.284l3.465%206.001A7.96%207.96%200%200%200%2020%2012a8%208%200%200%200-.252-2m-2.143%207.708L15.465%2014L12%2020a7.97%207.97%200%200%200%205.605-2.292M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010m1.155-12h-2.31l-1.154%202l1.154%202h2.31l1.154-2z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.858%2019.71L12%2016H5.07a8.02%208.02%200%200%200%204.788%203.71M4.252%2014h4.284L5.07%207.999A7.96%207.96%200%200%200%204%2012c0%20.69.088%201.36.252%202m2.143-7.708L8.535%2010L12%204a7.97%207.97%200%200%200-5.605%202.292m7.747-2.002L12%208h6.93a8.02%208.02%200%200%200-4.788-3.71M19.748%2010h-4.284l3.465%206.001A7.96%207.96%200%200%200%2020%2012a8%208%200%200%200-.252-2m-2.143%207.708L15.465%2014L12%2020a7.97%207.97%200%200%200%205.605-2.292M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010m1.155-12h-2.31l-1.154%202l1.154%202h2.31l1.154-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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