graph-square-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
graph-square-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the graph square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m6.426 34.726l2.783 1.37c1.767.87 4.127.464 5.502-.946l1.352-1.388l2.955 4.51c1.398 2.134 4.152 2.121 5.536-.02l6.47-10.004l7.41 12.67c1.447 2.476 4.428 2.107 5.196-.668l5.944-21.485V42.31c0 4.828-2.437 7.265-7.336 7.265H13.785c-4.875 0-7.36-2.414-7.36-7.265zm0-4.486V13.691c0-4.851 2.484-7.265 7.36-7.265h28.452q4.237.002 6.024 2.423l-1.372 4.618l-6.384 23.072l-6.658-11.388c-1.312-2.242-4.095-2.303-5.505-.123l-6.567 10.155l-2.636-4.024c-1.306-1.994-3.932-2.248-5.596-.542l-1.697 1.74c-.167.171-.658.256-.87.151l-3.094-1.523z"/></svg>

React

import type { SVGProps } from "react";

export function F7GraphSquareFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m6.426 34.726l2.783 1.37c1.767.87 4.127.464 5.502-.946l1.352-1.388l2.955 4.51c1.398 2.134 4.152 2.121 5.536-.02l6.47-10.004l7.41 12.67c1.447 2.476 4.428 2.107 5.196-.668l5.944-21.485V42.31c0 4.828-2.437 7.265-7.336 7.265H13.785c-4.875 0-7.36-2.414-7.36-7.265zm0-4.486V13.691c0-4.851 2.484-7.265 7.36-7.265h28.452q4.237.002 6.024 2.423l-1.372 4.618l-6.384 23.072l-6.658-11.388c-1.312-2.242-4.095-2.303-5.505-.123l-6.567 10.155l-2.636-4.024c-1.306-1.994-3.932-2.248-5.596-.542l-1.697 1.74c-.167.171-.658.256-.87.151l-3.094-1.523z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m6.426 34.726l2.783 1.37c1.767.87 4.127.464 5.502-.946l1.352-1.388l2.955 4.51c1.398 2.134 4.152 2.121 5.536-.02l6.47-10.004l7.41 12.67c1.447 2.476 4.428 2.107 5.196-.668l5.944-21.485V42.31c0 4.828-2.437 7.265-7.336 7.265H13.785c-4.875 0-7.36-2.414-7.36-7.265zm0-4.486V13.691c0-4.851 2.484-7.265 7.36-7.265h28.452q4.237.002 6.024 2.423l-1.372 4.618l-6.384 23.072l-6.658-11.388c-1.312-2.242-4.095-2.303-5.505-.123l-6.567 10.155l-2.636-4.024c-1.306-1.994-3.932-2.248-5.596-.542l-1.697 1.74c-.167.171-.658.256-.87.151l-3.094-1.523z"/></svg>
</template>

CSS

.icon-graph-square-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.426%2034.726l2.783%201.37c1.767.87%204.127.464%205.502-.946l1.352-1.388l2.955%204.51c1.398%202.134%204.152%202.121%205.536-.02l6.47-10.004l7.41%2012.67c1.447%202.476%204.428%202.107%205.196-.668l5.944-21.485V42.31c0%204.828-2.437%207.265-7.336%207.265H13.785c-4.875%200-7.36-2.414-7.36-7.265zm0-4.486V13.691c0-4.851%202.484-7.265%207.36-7.265h28.452q4.237.002%206.024%202.423l-1.372%204.618l-6.384%2023.072l-6.658-11.388c-1.312-2.242-4.095-2.303-5.505-.123l-6.567%2010.155l-2.636-4.024c-1.306-1.994-3.932-2.248-5.596-.542l-1.697%201.74c-.167.171-.658.256-.87.151l-3.094-1.523z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.426%2034.726l2.783%201.37c1.767.87%204.127.464%205.502-.946l1.352-1.388l2.955%204.51c1.398%202.134%204.152%202.121%205.536-.02l6.47-10.004l7.41%2012.67c1.447%202.476%204.428%202.107%205.196-.668l5.944-21.485V42.31c0%204.828-2.437%207.265-7.336%207.265H13.785c-4.875%200-7.36-2.414-7.36-7.265zm0-4.486V13.691c0-4.851%202.484-7.265%207.36-7.265h28.452q4.237.002%206.024%202.423l-1.372%204.618l-6.384%2023.072l-6.658-11.388c-1.312-2.242-4.095-2.303-5.505-.123l-6.567%2010.155l-2.636-4.024c-1.306-1.994-3.932-2.248-5.596-.542l-1.697%201.74c-.167.171-.658.256-.87.151l-3.094-1.523z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/graph-square-fill.svg?color=%231a73e8&size=48