settings panorama icon

settings-panorama-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
settings-panorama-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the settings panorama icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.442 20.97q-.398.105-.727-.144q-.33-.249-.33-.672V15.73q0-.423.339-.663t.743-.133q.771.211 1.562.292q.79.08 1.586.08t1.6-.09q.802-.09 1.573-.301q.398-.125.728.133q.33.259.33.682v4.423q0 .423-.33.682q-.33.258-.727.133q-.772-.211-1.575-.302q-.803-.09-1.599-.09t-1.599.09t-1.574.302M11 21h-.202q-.298 0-.496-.183q-.198-.182-.248-.48l-.281-2.218q-.479-.144-1.035-.453q-.557-.31-.948-.664l-1.915.823q-.317.14-.644.03q-.327-.109-.504-.414l-1.079-1.858q-.177-.306-.104-.639t.348-.546l1.672-1.25q-.045-.271-.073-.558q-.03-.288-.03-.56q0-.251.03-.529q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.556q-.063-.342.113-.648l1.06-1.8q.177-.286.504-.405t.644.02l1.896.805q.448-.374.97-.674q.52-.3 1.013-.463l.277-2.092q.056-.348.315-.574q.26-.226.608-.226h2.092q.348 0 .608.226t.315.574l.258 2.111q.575.202 1.016.464t.909.654l1.98-.805q.318-.14.648-.02q.33.118.506.405l1.06 1.82q.177.305.107.638q-.07.332-.345.546l-1.748 1.296q.044.252.073.643q.029.39.029.738q0 .214-.159.37q-.159.155-.378.155q-.208 0-.355-.156q-.147-.155-.147-.369q0-.394-.05-.904t-.156-.865l2.227-1.683l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.6.606 1.36 1.002t1.615.579zm.973-11.5q1.112 0 1.843.806t.638 1.898q-.008.269-.17.464t-.413.182q-.213-.014-.362-.157q-.15-.143-.1-.337q.197-.708-.253-1.282t-1.183-.574q-.625 0-1.062.438T10.473 12q0 .408.195.743t.523.536q.159.096.143.282q-.015.185-.161.345q-.177.165-.409.157t-.422-.186q-.43-.335-.65-.829T9.473 12q0-1.052.737-1.776q.736-.724 1.763-.724"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSettingsPanoramaOutlineRounded(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="M14.442 20.97q-.398.105-.727-.144q-.33-.249-.33-.672V15.73q0-.423.339-.663t.743-.133q.771.211 1.562.292q.79.08 1.586.08t1.6-.09q.802-.09 1.573-.301q.398-.125.728.133q.33.259.33.682v4.423q0 .423-.33.682q-.33.258-.727.133q-.772-.211-1.575-.302q-.803-.09-1.599-.09t-1.599.09t-1.574.302M11 21h-.202q-.298 0-.496-.183q-.198-.182-.248-.48l-.281-2.218q-.479-.144-1.035-.453q-.557-.31-.948-.664l-1.915.823q-.317.14-.644.03q-.327-.109-.504-.414l-1.079-1.858q-.177-.306-.104-.639t.348-.546l1.672-1.25q-.045-.271-.073-.558q-.03-.288-.03-.56q0-.251.03-.529q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.556q-.063-.342.113-.648l1.06-1.8q.177-.286.504-.405t.644.02l1.896.805q.448-.374.97-.674q.52-.3 1.013-.463l.277-2.092q.056-.348.315-.574q.26-.226.608-.226h2.092q.348 0 .608.226t.315.574l.258 2.111q.575.202 1.016.464t.909.654l1.98-.805q.318-.14.648-.02q.33.118.506.405l1.06 1.82q.177.305.107.638q-.07.332-.345.546l-1.748 1.296q.044.252.073.643q.029.39.029.738q0 .214-.159.37q-.159.155-.378.155q-.208 0-.355-.156q-.147-.155-.147-.369q0-.394-.05-.904t-.156-.865l2.227-1.683l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.6.606 1.36 1.002t1.615.579zm.973-11.5q1.112 0 1.843.806t.638 1.898q-.008.269-.17.464t-.413.182q-.213-.014-.362-.157q-.15-.143-.1-.337q.197-.708-.253-1.282t-1.183-.574q-.625 0-1.062.438T10.473 12q0 .408.195.743t.523.536q.159.096.143.282q-.015.185-.161.345q-.177.165-.409.157t-.422-.186q-.43-.335-.65-.829T9.473 12q0-1.052.737-1.776q.736-.724 1.763-.724"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.442 20.97q-.398.105-.727-.144q-.33-.249-.33-.672V15.73q0-.423.339-.663t.743-.133q.771.211 1.562.292q.79.08 1.586.08t1.6-.09q.802-.09 1.573-.301q.398-.125.728.133q.33.259.33.682v4.423q0 .423-.33.682q-.33.258-.727.133q-.772-.211-1.575-.302q-.803-.09-1.599-.09t-1.599.09t-1.574.302M11 21h-.202q-.298 0-.496-.183q-.198-.182-.248-.48l-.281-2.218q-.479-.144-1.035-.453q-.557-.31-.948-.664l-1.915.823q-.317.14-.644.03q-.327-.109-.504-.414l-1.079-1.858q-.177-.306-.104-.639t.348-.546l1.672-1.25q-.045-.271-.073-.558q-.03-.288-.03-.56q0-.251.03-.529q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.556q-.063-.342.113-.648l1.06-1.8q.177-.286.504-.405t.644.02l1.896.805q.448-.374.97-.674q.52-.3 1.013-.463l.277-2.092q.056-.348.315-.574q.26-.226.608-.226h2.092q.348 0 .608.226t.315.574l.258 2.111q.575.202 1.016.464t.909.654l1.98-.805q.318-.14.648-.02q.33.118.506.405l1.06 1.82q.177.305.107.638q-.07.332-.345.546l-1.748 1.296q.044.252.073.643q.029.39.029.738q0 .214-.159.37q-.159.155-.378.155q-.208 0-.355-.156q-.147-.155-.147-.369q0-.394-.05-.904t-.156-.865l2.227-1.683l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.6.606 1.36 1.002t1.615.579zm.973-11.5q1.112 0 1.843.806t.638 1.898q-.008.269-.17.464t-.413.182q-.213-.014-.362-.157q-.15-.143-.1-.337q.197-.708-.253-1.282t-1.183-.574q-.625 0-1.062.438T10.473 12q0 .408.195.743t.523.536q.159.096.143.282q-.015.185-.161.345q-.177.165-.409.157t-.422-.186q-.43-.335-.65-.829T9.473 12q0-1.052.737-1.776q.736-.724 1.763-.724"/></svg>
</template>

