settings panorama icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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.25 21.95q-.475.125-.862-.162T13 21v-5q0-.5.388-.788t.887-.162q.925.25 1.85.35t1.875.1t1.888-.1t1.862-.35q.475-.125.863.163T23 16v5q0 .5-.387.788t-.863.162q-.925-.25-1.862-.35T18 21.5t-1.888.1t-1.862.35M12.05 8.5q-1.475 0-2.488 1.025T8.55 12q0 1.2.688 2.1T11 15.35v5.775q0 .35-.262.613t-.613.262q-.375 0-.65-.25t-.325-.625l-.275-2.275q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1q-.025-.175-.025-.337v-.676q0-.162.025-.337l-1.325-1Q2.7 9.95 2.55 9.3t.2-1.225l1.175-2.05q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113t1.175-.437h2.4q.675 0 1.175.438t.575 1.112l.2 1.65q.325.125.613.3t.562.375l1.5-.65q.625-.275 1.263-.05t.987.8l1.175 2.05q.35.575.213 1.225t-.663 1.075l-1.35.95q.025.125.025.313v.387q0 .425-.3.7t-.725.275H15.4q.075-.25.113-.488T15.55 12q0-1.45-1.025-2.475T12.05 8.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsPanoramaRounded(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.25 21.95q-.475.125-.862-.162T13 21v-5q0-.5.388-.788t.887-.162q.925.25 1.85.35t1.875.1t1.888-.1t1.862-.35q.475-.125.863.163T23 16v5q0 .5-.387.788t-.863.162q-.925-.25-1.862-.35T18 21.5t-1.888.1t-1.862.35M12.05 8.5q-1.475 0-2.488 1.025T8.55 12q0 1.2.688 2.1T11 15.35v5.775q0 .35-.262.613t-.613.262q-.375 0-.65-.25t-.325-.625l-.275-2.275q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1q-.025-.175-.025-.337v-.676q0-.162.025-.337l-1.325-1Q2.7 9.95 2.55 9.3t.2-1.225l1.175-2.05q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113t1.175-.437h2.4q.675 0 1.175.438t.575 1.112l.2 1.65q.325.125.613.3t.562.375l1.5-.65q.625-.275 1.263-.05t.987.8l1.175 2.05q.35.575.213 1.225t-.663 1.075l-1.35.95q.025.125.025.313v.387q0 .425-.3.7t-.725.275H15.4q.075-.25.113-.488T15.55 12q0-1.45-1.025-2.475T12.05 8.5"/></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.25 21.95q-.475.125-.862-.162T13 21v-5q0-.5.388-.788t.887-.162q.925.25 1.85.35t1.875.1t1.888-.1t1.862-.35q.475-.125.863.163T23 16v5q0 .5-.387.788t-.863.162q-.925-.25-1.862-.35T18 21.5t-1.888.1t-1.862.35M12.05 8.5q-1.475 0-2.488 1.025T8.55 12q0 1.2.688 2.1T11 15.35v5.775q0 .35-.262.613t-.613.262q-.375 0-.65-.25t-.325-.625l-.275-2.275q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1q-.025-.175-.025-.337v-.676q0-.162.025-.337l-1.325-1Q2.7 9.95 2.55 9.3t.2-1.225l1.175-2.05q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113t1.175-.437h2.4q.675 0 1.175.438t.575 1.112l.2 1.65q.325.125.613.3t.562.375l1.5-.65q.625-.275 1.263-.05t.987.8l1.175 2.05q.35.575.213 1.225t-.663 1.075l-1.35.95q.025.125.025.313v.387q0 .425-.3.7t-.725.275H15.4q.075-.25.113-.488T15.55 12q0-1.45-1.025-2.475T12.05 8.5"/></svg>
</template>

CSS

.icon-settings-panorama-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.25%2021.95q-.475.125-.862-.162T13%2021v-5q0-.5.388-.788t.887-.162q.925.25%201.85.35t1.875.1t1.888-.1t1.862-.35q.475-.125.863.163T23%2016v5q0%20.5-.387.788t-.863.162q-.925-.25-1.862-.35T18%2021.5t-1.888.1t-1.862.35M12.05%208.5q-1.475%200-2.488%201.025T8.55%2012q0%201.2.688%202.1T11%2015.35v5.775q0%20.35-.262.613t-.613.262q-.375%200-.65-.25t-.325-.625l-.275-2.275q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1q-.025-.175-.025-.337v-.676q0-.162.025-.337l-1.325-1Q2.7%209.95%202.55%209.3t.2-1.225l1.175-2.05q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113t1.175-.437h2.4q.675%200%201.175.438t.575%201.112l.2%201.65q.325.125.613.3t.562.375l1.5-.65q.625-.275%201.263-.05t.987.8l1.175%202.05q.35.575.213%201.225t-.663%201.075l-1.35.95q.025.125.025.313v.387q0%20.425-.3.7t-.725.275H15.4q.075-.25.113-.488T15.55%2012q0-1.45-1.025-2.475T12.05%208.5%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.25%2021.95q-.475.125-.862-.162T13%2021v-5q0-.5.388-.788t.887-.162q.925.25%201.85.35t1.875.1t1.888-.1t1.862-.35q.475-.125.863.163T23%2016v5q0%20.5-.387.788t-.863.162q-.925-.25-1.862-.35T18%2021.5t-1.888.1t-1.862.35M12.05%208.5q-1.475%200-2.488%201.025T8.55%2012q0%201.2.688%202.1T11%2015.35v5.775q0%20.35-.262.613t-.613.262q-.375%200-.65-.25t-.325-.625l-.275-2.275q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1q-.025-.175-.025-.337v-.676q0-.162.025-.337l-1.325-1Q2.7%209.95%202.55%209.3t.2-1.225l1.175-2.05q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113t1.175-.437h2.4q.675%200%201.175.438t.575%201.112l.2%201.65q.325.125.613.3t.562.375l1.5-.65q.625-.275%201.263-.05t.987.8l1.175%202.05q.35.575.213%201.225t-.663%201.075l-1.35.95q.025.125.025.313v.387q0%20.425-.3.7t-.725.275H15.4q.075-.25.113-.488T15.55%2012q0-1.45-1.025-2.475T12.05%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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