settings account box icon
settings-account-box-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-account-box-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the settings account box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.77 20.462h5.692v-.69q-.53-.633-1.275-.972q-.746-.338-1.571-.338t-1.572.338t-1.275.971zm3.745-3.217q.37-.37.37-.899t-.37-.899t-.9-.37t-.899.37t-.37.9q0 .528.37.898t.9.37q.528 0 .898-.37M11.973 9.5q-1.046 0-1.773.727T9.473 12q0 .816.435 1.427q.434.612 1.13.904q.02-.267.061-.523t.145-.47q-.388-.18-.58-.55q-.191-.369-.191-.788q0-.625.437-1.062t1.063-.438q.413 0 .76.207q.348.206.553.55q.18-.105.373-.155q.195-.05.399-.05h.207q-.267-.69-.891-1.121T11.973 9.5M10.134 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.278 1.721q.019.038.019.077t.019.077h-1.179q-.025-.125-.04-.234q-.016-.108-.066-.233l2.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.579V21zm4.52.846q-.529 0-.9-.37t-.37-.899v-5.923q0-.529.37-.9t.9-.37h5.923q.529 0 .899.37t.37.9v5.923q0 .529-.37.899t-.899.37z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsAccountBoxOutline(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.77 20.462h5.692v-.69q-.53-.633-1.275-.972q-.746-.338-1.571-.338t-1.572.338t-1.275.971zm3.745-3.217q.37-.37.37-.899t-.37-.899t-.9-.37t-.899.37t-.37.9q0 .528.37.898t.9.37q.528 0 .898-.37M11.973 9.5q-1.046 0-1.773.727T9.473 12q0 .816.435 1.427q.434.612 1.13.904q.02-.267.061-.523t.145-.47q-.388-.18-.58-.55q-.191-.369-.191-.788q0-.625.437-1.062t1.063-.438q.413 0 .76.207q.348.206.553.55q.18-.105.373-.155q.195-.05.399-.05h.207q-.267-.69-.891-1.121T11.973 9.5M10.134 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.278 1.721q.019.038.019.077t.019.077h-1.179q-.025-.125-.04-.234q-.016-.108-.066-.233l2.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.579V21zm4.52.846q-.529 0-.9-.37t-.37-.899v-5.923q0-.529.37-.9t.9-.37h5.923q.529 0 .899.37t.37.9v5.923q0 .529-.37.899t-.899.37z"/></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.77 20.462h5.692v-.69q-.53-.633-1.275-.972q-.746-.338-1.571-.338t-1.572.338t-1.275.971zm3.745-3.217q.37-.37.37-.899t-.37-.899t-.9-.37t-.899.37t-.37.9q0 .528.37.898t.9.37q.528 0 .898-.37M11.973 9.5q-1.046 0-1.773.727T9.473 12q0 .816.435 1.427q.434.612 1.13.904q.02-.267.061-.523t.145-.47q-.388-.18-.58-.55q-.191-.369-.191-.788q0-.625.437-1.062t1.063-.438q.413 0 .76.207q.348.206.553.55q.18-.105.373-.155q.195-.05.399-.05h.207q-.267-.69-.891-1.121T11.973 9.5M10.134 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.278 1.721q.019.038.019.077t.019.077h-1.179q-.025-.125-.04-.234q-.016-.108-.066-.233l2.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.579V21zm4.52.846q-.529 0-.9-.37t-.37-.899v-5.923q0-.529.37-.9t.9-.37h5.923q.529 0 .899.37t.37.9v5.923q0 .529-.37.899t-.899.37z"/></svg> </template>
CSS
.icon-settings-account-box-outline {
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.77%2020.462h5.692v-.69q-.53-.633-1.275-.972q-.746-.338-1.571-.338t-1.572.338t-1.275.971zm3.745-3.217q.37-.37.37-.899t-.37-.899t-.9-.37t-.899.37t-.37.9q0%20.528.37.898t.9.37q.528%200%20.898-.37M11.973%209.5q-1.046%200-1.773.727T9.473%2012q0%20.816.435%201.427q.434.612%201.13.904q.02-.267.061-.523t.145-.47q-.388-.18-.58-.55q-.191-.369-.191-.788q0-.625.437-1.062t1.063-.438q.413%200%20.76.207q.348.206.553.55q.18-.105.373-.155q.195-.05.399-.05h.207q-.267-.69-.891-1.121T11.973%209.5M10.134%2021l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.97-.673q.52-.3%201.013-.464L10.134%203h3.732l.361%202.912q.575.202%201.016.463t.909.654l2.725-1.115l1.865%203.211l-2.278%201.721q.019.038.019.077t.019.077h-1.179q-.025-.125-.04-.234q-.016-.108-.066-.233l2.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.579V21zm4.52.846q-.529%200-.9-.37t-.37-.899v-5.923q0-.529.37-.9t.9-.37h5.923q.529%200%20.899.37t.37.9v5.923q0%20.529-.37.899t-.899.37z%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.77%2020.462h5.692v-.69q-.53-.633-1.275-.972q-.746-.338-1.571-.338t-1.572.338t-1.275.971zm3.745-3.217q.37-.37.37-.899t-.37-.899t-.9-.37t-.899.37t-.37.9q0%20.528.37.898t.9.37q.528%200%20.898-.37M11.973%209.5q-1.046%200-1.773.727T9.473%2012q0%20.816.435%201.427q.434.612%201.13.904q.02-.267.061-.523t.145-.47q-.388-.18-.58-.55q-.191-.369-.191-.788q0-.625.437-1.062t1.063-.438q.413%200%20.76.207q.348.206.553.55q.18-.105.373-.155q.195-.05.399-.05h.207q-.267-.69-.891-1.121T11.973%209.5M10.134%2021l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.97-.673q.52-.3%201.013-.464L10.134%203h3.732l.361%202.912q.575.202%201.016.463t.909.654l2.725-1.115l1.865%203.211l-2.278%201.721q.019.038.019.077t.019.077h-1.179q-.025-.125-.04-.234q-.016-.108-.066-.233l2.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.579V21zm4.52.846q-.529%200-.9-.37t-.37-.899v-5.923q0-.529.37-.9t.9-.37h5.923q.529%200%20.899.37t.37.9v5.923q0%20.529-.37.899t-.899.37z%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-account-box-outline.svg?color=%231a73e8&size=48