settings services icon
settings-services from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-services
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the settings services icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 25h-2v-2h1v-4h-4v1h-2v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1"/><path fill="currentColor" d="M24 30h-6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1m-5-2h4v-4h-4Zm-4-8.142A3.993 3.993 0 1 1 20 16h2a6 6 0 1 0-7 5.91Z"/><path fill="currentColor" d="m28.89 13.55l-2.31 2.03l-1.42-1.42l2.41-2.12l-2.36-4.08l-3.44 1.16a9.4 9.4 0 0 0-2.7-1.57L18.36 4h-4.72l-.71 3.55a8.9 8.9 0 0 0-2.71 1.57L6.79 7.96l-2.36 4.08l2.72 2.39a8.9 8.9 0 0 0 0 3.13l-2.72 2.4l2.36 4.08l3.44-1.16a9.4 9.4 0 0 0 2.7 1.57l.71 3.55H15v2h-1.36a2 2 0 0 1-1.96-1.61l-.51-2.52a11 11 0 0 1-1.31-.75l-2.43.82a2 2 0 0 1-.64.1a1.97 1.97 0 0 1-1.73-1L2.7 20.96a2 2 0 0 1 .41-2.51l1.92-1.68C5.01 16.51 5 16.26 5 16s.02-.51.04-.76l-1.93-1.69a2 2 0 0 1-.41-2.51l2.36-4.08a1.97 1.97 0 0 1 1.73-1a2 2 0 0 1 .64.1l2.42.82a12 12 0 0 1 1.32-.75l.51-2.52A2 2 0 0 1 13.64 2h4.72a2 2 0 0 1 1.96 1.61l.51 2.52a11 11 0 0 1 1.31.75l2.43-.82a2 2 0 0 1 .64-.1a1.97 1.97 0 0 1 1.73 1l2.36 4.08a2 2 0 0 1-.41 2.51"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSettingsServices(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 25h-2v-2h1v-4h-4v1h-2v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1"/><path fill="currentColor" d="M24 30h-6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1m-5-2h4v-4h-4Zm-4-8.142A3.993 3.993 0 1 1 20 16h2a6 6 0 1 0-7 5.91Z"/><path fill="currentColor" d="m28.89 13.55l-2.31 2.03l-1.42-1.42l2.41-2.12l-2.36-4.08l-3.44 1.16a9.4 9.4 0 0 0-2.7-1.57L18.36 4h-4.72l-.71 3.55a8.9 8.9 0 0 0-2.71 1.57L6.79 7.96l-2.36 4.08l2.72 2.39a8.9 8.9 0 0 0 0 3.13l-2.72 2.4l2.36 4.08l3.44-1.16a9.4 9.4 0 0 0 2.7 1.57l.71 3.55H15v2h-1.36a2 2 0 0 1-1.96-1.61l-.51-2.52a11 11 0 0 1-1.31-.75l-2.43.82a2 2 0 0 1-.64.1a1.97 1.97 0 0 1-1.73-1L2.7 20.96a2 2 0 0 1 .41-2.51l1.92-1.68C5.01 16.51 5 16.26 5 16s.02-.51.04-.76l-1.93-1.69a2 2 0 0 1-.41-2.51l2.36-4.08a1.97 1.97 0 0 1 1.73-1a2 2 0 0 1 .64.1l2.42.82a12 12 0 0 1 1.32-.75l.51-2.52A2 2 0 0 1 13.64 2h4.72a2 2 0 0 1 1.96 1.61l.51 2.52a11 11 0 0 1 1.31.75l2.43-.82a2 2 0 0 1 .64-.1a1.97 1.97 0 0 1 1.73 1l2.36 4.08a2 2 0 0 1-.41 2.51"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 25h-2v-2h1v-4h-4v1h-2v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1"/><path fill="currentColor" d="M24 30h-6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1m-5-2h4v-4h-4Zm-4-8.142A3.993 3.993 0 1 1 20 16h2a6 6 0 1 0-7 5.91Z"/><path fill="currentColor" d="m28.89 13.55l-2.31 2.03l-1.42-1.42l2.41-2.12l-2.36-4.08l-3.44 1.16a9.4 9.4 0 0 0-2.7-1.57L18.36 4h-4.72l-.71 3.55a8.9 8.9 0 0 0-2.71 1.57L6.79 7.96l-2.36 4.08l2.72 2.39a8.9 8.9 0 0 0 0 3.13l-2.72 2.4l2.36 4.08l3.44-1.16a9.4 9.4 0 0 0 2.7 1.57l.71 3.55H15v2h-1.36a2 2 0 0 1-1.96-1.61l-.51-2.52a11 11 0 0 1-1.31-.75l-2.43.82a2 2 0 0 1-.64.1a1.97 1.97 0 0 1-1.73-1L2.7 20.96a2 2 0 0 1 .41-2.51l1.92-1.68C5.01 16.51 5 16.26 5 16s.02-.51.04-.76l-1.93-1.69a2 2 0 0 1-.41-2.51l2.36-4.08a1.97 1.97 0 0 1 1.73-1a2 2 0 0 1 .64.1l2.42.82a12 12 0 0 1 1.32-.75l.51-2.52A2 2 0 0 1 13.64 2h4.72a2 2 0 0 1 1.96 1.61l.51 2.52a11 11 0 0 1 1.31.75l2.43-.82a2 2 0 0 1 .64-.1a1.97 1.97 0 0 1 1.73 1l2.36 4.08a2 2 0 0 1-.41 2.51"/></svg> </template>
CSS
.icon-settings-services {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2025h-2v-2h1v-4h-4v1h-2v-2a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2030h-6a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201m-5-2h4v-4h-4Zm-4-8.142A3.993%203.993%200%201%201%2020%2016h2a6%206%200%201%200-7%205.91Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.89%2013.55l-2.31%202.03l-1.42-1.42l2.41-2.12l-2.36-4.08l-3.44%201.16a9.4%209.4%200%200%200-2.7-1.57L18.36%204h-4.72l-.71%203.55a8.9%208.9%200%200%200-2.71%201.57L6.79%207.96l-2.36%204.08l2.72%202.39a8.9%208.9%200%200%200%200%203.13l-2.72%202.4l2.36%204.08l3.44-1.16a9.4%209.4%200%200%200%202.7%201.57l.71%203.55H15v2h-1.36a2%202%200%200%201-1.96-1.61l-.51-2.52a11%2011%200%200%201-1.31-.75l-2.43.82a2%202%200%200%201-.64.1a1.97%201.97%200%200%201-1.73-1L2.7%2020.96a2%202%200%200%201%20.41-2.51l1.92-1.68C5.01%2016.51%205%2016.26%205%2016s.02-.51.04-.76l-1.93-1.69a2%202%200%200%201-.41-2.51l2.36-4.08a1.97%201.97%200%200%201%201.73-1a2%202%200%200%201%20.64.1l2.42.82a12%2012%200%200%201%201.32-.75l.51-2.52A2%202%200%200%201%2013.64%202h4.72a2%202%200%200%201%201.96%201.61l.51%202.52a11%2011%200%200%201%201.31.75l2.43-.82a2%202%200%200%201%20.64-.1a1.97%201.97%200%200%201%201.73%201l2.36%204.08a2%202%200%200%201-.41%202.51%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2025h-2v-2h1v-4h-4v1h-2v-2a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2030h-6a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201m-5-2h4v-4h-4Zm-4-8.142A3.993%203.993%200%201%201%2020%2016h2a6%206%200%201%200-7%205.91Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.89%2013.55l-2.31%202.03l-1.42-1.42l2.41-2.12l-2.36-4.08l-3.44%201.16a9.4%209.4%200%200%200-2.7-1.57L18.36%204h-4.72l-.71%203.55a8.9%208.9%200%200%200-2.71%201.57L6.79%207.96l-2.36%204.08l2.72%202.39a8.9%208.9%200%200%200%200%203.13l-2.72%202.4l2.36%204.08l3.44-1.16a9.4%209.4%200%200%200%202.7%201.57l.71%203.55H15v2h-1.36a2%202%200%200%201-1.96-1.61l-.51-2.52a11%2011%200%200%201-1.31-.75l-2.43.82a2%202%200%200%201-.64.1a1.97%201.97%200%200%201-1.73-1L2.7%2020.96a2%202%200%200%201%20.41-2.51l1.92-1.68C5.01%2016.51%205%2016.26%205%2016s.02-.51.04-.76l-1.93-1.69a2%202%200%200%201-.41-2.51l2.36-4.08a1.97%201.97%200%200%201%201.73-1a2%202%200%200%201%20.64.1l2.42.82a12%2012%200%200%201%201.32-.75l.51-2.52A2%202%200%200%201%2013.64%202h4.72a2%202%200%200%201%201.96%201.61l.51%202.52a11%2011%200%200%201%201.31.75l2.43-.82a2%202%200%200%201%20.64-.1a1.97%201.97%200%200%201%201.73%201l2.36%204.08a2%202%200%200%201-.41%202.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/settings-services.svg?color=%231a73e8&size=48