camera arrow up icon
camera-arrow-up-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- camera-arrow-up-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.5 6.5 0 0 0-1.5-1.078V8.25a1.75 1.75 0 0 0-1.75-1.75h-2.5a.75.75 0 0 1-.647-.37l-1.032-1.757a.75.75 0 0 0-.646-.37h-3.803a.75.75 0 0 0-.574.268l-.065.09l-1.093 1.78a.75.75 0 0 1-.639.358h-2.5A1.75 1.75 0 0 0 3.5 8.25v9.5c0 .966.784 1.75 1.75 1.75h6.063c.173.533.412 1.037.709 1.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 8a4.5 4.5 0 0 1 4.282 3.114q-.751.144-1.431.449a3.001 3.001 0 1 0-3.513 3.864q-.238.703-.31 1.468A4.502 4.502 0 0 1 12 8m11 9.5a5.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 FluentCameraArrowUp24Regular(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.5 6.5 0 0 0-1.5-1.078V8.25a1.75 1.75 0 0 0-1.75-1.75h-2.5a.75.75 0 0 1-.647-.37l-1.032-1.757a.75.75 0 0 0-.646-.37h-3.803a.75.75 0 0 0-.574.268l-.065.09l-1.093 1.78a.75.75 0 0 1-.639.358h-2.5A1.75 1.75 0 0 0 3.5 8.25v9.5c0 .966.784 1.75 1.75 1.75h6.063c.173.533.412 1.037.709 1.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 8a4.5 4.5 0 0 1 4.282 3.114q-.751.144-1.431.449a3.001 3.001 0 1 0-3.513 3.864q-.238.703-.31 1.468A4.502 4.502 0 0 1 12 8m11 9.5a5.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.5 6.5 0 0 0-1.5-1.078V8.25a1.75 1.75 0 0 0-1.75-1.75h-2.5a.75.75 0 0 1-.647-.37l-1.032-1.757a.75.75 0 0 0-.646-.37h-3.803a.75.75 0 0 0-.574.268l-.065.09l-1.093 1.78a.75.75 0 0 1-.639.358h-2.5A1.75 1.75 0 0 0 3.5 8.25v9.5c0 .966.784 1.75 1.75 1.75h6.063c.173.533.412 1.037.709 1.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 8a4.5 4.5 0 0 1 4.282 3.114q-.751.144-1.431.449a3.001 3.001 0 1 0-3.513 3.864q-.238.703-.31 1.468A4.502 4.502 0 0 1 12 8m11 9.5a5.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-regular {
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.5%206.5%200%200%200-1.5-1.078V8.25a1.75%201.75%200%200%200-1.75-1.75h-2.5a.75.75%200%200%201-.647-.37l-1.032-1.757a.75.75%200%200%200-.646-.37h-3.803a.75.75%200%200%200-.574.268l-.065.09l-1.093%201.78a.75.75%200%200%201-.639.358h-2.5A1.75%201.75%200%200%200%203.5%208.25v9.5c0%20.966.784%201.75%201.75%201.75h6.063c.173.533.412%201.037.709%201.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%208a4.5%204.5%200%200%201%204.282%203.114q-.751.144-1.431.449a3.001%203.001%200%201%200-3.513%203.864q-.238.703-.31%201.468A4.502%204.502%200%200%201%2012%208m11%209.5a5.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.5%206.5%200%200%200-1.5-1.078V8.25a1.75%201.75%200%200%200-1.75-1.75h-2.5a.75.75%200%200%201-.647-.37l-1.032-1.757a.75.75%200%200%200-.646-.37h-3.803a.75.75%200%200%200-.574.268l-.065.09l-1.093%201.78a.75.75%200%200%201-.639.358h-2.5A1.75%201.75%200%200%200%203.5%208.25v9.5c0%20.966.784%201.75%201.75%201.75h6.063c.173.533.412%201.037.709%201.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%208a4.5%204.5%200%200%201%204.282%203.114q-.751.144-1.431.449a3.001%203.001%200%201%200-3.513%203.864q-.238.703-.31%201.468A4.502%204.502%200%200%201%2012%208m11%209.5a5.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-regular.svg?color=%231a73e8&size=48