content settings icon
content-settings-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- content-settings-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the content settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4a5 5 0 0 0-5 5v14.004a5 5 0 0 0 5 5h5.003a10 10 0 0 1-1.169-2H9a3 3 0 0 1-3-3V10h20.004v2.834a10 10 0 0 1 2 1.169V9a5 5 0 0 0-5-5zm16.829 4H6.168A3 3 0 0 1 9 6h14c1.306 0 2.418.835 2.83 2m-9.826 5.997v-1a1 1 0 0 0-1-1H9.009a1 1 0 0 0-1 1V23a1 1 0 0 0 1 1h3.19A10 10 0 0 1 12 22h-1.992v-8.002h3.995v1.997a10 10 0 0 1 2-1.998m.673 14.573l.046-.156a4 4 0 0 0-2.895-5.02a8.5 8.5 0 0 1 .072-2.746a4 4 0 0 0 2.879-4.987a8.5 8.5 0 0 1 2.343-1.435a4 4 0 0 0 5.795-.003l.111-.118a8 8 0 0 1 2.296 1.326l-.046.155a4 4 0 0 0 2.895 5.02c.123.9.103 1.828-.071 2.747a4 4 0 0 0-2.88 4.987a8.5 8.5 0 0 1-2.343 1.435a4 4 0 0 0-5.795.003l-.111.117a8 8 0 0 1-2.296-1.325m4.17-4.571c1.067.616 2.448.22 3.085-.884c.637-1.103.29-2.497-.778-3.113c-1.066-.616-2.448-.22-3.085.883c-.637 1.104-.289 2.498.778 3.114"/></svg>
React
import type { SVGProps } from "react";
export function FluentContentSettings32Regular(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="M9 4a5 5 0 0 0-5 5v14.004a5 5 0 0 0 5 5h5.003a10 10 0 0 1-1.169-2H9a3 3 0 0 1-3-3V10h20.004v2.834a10 10 0 0 1 2 1.169V9a5 5 0 0 0-5-5zm16.829 4H6.168A3 3 0 0 1 9 6h14c1.306 0 2.418.835 2.83 2m-9.826 5.997v-1a1 1 0 0 0-1-1H9.009a1 1 0 0 0-1 1V23a1 1 0 0 0 1 1h3.19A10 10 0 0 1 12 22h-1.992v-8.002h3.995v1.997a10 10 0 0 1 2-1.998m.673 14.573l.046-.156a4 4 0 0 0-2.895-5.02a8.5 8.5 0 0 1 .072-2.746a4 4 0 0 0 2.879-4.987a8.5 8.5 0 0 1 2.343-1.435a4 4 0 0 0 5.795-.003l.111-.118a8 8 0 0 1 2.296 1.326l-.046.155a4 4 0 0 0 2.895 5.02c.123.9.103 1.828-.071 2.747a4 4 0 0 0-2.88 4.987a8.5 8.5 0 0 1-2.343 1.435a4 4 0 0 0-5.795.003l-.111.117a8 8 0 0 1-2.296-1.325m4.17-4.571c1.067.616 2.448.22 3.085-.884c.637-1.103.29-2.497-.778-3.113c-1.066-.616-2.448-.22-3.085.883c-.637 1.104-.289 2.498.778 3.114"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4a5 5 0 0 0-5 5v14.004a5 5 0 0 0 5 5h5.003a10 10 0 0 1-1.169-2H9a3 3 0 0 1-3-3V10h20.004v2.834a10 10 0 0 1 2 1.169V9a5 5 0 0 0-5-5zm16.829 4H6.168A3 3 0 0 1 9 6h14c1.306 0 2.418.835 2.83 2m-9.826 5.997v-1a1 1 0 0 0-1-1H9.009a1 1 0 0 0-1 1V23a1 1 0 0 0 1 1h3.19A10 10 0 0 1 12 22h-1.992v-8.002h3.995v1.997a10 10 0 0 1 2-1.998m.673 14.573l.046-.156a4 4 0 0 0-2.895-5.02a8.5 8.5 0 0 1 .072-2.746a4 4 0 0 0 2.879-4.987a8.5 8.5 0 0 1 2.343-1.435a4 4 0 0 0 5.795-.003l.111-.118a8 8 0 0 1 2.296 1.326l-.046.155a4 4 0 0 0 2.895 5.02c.123.9.103 1.828-.071 2.747a4 4 0 0 0-2.88 4.987a8.5 8.5 0 0 1-2.343 1.435a4 4 0 0 0-5.795.003l-.111.117a8 8 0 0 1-2.296-1.325m4.17-4.571c1.067.616 2.448.22 3.085-.884c.637-1.103.29-2.497-.778-3.113c-1.066-.616-2.448-.22-3.085.883c-.637 1.104-.289 2.498.778 3.114"/></svg> </template>
CSS
.icon-content-settings-32-regular {
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%22M9%204a5%205%200%200%200-5%205v14.004a5%205%200%200%200%205%205h5.003a10%2010%200%200%201-1.169-2H9a3%203%200%200%201-3-3V10h20.004v2.834a10%2010%200%200%201%202%201.169V9a5%205%200%200%200-5-5zm16.829%204H6.168A3%203%200%200%201%209%206h14c1.306%200%202.418.835%202.83%202m-9.826%205.997v-1a1%201%200%200%200-1-1H9.009a1%201%200%200%200-1%201V23a1%201%200%200%200%201%201h3.19A10%2010%200%200%201%2012%2022h-1.992v-8.002h3.995v1.997a10%2010%200%200%201%202-1.998m.673%2014.573l.046-.156a4%204%200%200%200-2.895-5.02a8.5%208.5%200%200%201%20.072-2.746a4%204%200%200%200%202.879-4.987a8.5%208.5%200%200%201%202.343-1.435a4%204%200%200%200%205.795-.003l.111-.118a8%208%200%200%201%202.296%201.326l-.046.155a4%204%200%200%200%202.895%205.02c.123.9.103%201.828-.071%202.747a4%204%200%200%200-2.88%204.987a8.5%208.5%200%200%201-2.343%201.435a4%204%200%200%200-5.795.003l-.111.117a8%208%200%200%201-2.296-1.325m4.17-4.571c1.067.616%202.448.22%203.085-.884c.637-1.103.29-2.497-.778-3.113c-1.066-.616-2.448-.22-3.085.883c-.637%201.104-.289%202.498.778%203.114%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%22M9%204a5%205%200%200%200-5%205v14.004a5%205%200%200%200%205%205h5.003a10%2010%200%200%201-1.169-2H9a3%203%200%200%201-3-3V10h20.004v2.834a10%2010%200%200%201%202%201.169V9a5%205%200%200%200-5-5zm16.829%204H6.168A3%203%200%200%201%209%206h14c1.306%200%202.418.835%202.83%202m-9.826%205.997v-1a1%201%200%200%200-1-1H9.009a1%201%200%200%200-1%201V23a1%201%200%200%200%201%201h3.19A10%2010%200%200%201%2012%2022h-1.992v-8.002h3.995v1.997a10%2010%200%200%201%202-1.998m.673%2014.573l.046-.156a4%204%200%200%200-2.895-5.02a8.5%208.5%200%200%201%20.072-2.746a4%204%200%200%200%202.879-4.987a8.5%208.5%200%200%201%202.343-1.435a4%204%200%200%200%205.795-.003l.111-.118a8%208%200%200%201%202.296%201.326l-.046.155a4%204%200%200%200%202.895%205.02c.123.9.103%201.828-.071%202.747a4%204%200%200%200-2.88%204.987a8.5%208.5%200%200%201-2.343%201.435a4%204%200%200%200-5.795.003l-.111.117a8%208%200%200%201-2.296-1.325m4.17-4.571c1.067.616%202.448.22%203.085-.884c.637-1.103.29-2.497-.778-3.113c-1.066-.616-2.448-.22-3.085.883c-.637%201.104-.289%202.498.778%203.114%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/content-settings-32-regular.svg?color=%231a73e8&size=48