settings chat icon
settings-chat-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- settings-chat-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the settings chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.911 7.383a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.5 8.5 0 0 1 3.554 0a.5.5 0 0 1 .388.4l.366 2.006a1 1 0 0 0 1.32.762l1.919-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.153.535l-1.555 1.32q-.038.032-.071.067A5.5 5.5 0 0 0 14.5 9a5.5 5.5 0 0 0-2.537.618a2 2 0 1 0-2.345 2.346A5.5 5.5 0 0 0 9 14.5c0 .81.176 1.58.49 2.273l-.427 1.406a1.5 1.5 0 0 0-.055.264a9 9 0 0 1-.785-.13a.5.5 0 0 1-.388-.399l-.366-2.006a1 1 0 0 0-1.32-.762l-1.918.686a.5.5 0 0 1-.54-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .152-.535l1.555-1.32a1 1 0 0 0 0-1.524l-1.555-1.32a.5.5 0 0 1-.152-.535m8.1 11.117a.41.41 0 0 0 .519.481l1.789-.544A4.5 4.5 0 1 0 14.501 10a4.5 4.5 0 0 0-2.722.916a4.5 4.5 0 0 0-.862.862A4.48 4.48 0 0 0 10 14.5c0 .792.205 1.536.564 2.182l-.545 1.789zm4.49-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 1 1 0-1zm-2-2h4a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentSettingsChat20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.911 7.383a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.5 8.5 0 0 1 3.554 0a.5.5 0 0 1 .388.4l.366 2.006a1 1 0 0 0 1.32.762l1.919-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.153.535l-1.555 1.32q-.038.032-.071.067A5.5 5.5 0 0 0 14.5 9a5.5 5.5 0 0 0-2.537.618a2 2 0 1 0-2.345 2.346A5.5 5.5 0 0 0 9 14.5c0 .81.176 1.58.49 2.273l-.427 1.406a1.5 1.5 0 0 0-.055.264a9 9 0 0 1-.785-.13a.5.5 0 0 1-.388-.399l-.366-2.006a1 1 0 0 0-1.32-.762l-1.918.686a.5.5 0 0 1-.54-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .152-.535l1.555-1.32a1 1 0 0 0 0-1.524l-1.555-1.32a.5.5 0 0 1-.152-.535m8.1 11.117a.41.41 0 0 0 .519.481l1.789-.544A4.5 4.5 0 1 0 14.501 10a4.5 4.5 0 0 0-2.722.916a4.5 4.5 0 0 0-.862.862A4.48 4.48 0 0 0 10 14.5c0 .792.205 1.536.564 2.182l-.545 1.789zm4.49-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 1 1 0-1zm-2-2h4a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.911 7.383a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.5 8.5 0 0 1 3.554 0a.5.5 0 0 1 .388.4l.366 2.006a1 1 0 0 0 1.32.762l1.919-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.153.535l-1.555 1.32q-.038.032-.071.067A5.5 5.5 0 0 0 14.5 9a5.5 5.5 0 0 0-2.537.618a2 2 0 1 0-2.345 2.346A5.5 5.5 0 0 0 9 14.5c0 .81.176 1.58.49 2.273l-.427 1.406a1.5 1.5 0 0 0-.055.264a9 9 0 0 1-.785-.13a.5.5 0 0 1-.388-.399l-.366-2.006a1 1 0 0 0-1.32-.762l-1.918.686a.5.5 0 0 1-.54-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .152-.535l1.555-1.32a1 1 0 0 0 0-1.524l-1.555-1.32a.5.5 0 0 1-.152-.535m8.1 11.117a.41.41 0 0 0 .519.481l1.789-.544A4.5 4.5 0 1 0 14.501 10a4.5 4.5 0 0 0-2.722.916a4.5 4.5 0 0 0-.862.862A4.48 4.48 0 0 0 10 14.5c0 .792.205 1.536.564 2.182l-.545 1.789zm4.49-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 1 1 0-1zm-2-2h4a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1"/></svg> </template>
CSS
.icon-settings-chat-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.911%207.383a8.5%208.5%200%200%201%201.78-3.08a.5.5%200%200%201%20.54-.135l1.918.686a1%201%200%200%200%201.32-.762l.366-2.006a.5.5%200%200%201%20.388-.4a8.5%208.5%200%200%201%203.554%200a.5.5%200%200%201%20.388.4l.366%202.006a1%201%200%200%200%201.32.762l1.919-.686a.5.5%200%200%201%20.54.136a8.5%208.5%200%200%201%201.78%203.079a.5.5%200%200%201-.153.535l-1.555%201.32q-.038.032-.071.067A5.5%205.5%200%200%200%2014.5%209a5.5%205.5%200%200%200-2.537.618a2%202%200%201%200-2.345%202.346A5.5%205.5%200%200%200%209%2014.5c0%20.81.176%201.58.49%202.273l-.427%201.406a1.5%201.5%200%200%200-.055.264a9%209%200%200%201-.785-.13a.5.5%200%200%201-.388-.399l-.366-2.006a1%201%200%200%200-1.32-.762l-1.918.686a.5.5%200%200%201-.54-.136a8.5%208.5%200%200%201-1.78-3.079a.5.5%200%200%201%20.152-.535l1.555-1.32a1%201%200%200%200%200-1.524l-1.555-1.32a.5.5%200%200%201-.152-.535m8.1%2011.117a.41.41%200%200%200%20.519.481l1.789-.544A4.5%204.5%200%201%200%2014.501%2010a4.5%204.5%200%200%200-2.722.916a4.5%204.5%200%200%200-.862.862A4.48%204.48%200%200%200%2010%2014.5c0%20.792.205%201.536.564%202.182l-.545%201.789zm4.49-3.5a.5.5%200%200%201%200%201h-2a.5.5%200%201%201%200-1zm-2-2h4a.5.5%200%201%201%200%201h-4a.5.5%200%201%201%200-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.911%207.383a8.5%208.5%200%200%201%201.78-3.08a.5.5%200%200%201%20.54-.135l1.918.686a1%201%200%200%200%201.32-.762l.366-2.006a.5.5%200%200%201%20.388-.4a8.5%208.5%200%200%201%203.554%200a.5.5%200%200%201%20.388.4l.366%202.006a1%201%200%200%200%201.32.762l1.919-.686a.5.5%200%200%201%20.54.136a8.5%208.5%200%200%201%201.78%203.079a.5.5%200%200%201-.153.535l-1.555%201.32q-.038.032-.071.067A5.5%205.5%200%200%200%2014.5%209a5.5%205.5%200%200%200-2.537.618a2%202%200%201%200-2.345%202.346A5.5%205.5%200%200%200%209%2014.5c0%20.81.176%201.58.49%202.273l-.427%201.406a1.5%201.5%200%200%200-.055.264a9%209%200%200%201-.785-.13a.5.5%200%200%201-.388-.399l-.366-2.006a1%201%200%200%200-1.32-.762l-1.918.686a.5.5%200%200%201-.54-.136a8.5%208.5%200%200%201-1.78-3.079a.5.5%200%200%201%20.152-.535l1.555-1.32a1%201%200%200%200%200-1.524l-1.555-1.32a.5.5%200%200%201-.152-.535m8.1%2011.117a.41.41%200%200%200%20.519.481l1.789-.544A4.5%204.5%200%201%200%2014.501%2010a4.5%204.5%200%200%200-2.722.916a4.5%204.5%200%200%200-.862.862A4.48%204.48%200%200%200%2010%2014.5c0%20.792.205%201.536.564%202.182l-.545%201.789zm4.49-3.5a.5.5%200%200%201%200%201h-2a.5.5%200%201%201%200-1zm-2-2h4a.5.5%200%201%201%200%201h-4a.5.5%200%201%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/settings-chat-20-filled.svg?color=%231a73e8&size=48