camera-arrow-up-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
camera-arrow-up-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the camera arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.925 2.503a2.25 2.25 0 0 1 1.94 1.11L16.679 5h2.071A3.25 3.25 0 0 1 22 8.25v4.56A6.48 6.48 0 0 0 17.5 11q-.625.002-1.218.114A4.502 4.502 0 0 0 7.5 12.5c0 2.151 1.51 3.95 3.528 4.395Q11 17.193 11 17.5a6.47 6.47 0 0 0 1.022 3.5H5.25A3.25 3.25 0 0 1 2 17.75v-9.5A3.25 3.25 0 0 1 5.25 5h2.08l.875-1.424a2.25 2.25 0 0 1 1.917-1.073zM12 9.5a3 3 0 0 1 2.85 2.063a6.52 6.52 0 0 0-3.512 3.864A3.001 3.001 0 0 1 12 9.5m11 8a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6 3a.5.5 0 0 0 1 0v-4.793l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708L17 15.707z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraArrowUp24Filled(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="M13.925 2.503a2.25 2.25 0 0 1 1.94 1.11L16.679 5h2.071A3.25 3.25 0 0 1 22 8.25v4.56A6.48 6.48 0 0 0 17.5 11q-.625.002-1.218.114A4.502 4.502 0 0 0 7.5 12.5c0 2.151 1.51 3.95 3.528 4.395Q11 17.193 11 17.5a6.47 6.47 0 0 0 1.022 3.5H5.25A3.25 3.25 0 0 1 2 17.75v-9.5A3.25 3.25 0 0 1 5.25 5h2.08l.875-1.424a2.25 2.25 0 0 1 1.917-1.073zM12 9.5a3 3 0 0 1 2.85 2.063a6.52 6.52 0 0 0-3.512 3.864A3.001 3.001 0 0 1 12 9.5m11 8a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6 3a.5.5 0 0 0 1 0v-4.793l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708L17 15.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.925 2.503a2.25 2.25 0 0 1 1.94 1.11L16.679 5h2.071A3.25 3.25 0 0 1 22 8.25v4.56A6.48 6.48 0 0 0 17.5 11q-.625.002-1.218.114A4.502 4.502 0 0 0 7.5 12.5c0 2.151 1.51 3.95 3.528 4.395Q11 17.193 11 17.5a6.47 6.47 0 0 0 1.022 3.5H5.25A3.25 3.25 0 0 1 2 17.75v-9.5A3.25 3.25 0 0 1 5.25 5h2.08l.875-1.424a2.25 2.25 0 0 1 1.917-1.073zM12 9.5a3 3 0 0 1 2.85 2.063a6.52 6.52 0 0 0-3.512 3.864A3.001 3.001 0 0 1 12 9.5m11 8a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6 3a.5.5 0 0 0 1 0v-4.793l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708L17 15.707z"/></svg>
</template>

CSS

.icon-camera-arrow-up-24-filled {
  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%22M13.925%202.503a2.25%202.25%200%200%201%201.94%201.11L16.679%205h2.071A3.25%203.25%200%200%201%2022%208.25v4.56A6.48%206.48%200%200%200%2017.5%2011q-.625.002-1.218.114A4.502%204.502%200%200%200%207.5%2012.5c0%202.151%201.51%203.95%203.528%204.395Q11%2017.193%2011%2017.5a6.47%206.47%200%200%200%201.022%203.5H5.25A3.25%203.25%200%200%201%202%2017.75v-9.5A3.25%203.25%200%200%201%205.25%205h2.08l.875-1.424a2.25%202.25%200%200%201%201.917-1.073zM12%209.5a3%203%200%200%201%202.85%202.063a6.52%206.52%200%200%200-3.512%203.864A3.001%203.001%200%200%201%2012%209.5m11%208a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-6%203a.5.5%200%200%200%201%200v-4.793l1.646%201.647a.5.5%200%200%200%20.708-.708l-2.5-2.5a.5.5%200%200%200-.708%200l-2.5%202.5a.5.5%200%200%200%20.708.708L17%2015.707z%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%22M13.925%202.503a2.25%202.25%200%200%201%201.94%201.11L16.679%205h2.071A3.25%203.25%200%200%201%2022%208.25v4.56A6.48%206.48%200%200%200%2017.5%2011q-.625.002-1.218.114A4.502%204.502%200%200%200%207.5%2012.5c0%202.151%201.51%203.95%203.528%204.395Q11%2017.193%2011%2017.5a6.47%206.47%200%200%200%201.022%203.5H5.25A3.25%203.25%200%200%201%202%2017.75v-9.5A3.25%203.25%200%200%201%205.25%205h2.08l.875-1.424a2.25%202.25%200%200%201%201.917-1.073zM12%209.5a3%203%200%200%201%202.85%202.063a6.52%206.52%200%200%200-3.512%203.864A3.001%203.001%200%200%201%2012%209.5m11%208a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-6%203a.5.5%200%200%200%201%200v-4.793l1.646%201.647a.5.5%200%200%200%20.708-.708l-2.5-2.5a.5.5%200%200%200-.708%200l-2.5%202.5a.5.5%200%200%200%20.708.708L17%2015.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/camera-arrow-up-24-filled.svg?color=%231a73e8&size=48