CSS

.icon-settings-panorama-outline-rounded {
  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%22M14.442%2020.97q-.398.105-.727-.144q-.33-.249-.33-.672V15.73q0-.423.339-.663t.743-.133q.771.211%201.562.292q.79.08%201.586.08t1.6-.09q.802-.09%201.573-.301q.398-.125.728.133q.33.259.33.682v4.423q0%20.423-.33.682q-.33.258-.727.133q-.772-.211-1.575-.302q-.803-.09-1.599-.09t-1.599.09t-1.574.302M11%2021h-.202q-.298%200-.496-.183q-.198-.182-.248-.48l-.281-2.218q-.479-.144-1.035-.453q-.557-.31-.948-.664l-1.915.823q-.317.14-.644.03q-.327-.109-.504-.414l-1.079-1.858q-.177-.306-.104-.639t.348-.546l1.672-1.25q-.045-.271-.073-.558q-.03-.288-.03-.56q0-.251.03-.529q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.556q-.063-.342.113-.648l1.06-1.8q.177-.286.504-.405t.644.02l1.896.805q.448-.374.97-.674q.52-.3%201.013-.463l.277-2.092q.056-.348.315-.574q.26-.226.608-.226h2.092q.348%200%20.608.226t.315.574l.258%202.111q.575.202%201.016.464t.909.654l1.98-.805q.318-.14.648-.02q.33.118.506.405l1.06%201.82q.177.305.107.638q-.07.332-.345.546l-1.748%201.296q.044.252.073.643q.029.39.029.738q0%20.214-.159.37q-.159.155-.378.155q-.208%200-.355-.156q-.147-.155-.147-.369q0-.394-.05-.904t-.156-.865l2.227-1.683l-.994-1.7l-2.552%201.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13%204h-1.994l-.312%202.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55%207.15l-.994%201.7l2.169%201.62q-.125.336-.175.73t-.05.82q0%20.38.05.755t.156.73l-2.15%201.645l.994%201.7l2.475-1.05q.6.606%201.36%201.002t1.615.579zm.973-11.5q1.112%200%201.843.806t.638%201.898q-.008.269-.17.464t-.413.182q-.213-.014-.362-.157q-.15-.143-.1-.337q.197-.708-.253-1.282t-1.183-.574q-.625%200-1.062.438T10.473%2012q0%20.408.195.743t.523.536q.159.096.143.282q-.015.185-.161.345q-.177.165-.409.157t-.422-.186q-.43-.335-.65-.829T9.473%2012q0-1.052.737-1.776q.736-.724%201.763-.724%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%22M14.442%2020.97q-.398.105-.727-.144q-.33-.249-.33-.672V15.73q0-.423.339-.663t.743-.133q.771.211%201.562.292q.79.08%201.586.08t1.6-.09q.802-.09%201.573-.301q.398-.125.728.133q.33.259.33.682v4.423q0%20.423-.33.682q-.33.258-.727.133q-.772-.211-1.575-.302q-.803-.09-1.599-.09t-1.599.09t-1.574.302M11%2021h-.202q-.298%200-.496-.183q-.198-.182-.248-.48l-.281-2.218q-.479-.144-1.035-.453q-.557-.31-.948-.664l-1.915.823q-.317.14-.644.03q-.327-.109-.504-.414l-1.079-1.858q-.177-.306-.104-.639t.348-.546l1.672-1.25q-.045-.271-.073-.558q-.03-.288-.03-.56q0-.251.03-.529q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.556q-.063-.342.113-.648l1.06-1.8q.177-.286.504-.405t.644.02l1.896.805q.448-.374.97-.674q.52-.3%201.013-.463l.277-2.092q.056-.348.315-.574q.26-.226.608-.226h2.092q.348%200%20.608.226t.315.574l.258%202.111q.575.202%201.016.464t.909.654l1.98-.805q.318-.14.648-.02q.33.118.506.405l1.06%201.82q.177.305.107.638q-.07.332-.345.546l-1.748%201.296q.044.252.073.643q.029.39.029.738q0%20.214-.159.37q-.159.155-.378.155q-.208%200-.355-.156q-.147-.155-.147-.369q0-.394-.05-.904t-.156-.865l2.227-1.683l-.994-1.7l-2.552%201.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13%204h-1.994l-.312%202.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55%207.15l-.994%201.7l2.169%201.62q-.125.336-.175.73t-.05.82q0%20.38.05.755t.156.73l-2.15%201.645l.994%201.7l2.475-1.05q.6.606%201.36%201.002t1.615.579zm.973-11.5q1.112%200%201.843.806t.638%201.898q-.008.269-.17.464t-.413.182q-.213-.014-.362-.157q-.15-.143-.1-.337q.197-.708-.253-1.282t-1.183-.574q-.625%200-1.062.438T10.473%2012q0%20.408.195.743t.523.536q.159.096.143.282q-.015.185-.161.345q-.177.165-.409.157t-.422-.186q-.43-.335-.65-.829T9.473%2012q0-1.052.737-1.776q.736-.724%201.763-.724%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-panorama-outline-rounded.svg?color=%231a73e8&size=48