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

Name
icons-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M17.102 9.596q.336-.39.582-.846h2.318a2 2 0 0 0 2-2a1 1 0 0 0-1-1h-2.81A4.751 4.751 0 1 0 9.46 9H4.5A1.5 1.5 0 0 0 3 10.5v.75a7 7 0 0 0 7 7h.967l.056-.125A4.55 4.55 0 0 1 10.5 16c0-1.235.613-2.465 1.477-3.387a6.33 6.33 0 0 1 3.793-1.941a20 20 0 0 1 2.348-.177a4 4 0 0 0-1.016-.899m-4.862 8.358c-.738 1.109-1.174 2.286-1.233 3.251a.75.75 0 0 0 1.497.091c.032-.514.242-1.21.646-1.95c.592.62 1.521 1.158 2.85 1.158c1.304 0 2.28-.457 2.999-1.19c.693-.706 1.105-1.626 1.397-2.488c.148-.436.27-.876.382-1.286l.057-.212c.09-.334.173-.64.261-.925c.107-.344.21-.617.32-.825c.11-.21.203-.302.26-.34a.75.75 0 0 0-.212-1.348c-1.024-.288-2.762-.598-5.562-.227a5.33 5.33 0 0 0-3.195 1.634c-.74.79-1.207 1.786-1.207 2.703c0 .377.058.718.148 1.02q.324-.485.726-.944a9.9 9.9 0 0 1 5.005-3.061a.5.5 0 0 1 .242.97a8.9 8.9 0 0 0-4.495 2.751c-.352.4-.647.812-.886 1.218"/></svg>

React

import type { SVGProps } from "react";

export function FluentIcons24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.102 9.596q.336-.39.582-.846h2.318a2 2 0 0 0 2-2a1 1 0 0 0-1-1h-2.81A4.751 4.751 0 1 0 9.46 9H4.5A1.5 1.5 0 0 0 3 10.5v.75a7 7 0 0 0 7 7h.967l.056-.125A4.55 4.55 0 0 1 10.5 16c0-1.235.613-2.465 1.477-3.387a6.33 6.33 0 0 1 3.793-1.941a20 20 0 0 1 2.348-.177a4 4 0 0 0-1.016-.899m-4.862 8.358c-.738 1.109-1.174 2.286-1.233 3.251a.75.75 0 0 0 1.497.091c.032-.514.242-1.21.646-1.95c.592.62 1.521 1.158 2.85 1.158c1.304 0 2.28-.457 2.999-1.19c.693-.706 1.105-1.626 1.397-2.488c.148-.436.27-.876.382-1.286l.057-.212c.09-.334.173-.64.261-.925c.107-.344.21-.617.32-.825c.11-.21.203-.302.26-.34a.75.75 0 0 0-.212-1.348c-1.024-.288-2.762-.598-5.562-.227a5.33 5.33 0 0 0-3.195 1.634c-.74.79-1.207 1.786-1.207 2.703c0 .377.058.718.148 1.02q.324-.485.726-.944a9.9 9.9 0 0 1 5.005-3.061a.5.5 0 0 1 .242.97a8.9 8.9 0 0 0-4.495 2.751c-.352.4-.647.812-.886 1.218"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.102 9.596q.336-.39.582-.846h2.318a2 2 0 0 0 2-2a1 1 0 0 0-1-1h-2.81A4.751 4.751 0 1 0 9.46 9H4.5A1.5 1.5 0 0 0 3 10.5v.75a7 7 0 0 0 7 7h.967l.056-.125A4.55 4.55 0 0 1 10.5 16c0-1.235.613-2.465 1.477-3.387a6.33 6.33 0 0 1 3.793-1.941a20 20 0 0 1 2.348-.177a4 4 0 0 0-1.016-.899m-4.862 8.358c-.738 1.109-1.174 2.286-1.233 3.251a.75.75 0 0 0 1.497.091c.032-.514.242-1.21.646-1.95c.592.62 1.521 1.158 2.85 1.158c1.304 0 2.28-.457 2.999-1.19c.693-.706 1.105-1.626 1.397-2.488c.148-.436.27-.876.382-1.286l.057-.212c.09-.334.173-.64.261-.925c.107-.344.21-.617.32-.825c.11-.21.203-.302.26-.34a.75.75 0 0 0-.212-1.348c-1.024-.288-2.762-.598-5.562-.227a5.33 5.33 0 0 0-3.195 1.634c-.74.79-1.207 1.786-1.207 2.703c0 .377.058.718.148 1.02q.324-.485.726-.944a9.9 9.9 0 0 1 5.005-3.061a.5.5 0 0 1 .242.97a8.9 8.9 0 0 0-4.495 2.751c-.352.4-.647.812-.886 1.218"/></svg>
</template>

