settings-chat-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
settings-chat-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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-1.043-.252c.115-.214.27-.41.467-.578l1.294-1.098a7.5 7.5 0 0 0-1.245-2.152l-1.596.57a2 2 0 0 1-2.64-1.524l-.305-1.669a7.6 7.6 0 0 0-2.486 0l-.304 1.669a2 2 0 0 1-2.64 1.525l-1.597-.571a7.5 7.5 0 0 0-1.244 2.152l1.293 1.098a2 2 0 0 1 0 3.05l-1.293 1.098c.292.782.713 1.51 1.244 2.152l1.596-.57q.155-.055.315-.085a2 2 0 0 1 2.326 1.609l.304 1.669q.26.042.523.068l-.217.713a1.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 .133-7.945a4.52 4.52 0 0 0-1.96 1.96A4.5 4.5 0 0 0 10 14.5c0 .792.205 1.536.564 2.182l-.247.811l-.298.978zm4.49-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 1 1 0-1zm2-1h-4a.5.5 0 1 1 0-1h4a.499.499 0 1 1 0 1M10 7.5c1.174 0 2.16.81 2.428 1.904q-.493.2-.933.488a1.5 1.5 0 1 0-1.604 1.604a5.5 5.5 0 0 0-.488.932A2.501 2.501 0 0 1 10 7.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentSettingsChat20Regular(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-1.043-.252c.115-.214.27-.41.467-.578l1.294-1.098a7.5 7.5 0 0 0-1.245-2.152l-1.596.57a2 2 0 0 1-2.64-1.524l-.305-1.669a7.6 7.6 0 0 0-2.486 0l-.304 1.669a2 2 0 0 1-2.64 1.525l-1.597-.571a7.5 7.5 0 0 0-1.244 2.152l1.293 1.098a2 2 0 0 1 0 3.05l-1.293 1.098c.292.782.713 1.51 1.244 2.152l1.596-.57q.155-.055.315-.085a2 2 0 0 1 2.326 1.609l.304 1.669q.26.042.523.068l-.217.713a1.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 .133-7.945a4.52 4.52 0 0 0-1.96 1.96A4.5 4.5 0 0 0 10 14.5c0 .792.205 1.536.564 2.182l-.247.811l-.298.978zm4.49-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 1 1 0-1zm2-1h-4a.5.5 0 1 1 0-1h4a.499.499 0 1 1 0 1M10 7.5c1.174 0 2.16.81 2.428 1.904q-.493.2-.933.488a1.5 1.5 0 1 0-1.604 1.604a5.5 5.5 0 0 0-.488.932A2.501 2.501 0 0 1 10 7.5"/></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-1.043-.252c.115-.214.27-.41.467-.578l1.294-1.098a7.5 7.5 0 0 0-1.245-2.152l-1.596.57a2 2 0 0 1-2.64-1.524l-.305-1.669a7.6 7.6 0 0 0-2.486 0l-.304 1.669a2 2 0 0 1-2.64 1.525l-1.597-.571a7.5 7.5 0 0 0-1.244 2.152l1.293 1.098a2 2 0 0 1 0 3.05l-1.293 1.098c.292.782.713 1.51 1.244 2.152l1.596-.57q.155-.055.315-.085a2 2 0 0 1 2.326 1.609l.304 1.669q.26.042.523.068l-.217.713a1.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 .133-7.945a4.52 4.52 0 0 0-1.96 1.96A4.5 4.5 0 0 0 10 14.5c0 .792.205 1.536.564 2.182l-.247.811l-.298.978zm4.49-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 1 1 0-1zm2-1h-4a.5.5 0 1 1 0-1h4a.499.499 0 1 1 0 1M10 7.5c1.174 0 2.16.81 2.428 1.904q-.493.2-.933.488a1.5 1.5 0 1 0-1.604 1.604a5.5 5.5 0 0 0-.488.932A2.501 2.501 0 0 1 10 7.5"/></svg>
</template>

CSS

.icon-settings-chat-20-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%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-1.043-.252c.115-.214.27-.41.467-.578l1.294-1.098a7.5%207.5%200%200%200-1.245-2.152l-1.596.57a2%202%200%200%201-2.64-1.524l-.305-1.669a7.6%207.6%200%200%200-2.486%200l-.304%201.669a2%202%200%200%201-2.64%201.525l-1.597-.571a7.5%207.5%200%200%200-1.244%202.152l1.293%201.098a2%202%200%200%201%200%203.05l-1.293%201.098c.292.782.713%201.51%201.244%202.152l1.596-.57q.155-.055.315-.085a2%202%200%200%201%202.326%201.609l.304%201.669q.26.042.523.068l-.217.713a1.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%20.133-7.945a4.52%204.52%200%200%200-1.96%201.96A4.5%204.5%200%200%200%2010%2014.5c0%20.792.205%201.536.564%202.182l-.247.811l-.298.978zm4.49-3.5a.5.5%200%200%201%200%201h-2a.5.5%200%201%201%200-1zm2-1h-4a.5.5%200%201%201%200-1h4a.499.499%200%201%201%200%201M10%207.5c1.174%200%202.16.81%202.428%201.904q-.493.2-.933.488a1.5%201.5%200%201%200-1.604%201.604a5.5%205.5%200%200%200-.488.932A2.501%202.501%200%200%201%2010%207.5%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-1.043-.252c.115-.214.27-.41.467-.578l1.294-1.098a7.5%207.5%200%200%200-1.245-2.152l-1.596.57a2%202%200%200%201-2.64-1.524l-.305-1.669a7.6%207.6%200%200%200-2.486%200l-.304%201.669a2%202%200%200%201-2.64%201.525l-1.597-.571a7.5%207.5%200%200%200-1.244%202.152l1.293%201.098a2%202%200%200%201%200%203.05l-1.293%201.098c.292.782.713%201.51%201.244%202.152l1.596-.57q.155-.055.315-.085a2%202%200%200%201%202.326%201.609l.304%201.669q.26.042.523.068l-.217.713a1.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%20.133-7.945a4.52%204.52%200%200%200-1.96%201.96A4.5%204.5%200%200%200%2010%2014.5c0%20.792.205%201.536.564%202.182l-.247.811l-.298.978zm4.49-3.5a.5.5%200%200%201%200%201h-2a.5.5%200%201%201%200-1zm2-1h-4a.5.5%200%201%201%200-1h4a.499.499%200%201%201%200%201M10%207.5c1.174%200%202.16.81%202.428%201.904q-.493.2-.933.488a1.5%201.5%200%201%200-1.604%201.604a5.5%205.5%200%200%200-.488.932A2.501%202.501%200%200%201%2010%207.5%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-regular.svg?color=%231a73e8&size=48