diagram icon

diagram-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
diagram-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the diagram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 22.75H5c-2.07 0-3.75-1.68-3.75-3.75V2c0-.41.34-.75.75-.75s.75.34.75.75v17c0 1.24 1.01 2.25 2.25 2.25h17c.41 0 .75.34.75.75s-.34.75-.75.75"/><path d="M5 17.75c-.17 0-.35-.06-.49-.18a.756.756 0 0 1-.08-1.06l4.59-5.36c.5-.58 1.22-.93 1.98-.96c.76-.02 1.51.26 2.05.8l.95.95c.25.25.57.37.93.37c.35-.01.67-.17.9-.44l4.59-5.36c.27-.31.74-.35 1.06-.08c.31.27.35.74.08 1.06l-4.59 5.36c-.5.58-1.22.93-1.98.96a2.78 2.78 0 0 1-2.05-.8l-.94-.95c-.25-.25-.58-.38-.93-.37s-.67.17-.9.44l-4.59 5.36a.8.8 0 0 1-.58.26"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDiagramFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 22.75H5c-2.07 0-3.75-1.68-3.75-3.75V2c0-.41.34-.75.75-.75s.75.34.75.75v17c0 1.24 1.01 2.25 2.25 2.25h17c.41 0 .75.34.75.75s-.34.75-.75.75"/><path d="M5 17.75c-.17 0-.35-.06-.49-.18a.756.756 0 0 1-.08-1.06l4.59-5.36c.5-.58 1.22-.93 1.98-.96c.76-.02 1.51.26 2.05.8l.95.95c.25.25.57.37.93.37c.35-.01.67-.17.9-.44l4.59-5.36c.27-.31.74-.35 1.06-.08c.31.27.35.74.08 1.06l-4.59 5.36c-.5.58-1.22.93-1.98.96a2.78 2.78 0 0 1-2.05-.8l-.94-.95c-.25-.25-.58-.38-.93-.37s-.67.17-.9.44l-4.59 5.36a.8.8 0 0 1-.58.26"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 22.75H5c-2.07 0-3.75-1.68-3.75-3.75V2c0-.41.34-.75.75-.75s.75.34.75.75v17c0 1.24 1.01 2.25 2.25 2.25h17c.41 0 .75.34.75.75s-.34.75-.75.75"/><path d="M5 17.75c-.17 0-.35-.06-.49-.18a.756.756 0 0 1-.08-1.06l4.59-5.36c.5-.58 1.22-.93 1.98-.96c.76-.02 1.51.26 2.05.8l.95.95c.25.25.57.37.93.37c.35-.01.67-.17.9-.44l4.59-5.36c.27-.31.74-.35 1.06-.08c.31.27.35.74.08 1.06l-4.59 5.36c-.5.58-1.22.93-1.98.96a2.78 2.78 0 0 1-2.05-.8l-.94-.95c-.25-.25-.58-.38-.93-.37s-.67.17-.9.44l-4.59 5.36a.8.8 0 0 1-.58.26"/></g></svg>
</template>

CSS

.icon-diagram-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22%2022.75H5c-2.07%200-3.75-1.68-3.75-3.75V2c0-.41.34-.75.75-.75s.75.34.75.75v17c0%201.24%201.01%202.25%202.25%202.25h17c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M5%2017.75c-.17%200-.35-.06-.49-.18a.756.756%200%200%201-.08-1.06l4.59-5.36c.5-.58%201.22-.93%201.98-.96c.76-.02%201.51.26%202.05.8l.95.95c.25.25.57.37.93.37c.35-.01.67-.17.9-.44l4.59-5.36c.27-.31.74-.35%201.06-.08c.31.27.35.74.08%201.06l-4.59%205.36c-.5.58-1.22.93-1.98.96a2.78%202.78%200%200%201-2.05-.8l-.94-.95c-.25-.25-.58-.38-.93-.37s-.67.17-.9.44l-4.59%205.36a.8.8%200%200%201-.58.26%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22%2022.75H5c-2.07%200-3.75-1.68-3.75-3.75V2c0-.41.34-.75.75-.75s.75.34.75.75v17c0%201.24%201.01%202.25%202.25%202.25h17c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M5%2017.75c-.17%200-.35-.06-.49-.18a.756.756%200%200%201-.08-1.06l4.59-5.36c.5-.58%201.22-.93%201.98-.96c.76-.02%201.51.26%202.05.8l.95.95c.25.25.57.37.93.37c.35-.01.67-.17.9-.44l4.59-5.36c.27-.31.74-.35%201.06-.08c.31.27.35.74.08%201.06l-4.59%205.36c-.5.58-1.22.93-1.98.96a2.78%202.78%200%200%201-2.05-.8l-.94-.95c-.25-.25-.58-.38-.93-.37s-.67.17-.9.44l-4.59%205.36a.8.8%200%200%201-.58.26%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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