settings account box icon
settings-account-box-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-account-box-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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.5 23q-.625 0-1.062-.437T13 21.5v-7q0-.625.438-1.062T14.5 13h7q.625 0 1.063.438T23 14.5v7q0 .625-.437 1.063T21.5 23zm-4.425-1q-.375 0-.612-.213t-.288-.537l-.325-2.4q-.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.675 9.95 2.525 9.3t.2-1.225L3.9 6.025q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1t1.162-.45h2.35q.675 0 1.163.45t.587 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.625.45q-.125.1-.275.138t-.3.037h-3.875q-.15 0-.275-.1t-.175-.225q-.4-.95-1.263-1.562T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 1.1.588 1.963t1.537 1.262q.125.05.225.175t.1.275v5.475q0 .35-.262.6t-.663.25M18 19q-.625 0-1.225.163t-1.125.512q-.325.2-.488.425t-.162.475q0 .175.125.3t.3.125h5.25q.125 0 .225-.125t.1-.3q0-.25-.162-.475t-.488-.425q-.525-.35-1.125-.513T18 19m1.063-1.437q.437-.438.437-1.063t-.437-1.062T18 15t-1.062.438T16.5 16.5t.438 1.063T18 18t1.063-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsAccountBoxRounded(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.5 23q-.625 0-1.062-.437T13 21.5v-7q0-.625.438-1.062T14.5 13h7q.625 0 1.063.438T23 14.5v7q0 .625-.437 1.063T21.5 23zm-4.425-1q-.375 0-.612-.213t-.288-.537l-.325-2.4q-.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.675 9.95 2.525 9.3t.2-1.225L3.9 6.025q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1t1.162-.45h2.35q.675 0 1.163.45t.587 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.625.45q-.125.1-.275.138t-.3.037h-3.875q-.15 0-.275-.1t-.175-.225q-.4-.95-1.263-1.562T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 1.1.588 1.963t1.537 1.262q.125.05.225.175t.1.275v5.475q0 .35-.262.6t-.663.25M18 19q-.625 0-1.225.163t-1.125.512q-.325.2-.488.425t-.162.475q0 .175.125.3t.3.125h5.25q.125 0 .225-.125t.1-.3q0-.25-.162-.475t-.488-.425q-.525-.35-1.125-.513T18 19m1.063-1.437q.437-.438.437-1.063t-.437-1.062T18 15t-1.062.438T16.5 16.5t.438 1.063T18 18t1.063-.437"/></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.5 23q-.625 0-1.062-.437T13 21.5v-7q0-.625.438-1.062T14.5 13h7q.625 0 1.063.438T23 14.5v7q0 .625-.437 1.063T21.5 23zm-4.425-1q-.375 0-.612-.213t-.288-.537l-.325-2.4q-.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.675 9.95 2.525 9.3t.2-1.225L3.9 6.025q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1t1.162-.45h2.35q.675 0 1.163.45t.587 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.625.45q-.125.1-.275.138t-.3.037h-3.875q-.15 0-.275-.1t-.175-.225q-.4-.95-1.263-1.562T12.05 8.5q-1.45 0-2.475 1.025T8.55 12q0 1.1.588 1.963t1.537 1.262q.125.05.225.175t.1.275v5.475q0 .35-.262.6t-.663.25M18 19q-.625 0-1.225.163t-1.125.512q-.325.2-.488.425t-.162.475q0 .175.125.3t.3.125h5.25q.125 0 .225-.125t.1-.3q0-.25-.162-.475t-.488-.425q-.525-.35-1.125-.513T18 19m1.063-1.437q.437-.438.437-1.063t-.437-1.062T18 15t-1.062.438T16.5 16.5t.438 1.063T18 18t1.063-.437"/></svg> </template>
CSS
.icon-settings-account-box-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.5%2023q-.625%200-1.062-.437T13%2021.5v-7q0-.625.438-1.062T14.5%2013h7q.625%200%201.063.438T23%2014.5v7q0%20.625-.437%201.063T21.5%2023zm-4.425-1q-.375%200-.612-.213t-.288-.537l-.325-2.4q-.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.675%209.95%202.525%209.3t.2-1.225L3.9%206.025q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1t1.162-.45h2.35q.675%200%201.163.45t.587%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.625.45q-.125.1-.275.138t-.3.037h-3.875q-.15%200-.275-.1t-.175-.225q-.4-.95-1.263-1.562T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%201.1.588%201.963t1.537%201.262q.125.05.225.175t.1.275v5.475q0%20.35-.262.6t-.663.25M18%2019q-.625%200-1.225.163t-1.125.512q-.325.2-.488.425t-.162.475q0%20.175.125.3t.3.125h5.25q.125%200%20.225-.125t.1-.3q0-.25-.162-.475t-.488-.425q-.525-.35-1.125-.513T18%2019m1.063-1.437q.437-.438.437-1.063t-.437-1.062T18%2015t-1.062.438T16.5%2016.5t.438%201.063T18%2018t1.063-.437%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.5%2023q-.625%200-1.062-.437T13%2021.5v-7q0-.625.438-1.062T14.5%2013h7q.625%200%201.063.438T23%2014.5v7q0%20.625-.437%201.063T21.5%2023zm-4.425-1q-.375%200-.612-.213t-.288-.537l-.325-2.4q-.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.675%209.95%202.525%209.3t.2-1.225L3.9%206.025q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1t1.162-.45h2.35q.675%200%201.163.45t.587%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.625.45q-.125.1-.275.138t-.3.037h-3.875q-.15%200-.275-.1t-.175-.225q-.4-.95-1.263-1.562T12.05%208.5q-1.45%200-2.475%201.025T8.55%2012q0%201.1.588%201.963t1.537%201.262q.125.05.225.175t.1.275v5.475q0%20.35-.262.6t-.663.25M18%2019q-.625%200-1.225.163t-1.125.512q-.325.2-.488.425t-.162.475q0%20.175.125.3t.3.125h5.25q.125%200%20.225-.125t.1-.3q0-.25-.162-.475t-.488-.425q-.525-.35-1.125-.513T18%2019m1.063-1.437q.437-.438.437-1.063t-.437-1.062T18%2015t-1.062.438T16.5%2016.5t.438%201.063T18%2018t1.063-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-account-box-rounded.svg?color=%231a73e8&size=48