panorama enlarge icon
panorama-enlarge from Iconoir by Luca Burgio · Regular · Photos and Videos · MIT Free for personal and commercial use.
- Name
- panorama-enlarge
- Set
- Iconoir
- Style
- Regular
- Category
- Photos and Videos
- Viewbox
- 24×24
- License
- MIT
More photos and videos icons from Iconoir
Use the panorama enlarge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5c2.995 0 7.235.692 8.576.925a.58.58 0 0 1 .48.503c.13 1.028.444 3.691.444 5.572c0 1.88-.313 4.544-.444 5.572a.58.58 0 0 1-.48.503c-1.34.233-5.58.925-8.576.925c-2.995 0-7.235-.692-8.576-.925a.58.58 0 0 1-.48-.503C2.814 16.544 2.5 13.881 2.5 12c0-1.88.313-4.544.444-5.572a.58.58 0 0 1 .48-.503C4.764 5.692 9.004 5 12 5"/></svg>
React
import type { SVGProps } from "react";
export function IconoirPanoramaEnlarge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 5c2.995 0 7.235.692 8.576.925a.58.58 0 0 1 .48.503c.13 1.028.444 3.691.444 5.572c0 1.88-.313 4.544-.444 5.572a.58.58 0 0 1-.48.503c-1.34.233-5.58.925-8.576.925c-2.995 0-7.235-.692-8.576-.925a.58.58 0 0 1-.48-.503C2.814 16.544 2.5 13.881 2.5 12c0-1.88.313-4.544.444-5.572a.58.58 0 0 1 .48-.503C4.764 5.692 9.004 5 12 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5c2.995 0 7.235.692 8.576.925a.58.58 0 0 1 .48.503c.13 1.028.444 3.691.444 5.572c0 1.88-.313 4.544-.444 5.572a.58.58 0 0 1-.48.503c-1.34.233-5.58.925-8.576.925c-2.995 0-7.235-.692-8.576-.925a.58.58 0 0 1-.48-.503C2.814 16.544 2.5 13.881 2.5 12c0-1.88.313-4.544.444-5.572a.58.58 0 0 1 .48-.503C4.764 5.692 9.004 5 12 5"/></svg> </template>
CSS
.icon-panorama-enlarge {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%205c2.995%200%207.235.692%208.576.925a.58.58%200%200%201%20.48.503c.13%201.028.444%203.691.444%205.572c0%201.88-.313%204.544-.444%205.572a.58.58%200%200%201-.48.503c-1.34.233-5.58.925-8.576.925c-2.995%200-7.235-.692-8.576-.925a.58.58%200%200%201-.48-.503C2.814%2016.544%202.5%2013.881%202.5%2012c0-1.88.313-4.544.444-5.572a.58.58%200%200%201%20.48-.503C4.764%205.692%209.004%205%2012%205%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%205c2.995%200%207.235.692%208.576.925a.58.58%200%200%201%20.48.503c.13%201.028.444%203.691.444%205.572c0%201.88-.313%204.544-.444%205.572a.58.58%200%200%201-.48.503c-1.34.233-5.58.925-8.576.925c-2.995%200-7.235-.692-8.576-.925a.58.58%200%200%201-.48-.503C2.814%2016.544%202.5%2013.881%202.5%2012c0-1.88.313-4.544.444-5.572a.58.58%200%200%201%20.48-.503C4.764%205.692%209.004%205%2012%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/panorama-enlarge.svg?color=%231a73e8&size=48