settings input component icon
settings-input-component-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- settings-input-component-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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 settings input component icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.904 21.5v-3.93q-.817-.224-1.36-.852Q2 16.091 2 15.212V6.98q0-.343.232-.576t.576-.232h1.096V2.5q0-.213.144-.356T4.405 2t.356.144t.143.356v3.673H6q.343 0 .576.232t.232.576v8.23q0 .88-.544 1.507q-.543.628-1.36.851V21.5q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356m7.596 0v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.232-.576t.576-.232H11.5V2.5q0-.213.144-.356T12.001 2t.356.144t.143.356v3.673h1.096q.343 0 .576.232t.232.576v8.23q0 .88-.544 1.507q-.543.628-1.36.851V21.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356m7.596 0v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.233-.576T18 6.173h1.096V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673h1.096q.343 0 .576.232t.232.576v8.23q0 .88-.543 1.507q-.544.628-1.36.851V21.5q0 .213-.145.356t-.357.144t-.355-.144t-.144-.356M3 7.173v4.693h2.808V7.173zm7.596 0v4.693h2.808V7.173zm7.596 0v4.693H21V7.173zM4.404 16.616q.579 0 .991-.404t.413-1v-2.346H3v2.346q0 .596.413 1q.412.404.99.404m7.597 0q.579 0 .991-.404t.413-1v-2.346h-2.808v2.346q0 .596.413 1q.412.404.991.404m7.596 0q.579 0 .992-.404q.412-.404.412-1v-2.346h-2.808v2.346q0 .596.413 1q.412.404.991.404m0-4.25"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsInputComponentOutlineRounded(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="M3.904 21.5v-3.93q-.817-.224-1.36-.852Q2 16.091 2 15.212V6.98q0-.343.232-.576t.576-.232h1.096V2.5q0-.213.144-.356T4.405 2t.356.144t.143.356v3.673H6q.343 0 .576.232t.232.576v8.23q0 .88-.544 1.507q-.543.628-1.36.851V21.5q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356m7.596 0v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.232-.576t.576-.232H11.5V2.5q0-.213.144-.356T12.001 2t.356.144t.143.356v3.673h1.096q.343 0 .576.232t.232.576v8.23q0 .88-.544 1.507q-.543.628-1.36.851V21.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356m7.596 0v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.233-.576T18 6.173h1.096V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673h1.096q.343 0 .576.232t.232.576v8.23q0 .88-.543 1.507q-.544.628-1.36.851V21.5q0 .213-.145.356t-.357.144t-.355-.144t-.144-.356M3 7.173v4.693h2.808V7.173zm7.596 0v4.693h2.808V7.173zm7.596 0v4.693H21V7.173zM4.404 16.616q.579 0 .991-.404t.413-1v-2.346H3v2.346q0 .596.413 1q.412.404.99.404m7.597 0q.579 0 .991-.404t.413-1v-2.346h-2.808v2.346q0 .596.413 1q.412.404.991.404m7.596 0q.579 0 .992-.404q.412-.404.412-1v-2.346h-2.808v2.346q0 .596.413 1q.412.404.991.404m0-4.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.904 21.5v-3.93q-.817-.224-1.36-.852Q2 16.091 2 15.212V6.98q0-.343.232-.576t.576-.232h1.096V2.5q0-.213.144-.356T4.405 2t.356.144t.143.356v3.673H6q.343 0 .576.232t.232.576v8.23q0 .88-.544 1.507q-.543.628-1.36.851V21.5q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356m7.596 0v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.232-.576t.576-.232H11.5V2.5q0-.213.144-.356T12.001 2t.356.144t.143.356v3.673h1.096q.343 0 .576.232t.232.576v8.23q0 .88-.544 1.507q-.543.628-1.36.851V21.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356m7.596 0v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.233-.576T18 6.173h1.096V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673h1.096q.343 0 .576.232t.232.576v8.23q0 .88-.543 1.507q-.544.628-1.36.851V21.5q0 .213-.145.356t-.357.144t-.355-.144t-.144-.356M3 7.173v4.693h2.808V7.173zm7.596 0v4.693h2.808V7.173zm7.596 0v4.693H21V7.173zM4.404 16.616q.579 0 .991-.404t.413-1v-2.346H3v2.346q0 .596.413 1q.412.404.99.404m7.597 0q.579 0 .991-.404t.413-1v-2.346h-2.808v2.346q0 .596.413 1q.412.404.991.404m7.596 0q.579 0 .992-.404q.412-.404.412-1v-2.346h-2.808v2.346q0 .596.413 1q.412.404.991.404m0-4.25"/></svg> </template>
CSS
.icon-settings-input-component-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%22M3.904%2021.5v-3.93q-.817-.224-1.36-.852Q2%2016.091%202%2015.212V6.98q0-.343.232-.576t.576-.232h1.096V2.5q0-.213.144-.356T4.405%202t.356.144t.143.356v3.673H6q.343%200%20.576.232t.232.576v8.23q0%20.88-.544%201.507q-.543.628-1.36.851V21.5q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356m7.596%200v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.232-.576t.576-.232H11.5V2.5q0-.213.144-.356T12.001%202t.356.144t.143.356v3.673h1.096q.343%200%20.576.232t.232.576v8.23q0%20.88-.544%201.507q-.543.628-1.36.851V21.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356m7.596%200v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.233-.576T18%206.173h1.096V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673h1.096q.343%200%20.576.232t.232.576v8.23q0%20.88-.543%201.507q-.544.628-1.36.851V21.5q0%20.213-.145.356t-.357.144t-.355-.144t-.144-.356M3%207.173v4.693h2.808V7.173zm7.596%200v4.693h2.808V7.173zm7.596%200v4.693H21V7.173zM4.404%2016.616q.579%200%20.991-.404t.413-1v-2.346H3v2.346q0%20.596.413%201q.412.404.99.404m7.597%200q.579%200%20.991-.404t.413-1v-2.346h-2.808v2.346q0%20.596.413%201q.412.404.991.404m7.596%200q.579%200%20.992-.404q.412-.404.412-1v-2.346h-2.808v2.346q0%20.596.413%201q.412.404.991.404m0-4.25%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%22M3.904%2021.5v-3.93q-.817-.224-1.36-.852Q2%2016.091%202%2015.212V6.98q0-.343.232-.576t.576-.232h1.096V2.5q0-.213.144-.356T4.405%202t.356.144t.143.356v3.673H6q.343%200%20.576.232t.232.576v8.23q0%20.88-.544%201.507q-.543.628-1.36.851V21.5q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356m7.596%200v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.232-.576t.576-.232H11.5V2.5q0-.213.144-.356T12.001%202t.356.144t.143.356v3.673h1.096q.343%200%20.576.232t.232.576v8.23q0%20.88-.544%201.507q-.543.628-1.36.851V21.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356m7.596%200v-3.93q-.817-.224-1.36-.852q-.544-.627-.544-1.506V6.98q0-.343.233-.576T18%206.173h1.096V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673h1.096q.343%200%20.576.232t.232.576v8.23q0%20.88-.543%201.507q-.544.628-1.36.851V21.5q0%20.213-.145.356t-.357.144t-.355-.144t-.144-.356M3%207.173v4.693h2.808V7.173zm7.596%200v4.693h2.808V7.173zm7.596%200v4.693H21V7.173zM4.404%2016.616q.579%200%20.991-.404t.413-1v-2.346H3v2.346q0%20.596.413%201q.412.404.99.404m7.597%200q.579%200%20.991-.404t.413-1v-2.346h-2.808v2.346q0%20.596.413%201q.412.404.991.404m7.596%200q.579%200%20.992-.404q.412-.404.412-1v-2.346h-2.808v2.346q0%20.596.413%201q.412.404.991.404m0-4.25%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-input-component-outline-rounded.svg?color=%231a73e8&size=48