outline panorama horizontal select icon

outline-panorama-horizontal-select from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
outline-panorama-horizontal-select
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the outline panorama horizontal select icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.5c-3.89 0-6.95-.84-8.69-1.43A.993.993 0 0 0 2 5.02V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45A1 1 0 0 0 22 19V5c0-.68-.66-1.17-1.31-.95c-2.03.68-4.83 1.45-8.69 1.45"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePanoramaHorizontalSelect(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="M12 5.5c-3.89 0-6.95-.84-8.69-1.43A.993.993 0 0 0 2 5.02V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45A1 1 0 0 0 22 19V5c0-.68-.66-1.17-1.31-.95c-2.03.68-4.83 1.45-8.69 1.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.5c-3.89 0-6.95-.84-8.69-1.43A.993.993 0 0 0 2 5.02V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45A1 1 0 0 0 22 19V5c0-.68-.66-1.17-1.31-.95c-2.03.68-4.83 1.45-8.69 1.45"/></svg>
</template>

CSS

.icon-outline-panorama-horizontal-select {
  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%22M12%205.5c-3.89%200-6.95-.84-8.69-1.43A.993.993%200%200%200%202%205.02V19c0%20.68.66%201.17%201.31.95C5.36%2019.26%208.1%2018.5%2012%2018.5c3.87%200%206.66.76%208.69%201.45A1%201%200%200%200%2022%2019V5c0-.68-.66-1.17-1.31-.95c-2.03.68-4.83%201.45-8.69%201.45%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%22M12%205.5c-3.89%200-6.95-.84-8.69-1.43A.993.993%200%200%200%202%205.02V19c0%20.68.66%201.17%201.31.95C5.36%2019.26%208.1%2018.5%2012%2018.5c3.87%200%206.66.76%208.69%201.45A1%201%200%200%200%2022%2019V5c0-.68-.66-1.17-1.31-.95c-2.03.68-4.83%201.45-8.69%201.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-panorama-horizontal-select.svg?color=%231a73e8&size=48