settings input component icon

settings-input-component from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
settings-input-component
Set
Material Symbols Light
Style
Regular
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

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 22v-4.43q-.817-.224-1.36-.852Q2 16.091 2 15.212v-2.346h4.808v2.346q0 .879-.543 1.506q-.544.628-1.361.851V22zm7.596 0v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346h4.808v2.346q0 .879-.543 1.506q-.544.628-1.361.851V22zm7.596 0v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346H22v2.346q0 .879-.543 1.506q-.544.628-1.36.851V22zM2 11.866V6.173h1.904V2.5q0-.213.144-.356T4.405 2t.356.144t.143.356v3.673h1.904v5.693zm7.596 0V6.173H11.5V2.5q0-.213.144-.356T12.001 2t.356.144t.143.356v3.673h1.904v5.693zm7.596 0V6.173h1.904V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673H22v5.693z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSettingsInputComponent(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 22v-4.43q-.817-.224-1.36-.852Q2 16.091 2 15.212v-2.346h4.808v2.346q0 .879-.543 1.506q-.544.628-1.361.851V22zm7.596 0v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346h4.808v2.346q0 .879-.543 1.506q-.544.628-1.361.851V22zm7.596 0v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346H22v2.346q0 .879-.543 1.506q-.544.628-1.36.851V22zM2 11.866V6.173h1.904V2.5q0-.213.144-.356T4.405 2t.356.144t.143.356v3.673h1.904v5.693zm7.596 0V6.173H11.5V2.5q0-.213.144-.356T12.001 2t.356.144t.143.356v3.673h1.904v5.693zm7.596 0V6.173h1.904V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673H22v5.693z"/></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 22v-4.43q-.817-.224-1.36-.852Q2 16.091 2 15.212v-2.346h4.808v2.346q0 .879-.543 1.506q-.544.628-1.361.851V22zm7.596 0v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346h4.808v2.346q0 .879-.543 1.506q-.544.628-1.361.851V22zm7.596 0v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346H22v2.346q0 .879-.543 1.506q-.544.628-1.36.851V22zM2 11.866V6.173h1.904V2.5q0-.213.144-.356T4.405 2t.356.144t.143.356v3.673h1.904v5.693zm7.596 0V6.173H11.5V2.5q0-.213.144-.356T12.001 2t.356.144t.143.356v3.673h1.904v5.693zm7.596 0V6.173h1.904V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673H22v5.693z"/></svg>
</template>

CSS

.icon-settings-input-component {
  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%2022v-4.43q-.817-.224-1.36-.852Q2%2016.091%202%2015.212v-2.346h4.808v2.346q0%20.879-.543%201.506q-.544.628-1.361.851V22zm7.596%200v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346h4.808v2.346q0%20.879-.543%201.506q-.544.628-1.361.851V22zm7.596%200v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346H22v2.346q0%20.879-.543%201.506q-.544.628-1.36.851V22zM2%2011.866V6.173h1.904V2.5q0-.213.144-.356T4.405%202t.356.144t.143.356v3.673h1.904v5.693zm7.596%200V6.173H11.5V2.5q0-.213.144-.356T12.001%202t.356.144t.143.356v3.673h1.904v5.693zm7.596%200V6.173h1.904V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673H22v5.693z%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%2022v-4.43q-.817-.224-1.36-.852Q2%2016.091%202%2015.212v-2.346h4.808v2.346q0%20.879-.543%201.506q-.544.628-1.361.851V22zm7.596%200v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346h4.808v2.346q0%20.879-.543%201.506q-.544.628-1.361.851V22zm7.596%200v-4.43q-.817-.224-1.36-.852q-.544-.627-.544-1.506v-2.346H22v2.346q0%20.879-.543%201.506q-.544.628-1.36.851V22zM2%2011.866V6.173h1.904V2.5q0-.213.144-.356T4.405%202t.356.144t.143.356v3.673h1.904v5.693zm7.596%200V6.173H11.5V2.5q0-.213.144-.356T12.001%202t.356.144t.143.356v3.673h1.904v5.693zm7.596%200V6.173h1.904V2.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v3.673H22v5.693z%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.svg?color=%231a73e8&size=48