icons-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
icons-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the icons icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a4 4 0 0 0-3.465 6H3.423C2.637 8 2 8.637 2 9.423A5.577 5.577 0 0 0 7.577 15H8.85a4.6 4.6 0 0 1-.351-1.754c0-1.198.668-2.21 1.463-2.892c.815-.701 1.905-1.193 3.1-1.342q.448-.055.883-.056a3 3 0 0 0-.732-.575q.136-.183.25-.381h1.703C16.179 8 17 7.18 17 6.167C17 5.522 16.478 5 15.833 5h-1.959A4 4 0 0 0 10 2m7.5 8.5a.5.5 0 0 1 .447.723a5 5 0 0 1-.218.373l-.017.026c-.095.155-.206.335-.324.542a7.5 7.5 0 0 0-.769 1.86c-.156.557-.366 1.306-.735 1.937c-.238.408-.556.797-.996 1.083c-.444.29-.986.456-1.638.456c-1.06 0-1.808-.534-2.273-1.035a4 4 0 0 1-.582-.81c-.605.613-1.064 1.302-1.448 2.069a.5.5 0 1 1-.894-.448c.754-1.507 1.783-2.745 3.435-3.71c.664-.415 1.4-.783 2.198-1.102a.5.5 0 1 0-.372-.928c-1.431.572-2.725 1.313-3.776 2.23a4 4 0 0 1-.038-.52c0-.764.31-1.512.94-2.1c.627-.585 1.546-.992 2.748-1.142a8.5 8.5 0 0 1 2.952.152c.328.074.614.154.841.218l.095.027c.123.034.22.06.299.078a1 1 0 0 0 .117.02z"/></svg>

React

import type { SVGProps } from "react";

