camera-marker from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.

Name
camera-marker
Set
Material Design Icons
Style
Filled
Category
Navigation
Viewbox
24×24
License
Apache 2.0
Aliases
camera-location

1 other variant in Material Design Icons

More navigation icons from Material Design Icons

Use the camera marker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 16.8c-.7 0-1.2-.6-1.2-1.2c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8c-1.9 0-3.5 1.6-3.5 3.5c0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9 2L7 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5c-.6-.9-1.1-1.9-1.4-3.1c-.3.1-.7.1-1.1.1c-2.8 0-5-2.2-5-5s2.2-5 5-5c2.1 0 4 1.3 4.7 3.3q.9-.3 1.8-.3c1.3 0 2.5.5 3.5 1.3V6c0-1.1-.9-2-2-2h-3l-2-2zm2.9 7C10.3 9 9 10.4 9 12c0 1.7 1.3 3 3 3c.4 0 .7-.1 1-.2c.2-1.4.9-2.6 1.9-3.5c-.3-1.3-1.5-2.3-3-2.3q.15 0 0 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiCameraMarker(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="M18.5 16.8c-.7 0-1.2-.6-1.2-1.2c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8c-1.9 0-3.5 1.6-3.5 3.5c0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9 2L7 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5c-.6-.9-1.1-1.9-1.4-3.1c-.3.1-.7.1-1.1.1c-2.8 0-5-2.2-5-5s2.2-5 5-5c2.1 0 4 1.3 4.7 3.3q.9-.3 1.8-.3c1.3 0 2.5.5 3.5 1.3V6c0-1.1-.9-2-2-2h-3l-2-2zm2.9 7C10.3 9 9 10.4 9 12c0 1.7 1.3 3 3 3c.4 0 .7-.1 1-.2c.2-1.4.9-2.6 1.9-3.5c-.3-1.3-1.5-2.3-3-2.3q.15 0 0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 16.8c-.7 0-1.2-.6-1.2-1.2c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8c-1.9 0-3.5 1.6-3.5 3.5c0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9 2L7 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5c-.6-.9-1.1-1.9-1.4-3.1c-.3.1-.7.1-1.1.1c-2.8 0-5-2.2-5-5s2.2-5 5-5c2.1 0 4 1.3 4.7 3.3q.9-.3 1.8-.3c1.3 0 2.5.5 3.5 1.3V6c0-1.1-.9-2-2-2h-3l-2-2zm2.9 7C10.3 9 9 10.4 9 12c0 1.7 1.3 3 3 3c.4 0 .7-.1 1-.2c.2-1.4.9-2.6 1.9-3.5c-.3-1.3-1.5-2.3-3-2.3q.15 0 0 0"/></svg>
</template>

CSS

.icon-camera-marker {
  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%22M18.5%2016.8c-.7%200-1.2-.6-1.2-1.2c0-.7.6-1.2%201.2-1.2s1.2.6%201.2%201.2c.1.6-.5%201.2-1.2%201.2m0-4.8c-1.9%200-3.5%201.6-3.5%203.5c0%202.6%203.5%206.5%203.5%206.5s3.5-3.9%203.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9%202L7%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h10.5c-.6-.9-1.1-1.9-1.4-3.1c-.3.1-.7.1-1.1.1c-2.8%200-5-2.2-5-5s2.2-5%205-5c2.1%200%204%201.3%204.7%203.3q.9-.3%201.8-.3c1.3%200%202.5.5%203.5%201.3V6c0-1.1-.9-2-2-2h-3l-2-2zm2.9%207C10.3%209%209%2010.4%209%2012c0%201.7%201.3%203%203%203c.4%200%20.7-.1%201-.2c.2-1.4.9-2.6%201.9-3.5c-.3-1.3-1.5-2.3-3-2.3q.15%200%200%200%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%22M18.5%2016.8c-.7%200-1.2-.6-1.2-1.2c0-.7.6-1.2%201.2-1.2s1.2.6%201.2%201.2c.1.6-.5%201.2-1.2%201.2m0-4.8c-1.9%200-3.5%201.6-3.5%203.5c0%202.6%203.5%206.5%203.5%206.5s3.5-3.9%203.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9%202L7%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h10.5c-.6-.9-1.1-1.9-1.4-3.1c-.3.1-.7.1-1.1.1c-2.8%200-5-2.2-5-5s2.2-5%205-5c2.1%200%204%201.3%204.7%203.3q.9-.3%201.8-.3c1.3%200%202.5.5%203.5%201.3V6c0-1.1-.9-2-2-2h-3l-2-2zm2.9%207C10.3%209%209%2010.4%209%2012c0%201.7%201.3%203%203%203c.4%200%20.7-.1%201-.2c.2-1.4.9-2.6%201.9-3.5c-.3-1.3-1.5-2.3-3-2.3q.15%200%200%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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