CSS

.icon-icons-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.102%209.596q.336-.39.582-.846h2.318a2%202%200%200%200%202-2a1%201%200%200%200-1-1h-2.81A4.751%204.751%200%201%200%209.46%209H4.5A1.5%201.5%200%200%200%203%2010.5v.75a7%207%200%200%200%207%207h.967l.056-.125A4.55%204.55%200%200%201%2010.5%2016c0-1.235.613-2.465%201.477-3.387a6.33%206.33%200%200%201%203.793-1.941a20%2020%200%200%201%202.348-.177a4%204%200%200%200-1.016-.899m-4.862%208.358c-.738%201.109-1.174%202.286-1.233%203.251a.75.75%200%200%200%201.497.091c.032-.514.242-1.21.646-1.95c.592.62%201.521%201.158%202.85%201.158c1.304%200%202.28-.457%202.999-1.19c.693-.706%201.105-1.626%201.397-2.488c.148-.436.27-.876.382-1.286l.057-.212c.09-.334.173-.64.261-.925c.107-.344.21-.617.32-.825c.11-.21.203-.302.26-.34a.75.75%200%200%200-.212-1.348c-1.024-.288-2.762-.598-5.562-.227a5.33%205.33%200%200%200-3.195%201.634c-.74.79-1.207%201.786-1.207%202.703c0%20.377.058.718.148%201.02q.324-.485.726-.944a9.9%209.9%200%200%201%205.005-3.061a.5.5%200%200%201%20.242.97a8.9%208.9%200%200%200-4.495%202.751c-.352.4-.647.812-.886%201.218%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.102%209.596q.336-.39.582-.846h2.318a2%202%200%200%200%202-2a1%201%200%200%200-1-1h-2.81A4.751%204.751%200%201%200%209.46%209H4.5A1.5%201.5%200%200%200%203%2010.5v.75a7%207%200%200%200%207%207h.967l.056-.125A4.55%204.55%200%200%201%2010.5%2016c0-1.235.613-2.465%201.477-3.387a6.33%206.33%200%200%201%203.793-1.941a20%2020%200%200%201%202.348-.177a4%204%200%200%200-1.016-.899m-4.862%208.358c-.738%201.109-1.174%202.286-1.233%203.251a.75.75%200%200%200%201.497.091c.032-.514.242-1.21.646-1.95c.592.62%201.521%201.158%202.85%201.158c1.304%200%202.28-.457%202.999-1.19c.693-.706%201.105-1.626%201.397-2.488c.148-.436.27-.876.382-1.286l.057-.212c.09-.334.173-.64.261-.925c.107-.344.21-.617.32-.825c.11-.21.203-.302.26-.34a.75.75%200%200%200-.212-1.348c-1.024-.288-2.762-.598-5.562-.227a5.33%205.33%200%200%200-3.195%201.634c-.74.79-1.207%201.786-1.207%202.703c0%20.377.058.718.148%201.02q.324-.485.726-.944a9.9%209.9%200%200%201%205.005-3.061a.5.5%200%200%201%20.242.97a8.9%208.9%200%200%200-4.495%202.751c-.352.4-.647.812-.886%201.218%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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