camera arrow up icon
camera-arrow-up-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- camera-arrow-up-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 6a4 4 0 0 0-.966 7.883q.058-.506.202-.981A3.001 3.001 0 1 1 12.9 9.236q.475-.145.98-.202A4 4 0 0 0 10 6M4.503 16h4.703q.149.524.393 1H4.504a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5h1.69l.589-1.174A1.5 1.5 0 0 1 8.123 2h3.764a1.5 1.5 0 0 1 1.342.83L13.814 4h1.69a2.5 2.5 0 0 1 2.5 2.5v3.76a5.5 5.5 0 0 0-1-.658V6.499a1.5 1.5 0 0 0-1.5-1.5h-2a.5.5 0 0 1-.446-.276l-.723-1.447A.5.5 0 0 0 11.887 3H8.123a.5.5 0 0 0-.447.275l-.728 1.449a.5.5 0 0 1-.446.275H4.504a1.5 1.5 0 0 0-1.5 1.5V14.5a1.5 1.5 0 0 0 1.5 1.5M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.854-2.353l-2 2a.5.5 0 0 0 .708.707L14 13.707V16.5a.5.5 0 0 0 1 0v-2.793l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.351-.146h-.006a.5.5 0 0 0-.348.144z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCameraArrowUp20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6a4 4 0 0 0-.966 7.883q.058-.506.202-.981A3.001 3.001 0 1 1 12.9 9.236q.475-.145.98-.202A4 4 0 0 0 10 6M4.503 16h4.703q.149.524.393 1H4.504a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5h1.69l.589-1.174A1.5 1.5 0 0 1 8.123 2h3.764a1.5 1.5 0 0 1 1.342.83L13.814 4h1.69a2.5 2.5 0 0 1 2.5 2.5v3.76a5.5 5.5 0 0 0-1-.658V6.499a1.5 1.5 0 0 0-1.5-1.5h-2a.5.5 0 0 1-.446-.276l-.723-1.447A.5.5 0 0 0 11.887 3H8.123a.5.5 0 0 0-.447.275l-.728 1.449a.5.5 0 0 1-.446.275H4.504a1.5 1.5 0 0 0-1.5 1.5V14.5a1.5 1.5 0 0 0 1.5 1.5M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.854-2.353l-2 2a.5.5 0 0 0 .708.707L14 13.707V16.5a.5.5 0 0 0 1 0v-2.793l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.351-.146h-.006a.5.5 0 0 0-.348.144z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6a4 4 0 0 0-.966 7.883q.058-.506.202-.981A3.001 3.001 0 1 1 12.9 9.236q.475-.145.98-.202A4 4 0 0 0 10 6M4.503 16h4.703q.149.524.393 1H4.504a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5h1.69l.589-1.174A1.5 1.5 0 0 1 8.123 2h3.764a1.5 1.5 0 0 1 1.342.83L13.814 4h1.69a2.5 2.5 0 0 1 2.5 2.5v3.76a5.5 5.5 0 0 0-1-.658V6.499a1.5 1.5 0 0 0-1.5-1.5h-2a.5.5 0 0 1-.446-.276l-.723-1.447A.5.5 0 0 0 11.887 3H8.123a.5.5 0 0 0-.447.275l-.728 1.449a.5.5 0 0 1-.446.275H4.504a1.5 1.5 0 0 0-1.5 1.5V14.5a1.5 1.5 0 0 0 1.5 1.5M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.854-2.353l-2 2a.5.5 0 0 0 .708.707L14 13.707V16.5a.5.5 0 0 0 1 0v-2.793l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.351-.146h-.006a.5.5 0 0 0-.348.144z"/></svg> </template>
CSS
.icon-camera-arrow-up-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206a4%204%200%200%200-.966%207.883q.058-.506.202-.981A3.001%203.001%200%201%201%2012.9%209.236q.475-.145.98-.202A4%204%200%200%200%2010%206M4.503%2016h4.703q.149.524.393%201H4.504a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%202.5-2.5h1.69l.589-1.174A1.5%201.5%200%200%201%208.123%202h3.764a1.5%201.5%200%200%201%201.342.83L13.814%204h1.69a2.5%202.5%200%200%201%202.5%202.5v3.76a5.5%205.5%200%200%200-1-.658V6.499a1.5%201.5%200%200%200-1.5-1.5h-2a.5.5%200%200%201-.446-.276l-.723-1.447A.5.5%200%200%200%2011.887%203H8.123a.5.5%200%200%200-.447.275l-.728%201.449a.5.5%200%200%201-.446.275H4.504a1.5%201.5%200%200%200-1.5%201.5V14.5a1.5%201.5%200%200%200%201.5%201.5M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.854-2.353l-2%202a.5.5%200%200%200%20.708.707L14%2013.707V16.5a.5.5%200%200%200%201%200v-2.793l1.146%201.147a.5.5%200%200%200%20.708-.708l-2-2a.5.5%200%200%200-.351-.146h-.006a.5.5%200%200%200-.348.144z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206a4%204%200%200%200-.966%207.883q.058-.506.202-.981A3.001%203.001%200%201%201%2012.9%209.236q.475-.145.98-.202A4%204%200%200%200%2010%206M4.503%2016h4.703q.149.524.393%201H4.504a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%202.5-2.5h1.69l.589-1.174A1.5%201.5%200%200%201%208.123%202h3.764a1.5%201.5%200%200%201%201.342.83L13.814%204h1.69a2.5%202.5%200%200%201%202.5%202.5v3.76a5.5%205.5%200%200%200-1-.658V6.499a1.5%201.5%200%200%200-1.5-1.5h-2a.5.5%200%200%201-.446-.276l-.723-1.447A.5.5%200%200%200%2011.887%203H8.123a.5.5%200%200%200-.447.275l-.728%201.449a.5.5%200%200%201-.446.275H4.504a1.5%201.5%200%200%200-1.5%201.5V14.5a1.5%201.5%200%200%200%201.5%201.5M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.854-2.353l-2%202a.5.5%200%200%200%20.708.707L14%2013.707V16.5a.5.5%200%200%200%201%200v-2.793l1.146%201.147a.5.5%200%200%200%20.708-.708l-2-2a.5.5%200%200%200-.351-.146h-.006a.5.5%200%200%200-.348.144z%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-20-regular.svg?color=%231a73e8&size=48