camera tripod icon

camera-tripod from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
camera-tripod
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the camera tripod 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 d="M2 10c0-3.507 0-5.26.908-6.44q.25-.325.554-.592C4.57 2 6.212 2 9.5 2h5c3.288 0 4.931 0 6.038.968q.304.268.554.592C22 4.74 22 6.493 22 10s0 5.26-.908 6.44a4 4 0 0 1-.554.591C19.43 18 17.788 18 14.5 18h-5c-3.287 0-4.931 0-6.038-.968a4 4 0 0 1-.554-.592C2 15.26 2 13.507 2 10Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m17 22l-4.167-4M7 22l4.167-4M12 18v5"/><circle cx="12" cy="9.5" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCameraTripod(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 d="M2 10c0-3.507 0-5.26.908-6.44q.25-.325.554-.592C4.57 2 6.212 2 9.5 2h5c3.288 0 4.931 0 6.038.968q.304.268.554.592C22 4.74 22 6.493 22 10s0 5.26-.908 6.44a4 4 0 0 1-.554.591C19.43 18 17.788 18 14.5 18h-5c-3.287 0-4.931 0-6.038-.968a4 4 0 0 1-.554-.592C2 15.26 2 13.507 2 10Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m17 22l-4.167-4M7 22l4.167-4M12 18v5"/><circle cx="12" cy="9.5" r="3"/></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 d="M2 10c0-3.507 0-5.26.908-6.44q.25-.325.554-.592C4.57 2 6.212 2 9.5 2h5c3.288 0 4.931 0 6.038.968q.304.268.554.592C22 4.74 22 6.493 22 10s0 5.26-.908 6.44a4 4 0 0 1-.554.591C19.43 18 17.788 18 14.5 18h-5c-3.287 0-4.931 0-6.038-.968a4 4 0 0 1-.554-.592C2 15.26 2 13.507 2 10Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m17 22l-4.167-4M7 22l4.167-4M12 18v5"/><circle cx="12" cy="9.5" r="3"/></g></svg>
</template>

CSS

.icon-camera-tripod {
  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%20d%3D%22M2%2010c0-3.507%200-5.26.908-6.44q.25-.325.554-.592C4.57%202%206.212%202%209.5%202h5c3.288%200%204.931%200%206.038.968q.304.268.554.592C22%204.74%2022%206.493%2022%2010s0%205.26-.908%206.44a4%204%200%200%201-.554.591C19.43%2018%2017.788%2018%2014.5%2018h-5c-3.287%200-4.931%200-6.038-.968a4%204%200%200%201-.554-.592C2%2015.26%202%2013.507%202%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2022l-4.167-4M7%2022l4.167-4M12%2018v5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.5%22%20r%3D%223%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%20d%3D%22M2%2010c0-3.507%200-5.26.908-6.44q.25-.325.554-.592C4.57%202%206.212%202%209.5%202h5c3.288%200%204.931%200%206.038.968q.304.268.554.592C22%204.74%2022%206.493%2022%2010s0%205.26-.908%206.44a4%204%200%200%201-.554.591C19.43%2018%2017.788%2018%2014.5%2018h-5c-3.287%200-4.931%200-6.038-.968a4%204%200%200%201-.554-.592C2%2015.26%202%2013.507%202%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2022l-4.167-4M7%2022l4.167-4M12%2018v5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.5%22%20r%3D%223%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-tripod.svg?color=%231a73e8&size=48