settings view icon
settings-view from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-view
- 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 view icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="24" r="2" fill="currentColor"/><path fill="currentColor" d="M30.777 23.479A8.64 8.64 0 0 0 23 18a8.64 8.64 0 0 0-7.777 5.479L15 24l.223.522A8.64 8.64 0 0 0 23 30a8.64 8.64 0 0 0 7.777-5.478L31 24ZM23 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-10.601-7.2A6 6 0 1 1 22 16h-2a4 4 0 1 0-6.4 3.2Z"/><path fill="currentColor" d="m29.305 11.044l-2.36-4.088a2 2 0 0 0-2.374-.895l-2.434.824a11 11 0 0 0-1.312-.758l-.504-2.52A2 2 0 0 0 18.36 2h-4.72a2 2 0 0 0-1.961 1.608l-.504 2.519a11 11 0 0 0-1.327.753l-2.42-.819a2 2 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.895l2.434-.824a11 11 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30H15v-2h-1.36l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4h4.72l.71 3.55a9.1 9.1 0 0 1 2.695 1.572l3.447-1.166l2.36 4.088l-2.798 2.452L26.092 16l2.8-2.454a2 2 0 0 0 .413-2.502"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSettingsView(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="24" r="2" fill="currentColor"/><path fill="currentColor" d="M30.777 23.479A8.64 8.64 0 0 0 23 18a8.64 8.64 0 0 0-7.777 5.479L15 24l.223.522A8.64 8.64 0 0 0 23 30a8.64 8.64 0 0 0 7.777-5.478L31 24ZM23 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-10.601-7.2A6 6 0 1 1 22 16h-2a4 4 0 1 0-6.4 3.2Z"/><path fill="currentColor" d="m29.305 11.044l-2.36-4.088a2 2 0 0 0-2.374-.895l-2.434.824a11 11 0 0 0-1.312-.758l-.504-2.52A2 2 0 0 0 18.36 2h-4.72a2 2 0 0 0-1.961 1.608l-.504 2.519a11 11 0 0 0-1.327.753l-2.42-.819a2 2 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.895l2.434-.824a11 11 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30H15v-2h-1.36l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4h4.72l.71 3.55a9.1 9.1 0 0 1 2.695 1.572l3.447-1.166l2.36 4.088l-2.798 2.452L26.092 16l2.8-2.454a2 2 0 0 0 .413-2.502"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="24" r="2" fill="currentColor"/><path fill="currentColor" d="M30.777 23.479A8.64 8.64 0 0 0 23 18a8.64 8.64 0 0 0-7.777 5.479L15 24l.223.522A8.64 8.64 0 0 0 23 30a8.64 8.64 0 0 0 7.777-5.478L31 24ZM23 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-10.601-7.2A6 6 0 1 1 22 16h-2a4 4 0 1 0-6.4 3.2Z"/><path fill="currentColor" d="m29.305 11.044l-2.36-4.088a2 2 0 0 0-2.374-.895l-2.434.824a11 11 0 0 0-1.312-.758l-.504-2.52A2 2 0 0 0 18.36 2h-4.72a2 2 0 0 0-1.961 1.608l-.504 2.519a11 11 0 0 0-1.327.753l-2.42-.819a2 2 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.895l2.434-.824a11 11 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30H15v-2h-1.36l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4h4.72l.71 3.55a9.1 9.1 0 0 1 2.695 1.572l3.447-1.166l2.36 4.088l-2.798 2.452L26.092 16l2.8-2.454a2 2 0 0 0 .413-2.502"/></svg> </template>
CSS
.icon-settings-view {
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%3Ccircle%20cx%3D%2223%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.777%2023.479A8.64%208.64%200%200%200%2023%2018a8.64%208.64%200%200%200-7.777%205.479L15%2024l.223.522A8.64%208.64%200%200%200%2023%2030a8.64%208.64%200%200%200%207.777-5.478L31%2024ZM23%2028a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m-10.601-7.2A6%206%200%201%201%2022%2016h-2a4%204%200%201%200-6.4%203.2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.305%2011.044l-2.36-4.088a2%202%200%200%200-2.374-.895l-2.434.824a11%2011%200%200%200-1.312-.758l-.504-2.52A2%202%200%200%200%2018.36%202h-4.72a2%202%200%200%200-1.961%201.608l-.504%202.519a11%2011%200%200%200-1.327.753l-2.42-.819a2%202%200%200%200-2.372.895l-2.36%204.088a2%202%200%200%200%20.411%202.502l1.931%201.697C5.021%2015.495%205%2015.745%205%2016q0%20.387.028.766l-1.92%201.688a2%202%200%200%200-.413%202.502l2.36%204.088a2%202%200%200%200%202.374.895l2.434-.824a11%2011%200%200%200%201.312.759l.503%202.518A2%202%200%200%200%2013.64%2030H15v-2h-1.36l-.71-3.55a9.1%209.1%200%200%201-2.695-1.572l-3.447%201.166l-2.36-4.088l2.725-2.395a8.9%208.9%200%200%201-.007-3.128l-2.718-2.39l2.36-4.087l3.427%201.16A9%209%200%200%201%2012.93%207.55L13.64%204h4.72l.71%203.55a9.1%209.1%200%200%201%202.695%201.572l3.447-1.166l2.36%204.088l-2.798%202.452L26.092%2016l2.8-2.454a2%202%200%200%200%20.413-2.502%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%3Ccircle%20cx%3D%2223%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.777%2023.479A8.64%208.64%200%200%200%2023%2018a8.64%208.64%200%200%200-7.777%205.479L15%2024l.223.522A8.64%208.64%200%200%200%2023%2030a8.64%208.64%200%200%200%207.777-5.478L31%2024ZM23%2028a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m-10.601-7.2A6%206%200%201%201%2022%2016h-2a4%204%200%201%200-6.4%203.2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.305%2011.044l-2.36-4.088a2%202%200%200%200-2.374-.895l-2.434.824a11%2011%200%200%200-1.312-.758l-.504-2.52A2%202%200%200%200%2018.36%202h-4.72a2%202%200%200%200-1.961%201.608l-.504%202.519a11%2011%200%200%200-1.327.753l-2.42-.819a2%202%200%200%200-2.372.895l-2.36%204.088a2%202%200%200%200%20.411%202.502l1.931%201.697C5.021%2015.495%205%2015.745%205%2016q0%20.387.028.766l-1.92%201.688a2%202%200%200%200-.413%202.502l2.36%204.088a2%202%200%200%200%202.374.895l2.434-.824a11%2011%200%200%200%201.312.759l.503%202.518A2%202%200%200%200%2013.64%2030H15v-2h-1.36l-.71-3.55a9.1%209.1%200%200%201-2.695-1.572l-3.447%201.166l-2.36-4.088l2.725-2.395a8.9%208.9%200%200%201-.007-3.128l-2.718-2.39l2.36-4.087l3.427%201.16A9%209%200%200%201%2012.93%207.55L13.64%204h4.72l.71%203.55a9.1%209.1%200%200%201%202.695%201.572l3.447-1.166l2.36%204.088l-2.798%202.452L26.092%2016l2.8-2.454a2%202%200%200%200%20.413-2.502%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/settings-view.svg?color=%231a73e8&size=48