content settings icon
content-settings-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- content-settings-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7.005a2.5 2.5 0 0 1 2.501 2.5v1.759a5.5 5.5 0 0 0-1-.658V5H3v6.502a1.5 1.5 0 0 0 1.5 1.5h1.102q.276.538.658 1H4.5a2.5 2.5 0 0 1-2.5-2.5zM3.085 4h9.833a1.5 1.5 0 0 0-1.415-1H4.5a1.5 1.5 0 0 0-1.415 1m1.42 1.999H7.34c-.403.284-.767.62-1.08 1H5.004v3.282a6 6 0 0 0 0 .438v.28h.018q.048.517.185 1h-.703a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5m2.001 2.72l.358.35a2 2 0 0 1 0 2.862l-.358.35q.197.466.483.873l.396-.119a2 2 0 0 1 2.521 1.454l.115.484a4.3 4.3 0 0 0 .964 0l.115-.484a2 2 0 0 1 2.521-1.454l.396.119q.287-.406.483-.874l-.358-.35a2 2 0 0 1 0-2.86l.358-.35a4.5 4.5 0 0 0-.483-.874l-.396.119A2 2 0 0 1 11.1 6.51l-.115-.484a4.3 4.3 0 0 0-.963 0l-.116.484a2 2 0 0 1-2.52 1.454l-.397-.119q-.286.406-.483.874m3.997 2.781a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentContentSettings16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7.005a2.5 2.5 0 0 1 2.501 2.5v1.759a5.5 5.5 0 0 0-1-.658V5H3v6.502a1.5 1.5 0 0 0 1.5 1.5h1.102q.276.538.658 1H4.5a2.5 2.5 0 0 1-2.5-2.5zM3.085 4h9.833a1.5 1.5 0 0 0-1.415-1H4.5a1.5 1.5 0 0 0-1.415 1m1.42 1.999H7.34c-.403.284-.767.62-1.08 1H5.004v3.282a6 6 0 0 0 0 .438v.28h.018q.048.517.185 1h-.703a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5m2.001 2.72l.358.35a2 2 0 0 1 0 2.862l-.358.35q.197.466.483.873l.396-.119a2 2 0 0 1 2.521 1.454l.115.484a4.3 4.3 0 0 0 .964 0l.115-.484a2 2 0 0 1 2.521-1.454l.396.119q.287-.406.483-.874l-.358-.35a2 2 0 0 1 0-2.86l.358-.35a4.5 4.5 0 0 0-.483-.874l-.396.119A2 2 0 0 1 11.1 6.51l-.115-.484a4.3 4.3 0 0 0-.963 0l-.116.484a2 2 0 0 1-2.52 1.454l-.397-.119q-.286.406-.483.874m3.997 2.781a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7.005a2.5 2.5 0 0 1 2.501 2.5v1.759a5.5 5.5 0 0 0-1-.658V5H3v6.502a1.5 1.5 0 0 0 1.5 1.5h1.102q.276.538.658 1H4.5a2.5 2.5 0 0 1-2.5-2.5zM3.085 4h9.833a1.5 1.5 0 0 0-1.415-1H4.5a1.5 1.5 0 0 0-1.415 1m1.42 1.999H7.34c-.403.284-.767.62-1.08 1H5.004v3.282a6 6 0 0 0 0 .438v.28h.018q.048.517.185 1h-.703a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5m2.001 2.72l.358.35a2 2 0 0 1 0 2.862l-.358.35q.197.466.483.873l.396-.119a2 2 0 0 1 2.521 1.454l.115.484a4.3 4.3 0 0 0 .964 0l.115-.484a2 2 0 0 1 2.521-1.454l.396.119q.287-.406.483-.874l-.358-.35a2 2 0 0 1 0-2.86l.358-.35a4.5 4.5 0 0 0-.483-.874l-.396.119A2 2 0 0 1 11.1 6.51l-.115-.484a4.3 4.3 0 0 0-.963 0l-.116.484a2 2 0 0 1-2.52 1.454l-.397-.119q-.286.406-.483.874m3.997 2.781a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-content-settings-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.5A2.5%202.5%200%200%201%204.5%202h7.005a2.5%202.5%200%200%201%202.501%202.5v1.759a5.5%205.5%200%200%200-1-.658V5H3v6.502a1.5%201.5%200%200%200%201.5%201.5h1.102q.276.538.658%201H4.5a2.5%202.5%200%200%201-2.5-2.5zM3.085%204h9.833a1.5%201.5%200%200%200-1.415-1H4.5a1.5%201.5%200%200%200-1.415%201m1.42%201.999H7.34c-.403.284-.767.62-1.08%201H5.004v3.282a6%206%200%200%200%200%20.438v.28h.018q.048.517.185%201h-.703a.5.5%200%200%201-.5-.5v-5a.5.5%200%200%201%20.5-.5m2.001%202.72l.358.35a2%202%200%200%201%200%202.862l-.358.35q.197.466.483.873l.396-.119a2%202%200%200%201%202.521%201.454l.115.484a4.3%204.3%200%200%200%20.964%200l.115-.484a2%202%200%200%201%202.521-1.454l.396.119q.287-.406.483-.874l-.358-.35a2%202%200%200%201%200-2.86l.358-.35a4.5%204.5%200%200%200-.483-.874l-.396.119A2%202%200%200%201%2011.1%206.51l-.115-.484a4.3%204.3%200%200%200-.963%200l-.116.484a2%202%200%200%201-2.52%201.454l-.397-.119q-.286.406-.483.874m3.997%202.781a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.5A2.5%202.5%200%200%201%204.5%202h7.005a2.5%202.5%200%200%201%202.501%202.5v1.759a5.5%205.5%200%200%200-1-.658V5H3v6.502a1.5%201.5%200%200%200%201.5%201.5h1.102q.276.538.658%201H4.5a2.5%202.5%200%200%201-2.5-2.5zM3.085%204h9.833a1.5%201.5%200%200%200-1.415-1H4.5a1.5%201.5%200%200%200-1.415%201m1.42%201.999H7.34c-.403.284-.767.62-1.08%201H5.004v3.282a6%206%200%200%200%200%20.438v.28h.018q.048.517.185%201h-.703a.5.5%200%200%201-.5-.5v-5a.5.5%200%200%201%20.5-.5m2.001%202.72l.358.35a2%202%200%200%201%200%202.862l-.358.35q.197.466.483.873l.396-.119a2%202%200%200%201%202.521%201.454l.115.484a4.3%204.3%200%200%200%20.964%200l.115-.484a2%202%200%200%201%202.521-1.454l.396.119q.287-.406.483-.874l-.358-.35a2%202%200%200%201%200-2.86l.358-.35a4.5%204.5%200%200%200-.483-.874l-.396.119A2%202%200%200%201%2011.1%206.51l-.115-.484a4.3%204.3%200%200%200-.963%200l-.116.484a2%202%200%200%201-2.52%201.454l-.397-.119q-.286.406-.483.874m3.997%202.781a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/content-settings-16-regular.svg?color=%231a73e8&size=48