display settings icon
display-settings-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- display-settings-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the display settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 13.75v.5q0 .325.213.538T8.25 15t.538-.213T9 14.25v-2.5q0-.325-.213-.537T8.25 11t-.537.213t-.213.537v.5h-.75q-.325 0-.537.213T6 13t.213.538t.537.212zm3.25 0h6.5q.325 0 .538-.213T18 13t-.213-.537t-.537-.213h-6.5q-.325 0-.537.213T10 13t.213.538t.537.212m5.75-4h.75q.325 0 .538-.213T18 9t-.213-.537t-.537-.213h-.75v-.5q0-.325-.213-.537T15.75 7t-.537.213T15 7.75v2.5q0 .325.213.538t.537.212t.538-.213t.212-.537zm-9.75 0h6.5q.325 0 .538-.213T14 9t-.213-.537t-.537-.213h-6.5q-.325 0-.537.213T6 9t.213.538t.537.212M4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v12q0 .825-.587 1.413T20 19h-4v1q0 .425-.288.713T15 21H9q-.425 0-.712-.288T8 20v-1zm0-2h16V5H4zm0 0V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDisplaySettingsOutlineRounded(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="M7.5 13.75v.5q0 .325.213.538T8.25 15t.538-.213T9 14.25v-2.5q0-.325-.213-.537T8.25 11t-.537.213t-.213.537v.5h-.75q-.325 0-.537.213T6 13t.213.538t.537.212zm3.25 0h6.5q.325 0 .538-.213T18 13t-.213-.537t-.537-.213h-6.5q-.325 0-.537.213T10 13t.213.538t.537.212m5.75-4h.75q.325 0 .538-.213T18 9t-.213-.537t-.537-.213h-.75v-.5q0-.325-.213-.537T15.75 7t-.537.213T15 7.75v2.5q0 .325.213.538t.537.212t.538-.213t.212-.537zm-9.75 0h6.5q.325 0 .538-.213T14 9t-.213-.537t-.537-.213h-6.5q-.325 0-.537.213T6 9t.213.538t.537.212M4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v12q0 .825-.587 1.413T20 19h-4v1q0 .425-.288.713T15 21H9q-.425 0-.712-.288T8 20v-1zm0-2h16V5H4zm0 0V5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 13.75v.5q0 .325.213.538T8.25 15t.538-.213T9 14.25v-2.5q0-.325-.213-.537T8.25 11t-.537.213t-.213.537v.5h-.75q-.325 0-.537.213T6 13t.213.538t.537.212zm3.25 0h6.5q.325 0 .538-.213T18 13t-.213-.537t-.537-.213h-6.5q-.325 0-.537.213T10 13t.213.538t.537.212m5.75-4h.75q.325 0 .538-.213T18 9t-.213-.537t-.537-.213h-.75v-.5q0-.325-.213-.537T15.75 7t-.537.213T15 7.75v2.5q0 .325.213.538t.537.212t.538-.213t.212-.537zm-9.75 0h6.5q.325 0 .538-.213T14 9t-.213-.537t-.537-.213h-6.5q-.325 0-.537.213T6 9t.213.538t.537.212M4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v12q0 .825-.587 1.413T20 19h-4v1q0 .425-.288.713T15 21H9q-.425 0-.712-.288T8 20v-1zm0-2h16V5H4zm0 0V5z"/></svg> </template>
CSS
.icon-display-settings-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%22M7.5%2013.75v.5q0%20.325.213.538T8.25%2015t.538-.213T9%2014.25v-2.5q0-.325-.213-.537T8.25%2011t-.537.213t-.213.537v.5h-.75q-.325%200-.537.213T6%2013t.213.538t.537.212zm3.25%200h6.5q.325%200%20.538-.213T18%2013t-.213-.537t-.537-.213h-6.5q-.325%200-.537.213T10%2013t.213.538t.537.212m5.75-4h.75q.325%200%20.538-.213T18%209t-.213-.537t-.537-.213h-.75v-.5q0-.325-.213-.537T15.75%207t-.537.213T15%207.75v2.5q0%20.325.213.538t.537.212t.538-.213t.212-.537zm-9.75%200h6.5q.325%200%20.538-.213T14%209t-.213-.537t-.537-.213h-6.5q-.325%200-.537.213T6%209t.213.538t.537.212M4%2019q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v12q0%20.825-.587%201.413T20%2019h-4v1q0%20.425-.288.713T15%2021H9q-.425%200-.712-.288T8%2020v-1zm0-2h16V5H4zm0%200V5z%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%22M7.5%2013.75v.5q0%20.325.213.538T8.25%2015t.538-.213T9%2014.25v-2.5q0-.325-.213-.537T8.25%2011t-.537.213t-.213.537v.5h-.75q-.325%200-.537.213T6%2013t.213.538t.537.212zm3.25%200h6.5q.325%200%20.538-.213T18%2013t-.213-.537t-.537-.213h-6.5q-.325%200-.537.213T10%2013t.213.538t.537.212m5.75-4h.75q.325%200%20.538-.213T18%209t-.213-.537t-.537-.213h-.75v-.5q0-.325-.213-.537T15.75%207t-.537.213T15%207.75v2.5q0%20.325.213.538t.537.212t.538-.213t.212-.537zm-9.75%200h6.5q.325%200%20.538-.213T14%209t-.213-.537t-.537-.213h-6.5q-.325%200-.537.213T6%209t.213.538t.537.212M4%2019q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v12q0%20.825-.587%201.413T20%2019h-4v1q0%20.425-.288.713T15%2021H9q-.425%200-.712-.288T8%2020v-1zm0-2h16V5H4zm0%200V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/display-settings-outline-rounded.svg?color=%231a73e8&size=48