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

Name
apps-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the apps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 17a1.5 1.5 0 0 1-1.493-1.355L3 15.501v-11a1.5 1.5 0 0 1 1.356-1.493L4.5 3H9a1.5 1.5 0 0 1 1.493 1.355l.007.145v.254l2.189-2.269a1.5 1.5 0 0 1 2.007-.138l.116.101l2.757 2.725a1.5 1.5 0 0 1 .111 2.011l-.103.116l-2.311 2.2h.234a1.5 1.5 0 0 1 1.493 1.356L17 11v4.5a1.5 1.5 0 0 1-1.355 1.493L15.5 17zm5-6.5H4v5a.5.5 0 0 0 .326.47l.084.023l.09.008h5zm6 0h-5V16h5a.5.5 0 0 0 .492-.41L16 15.5V11a.5.5 0 0 0-.41-.491zm-5-2.79V9.5h1.79zM9 4H4.5a.5.5 0 0 0-.492.411L4 4.501v5h5.5v-5a.5.5 0 0 0-.326-.469L9.09 4.01zm5.122-.826a.5.5 0 0 0-.645-.053l-.068.06l-2.616 2.713a.5.5 0 0 0-.057.623l.063.078l2.616 2.615a.5.5 0 0 0 .62.07l.078-.061l2.758-2.627a.5.5 0 0 0 .054-.638l-.059-.069z"/></svg>

React

import type { SVGProps } from "react";

export function FluentApps20Regular(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="M4.5 17a1.5 1.5 0 0 1-1.493-1.355L3 15.501v-11a1.5 1.5 0 0 1 1.356-1.493L4.5 3H9a1.5 1.5 0 0 1 1.493 1.355l.007.145v.254l2.189-2.269a1.5 1.5 0 0 1 2.007-.138l.116.101l2.757 2.725a1.5 1.5 0 0 1 .111 2.011l-.103.116l-2.311 2.2h.234a1.5 1.5 0 0 1 1.493 1.356L17 11v4.5a1.5 1.5 0 0 1-1.355 1.493L15.5 17zm5-6.5H4v5a.5.5 0 0 0 .326.47l.084.023l.09.008h5zm6 0h-5V16h5a.5.5 0 0 0 .492-.41L16 15.5V11a.5.5 0 0 0-.41-.491zm-5-2.79V9.5h1.79zM9 4H4.5a.5.5 0 0 0-.492.411L4 4.501v5h5.5v-5a.5.5 0 0 0-.326-.469L9.09 4.01zm5.122-.826a.5.5 0 0 0-.645-.053l-.068.06l-2.616 2.713a.5.5 0 0 0-.057.623l.063.078l2.616 2.615a.5.5 0 0 0 .62.07l.078-.061l2.758-2.627a.5.5 0 0 0 .054-.638l-.059-.069z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 17a1.5 1.5 0 0 1-1.493-1.355L3 15.501v-11a1.5 1.5 0 0 1 1.356-1.493L4.5 3H9a1.5 1.5 0 0 1 1.493 1.355l.007.145v.254l2.189-2.269a1.5 1.5 0 0 1 2.007-.138l.116.101l2.757 2.725a1.5 1.5 0 0 1 .111 2.011l-.103.116l-2.311 2.2h.234a1.5 1.5 0 0 1 1.493 1.356L17 11v4.5a1.5 1.5 0 0 1-1.355 1.493L15.5 17zm5-6.5H4v5a.5.5 0 0 0 .326.47l.084.023l.09.008h5zm6 0h-5V16h5a.5.5 0 0 0 .492-.41L16 15.5V11a.5.5 0 0 0-.41-.491zm-5-2.79V9.5h1.79zM9 4H4.5a.5.5 0 0 0-.492.411L4 4.501v5h5.5v-5a.5.5 0 0 0-.326-.469L9.09 4.01zm5.122-.826a.5.5 0 0 0-.645-.053l-.068.06l-2.616 2.713a.5.5 0 0 0-.057.623l.063.078l2.616 2.615a.5.5 0 0 0 .62.07l.078-.061l2.758-2.627a.5.5 0 0 0 .054-.638l-.059-.069z"/></svg>
</template>

CSS

.icon-apps-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%22M4.5%2017a1.5%201.5%200%200%201-1.493-1.355L3%2015.501v-11a1.5%201.5%200%200%201%201.356-1.493L4.5%203H9a1.5%201.5%200%200%201%201.493%201.355l.007.145v.254l2.189-2.269a1.5%201.5%200%200%201%202.007-.138l.116.101l2.757%202.725a1.5%201.5%200%200%201%20.111%202.011l-.103.116l-2.311%202.2h.234a1.5%201.5%200%200%201%201.493%201.356L17%2011v4.5a1.5%201.5%200%200%201-1.355%201.493L15.5%2017zm5-6.5H4v5a.5.5%200%200%200%20.326.47l.084.023l.09.008h5zm6%200h-5V16h5a.5.5%200%200%200%20.492-.41L16%2015.5V11a.5.5%200%200%200-.41-.491zm-5-2.79V9.5h1.79zM9%204H4.5a.5.5%200%200%200-.492.411L4%204.501v5h5.5v-5a.5.5%200%200%200-.326-.469L9.09%204.01zm5.122-.826a.5.5%200%200%200-.645-.053l-.068.06l-2.616%202.713a.5.5%200%200%200-.057.623l.063.078l2.616%202.615a.5.5%200%200%200%20.62.07l.078-.061l2.758-2.627a.5.5%200%200%200%20.054-.638l-.059-.069z%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%22M4.5%2017a1.5%201.5%200%200%201-1.493-1.355L3%2015.501v-11a1.5%201.5%200%200%201%201.356-1.493L4.5%203H9a1.5%201.5%200%200%201%201.493%201.355l.007.145v.254l2.189-2.269a1.5%201.5%200%200%201%202.007-.138l.116.101l2.757%202.725a1.5%201.5%200%200%201%20.111%202.011l-.103.116l-2.311%202.2h.234a1.5%201.5%200%200%201%201.493%201.356L17%2011v4.5a1.5%201.5%200%200%201-1.355%201.493L15.5%2017zm5-6.5H4v5a.5.5%200%200%200%20.326.47l.084.023l.09.008h5zm6%200h-5V16h5a.5.5%200%200%200%20.492-.41L16%2015.5V11a.5.5%200%200%200-.41-.491zm-5-2.79V9.5h1.79zM9%204H4.5a.5.5%200%200%200-.492.411L4%204.501v5h5.5v-5a.5.5%200%200%200-.326-.469L9.09%204.01zm5.122-.826a.5.5%200%200%200-.645-.053l-.068.06l-2.616%202.713a.5.5%200%200%200-.057.623l.063.078l2.616%202.615a.5.5%200%200%200%20.62.07l.078-.061l2.758-2.627a.5.5%200%200%200%20.054-.638l-.059-.069z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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