export function FluentIcons20Filled(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="M10 2a4 4 0 0 0-3.465 6H3.423C2.637 8 2 8.637 2 9.423A5.577 5.577 0 0 0 7.577 15H8.85a4.6 4.6 0 0 1-.351-1.754c0-1.198.668-2.21 1.463-2.892c.815-.701 1.905-1.193 3.1-1.342q.448-.055.883-.056a3 3 0 0 0-.732-.575q.136-.183.25-.381h1.703C16.179 8 17 7.18 17 6.167C17 5.522 16.478 5 15.833 5h-1.959A4 4 0 0 0 10 2m7.5 8.5a.5.5 0 0 1 .447.723a5 5 0 0 1-.218.373l-.017.026c-.095.155-.206.335-.324.542a7.5 7.5 0 0 0-.769 1.86c-.156.557-.366 1.306-.735 1.937c-.238.408-.556.797-.996 1.083c-.444.29-.986.456-1.638.456c-1.06 0-1.808-.534-2.273-1.035a4 4 0 0 1-.582-.81c-.605.613-1.064 1.302-1.448 2.069a.5.5 0 1 1-.894-.448c.754-1.507 1.783-2.745 3.435-3.71c.664-.415 1.4-.783 2.198-1.102a.5.5 0 1 0-.372-.928c-1.431.572-2.725 1.313-3.776 2.23a4 4 0 0 1-.038-.52c0-.764.31-1.512.94-2.1c.627-.585 1.546-.992 2.748-1.142a8.5 8.5 0 0 1 2.952.152c.328.074.614.154.841.218l.095.027c.123.034.22.06.299.078a1 1 0 0 0 .117.02z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a4 4 0 0 0-3.465 6H3.423C2.637 8 2 8.637 2 9.423A5.577 5.577 0 0 0 7.577 15H8.85a4.6 4.6 0 0 1-.351-1.754c0-1.198.668-2.21 1.463-2.892c.815-.701 1.905-1.193 3.1-1.342q.448-.055.883-.056a3 3 0 0 0-.732-.575q.136-.183.25-.381h1.703C16.179 8 17 7.18 17 6.167C17 5.522 16.478 5 15.833 5h-1.959A4 4 0 0 0 10 2m7.5 8.5a.5.5 0 0 1 .447.723a5 5 0 0 1-.218.373l-.017.026c-.095.155-.206.335-.324.542a7.5 7.5 0 0 0-.769 1.86c-.156.557-.366 1.306-.735 1.937c-.238.408-.556.797-.996 1.083c-.444.29-.986.456-1.638.456c-1.06 0-1.808-.534-2.273-1.035a4 4 0 0 1-.582-.81c-.605.613-1.064 1.302-1.448 2.069a.5.5 0 1 1-.894-.448c.754-1.507 1.783-2.745 3.435-3.71c.664-.415 1.4-.783 2.198-1.102a.5.5 0 1 0-.372-.928c-1.431.572-2.725 1.313-3.776 2.23a4 4 0 0 1-.038-.52c0-.764.31-1.512.94-2.1c.627-.585 1.546-.992 2.748-1.142a8.5 8.5 0 0 1 2.952.152c.328.074.614.154.841.218l.095.027c.123.034.22.06.299.078a1 1 0 0 0 .117.02z"/></svg>
</template>

CSS

.icon-icons-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%22M10%202a4%204%200%200%200-3.465%206H3.423C2.637%208%202%208.637%202%209.423A5.577%205.577%200%200%200%207.577%2015H8.85a4.6%204.6%200%200%201-.351-1.754c0-1.198.668-2.21%201.463-2.892c.815-.701%201.905-1.193%203.1-1.342q.448-.055.883-.056a3%203%200%200%200-.732-.575q.136-.183.25-.381h1.703C16.179%208%2017%207.18%2017%206.167C17%205.522%2016.478%205%2015.833%205h-1.959A4%204%200%200%200%2010%202m7.5%208.5a.5.5%200%200%201%20.447.723a5%205%200%200%201-.218.373l-.017.026c-.095.155-.206.335-.324.542a7.5%207.5%200%200%200-.769%201.86c-.156.557-.366%201.306-.735%201.937c-.238.408-.556.797-.996%201.083c-.444.29-.986.456-1.638.456c-1.06%200-1.808-.534-2.273-1.035a4%204%200%200%201-.582-.81c-.605.613-1.064%201.302-1.448%202.069a.5.5%200%201%201-.894-.448c.754-1.507%201.783-2.745%203.435-3.71c.664-.415%201.4-.783%202.198-1.102a.5.5%200%201%200-.372-.928c-1.431.572-2.725%201.313-3.776%202.23a4%204%200%200%201-.038-.52c0-.764.31-1.512.94-2.1c.627-.585%201.546-.992%202.748-1.142a8.5%208.5%200%200%201%202.952.152c.328.074.614.154.841.218l.095.027c.123.034.22.06.299.078a1%201%200%200%200%20.117.02z%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%22M10%202a4%204%200%200%200-3.465%206H3.423C2.637%208%202%208.637%202%209.423A5.577%205.577%200%200%200%207.577%2015H8.85a4.6%204.6%200%200%201-.351-1.754c0-1.198.668-2.21%201.463-2.892c.815-.701%201.905-1.193%203.1-1.342q.448-.055.883-.056a3%203%200%200%200-.732-.575q.136-.183.25-.381h1.703C16.179%208%2017%207.18%2017%206.167C17%205.522%2016.478%205%2015.833%205h-1.959A4%204%200%200%200%2010%202m7.5%208.5a.5.5%200%200%201%20.447.723a5%205%200%200%201-.218.373l-.017.026c-.095.155-.206.335-.324.542a7.5%207.5%200%200%200-.769%201.86c-.156.557-.366%201.306-.735%201.937c-.238.408-.556.797-.996%201.083c-.444.29-.986.456-1.638.456c-1.06%200-1.808-.534-2.273-1.035a4%204%200%200%201-.582-.81c-.605.613-1.064%201.302-1.448%202.069a.5.5%200%201%201-.894-.448c.754-1.507%201.783-2.745%203.435-3.71c.664-.415%201.4-.783%202.198-1.102a.5.5%200%201%200-.372-.928c-1.431.572-2.725%201.313-3.776%202.23a4%204%200%200%201-.038-.52c0-.764.31-1.512.94-2.1c.627-.585%201.546-.992%202.748-1.142a8.5%208.5%200%200%201%202.952.152c.328.074.614.154.841.218l.095.027c.123.034.22.06.299.078a1%201%200%200%200%20.117.02z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/icons-20-filled.svg?color=%231a73e8&size=48