graph-7 from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
graph-7
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
graph-7-outline, graph-7-outline-rounded, graph-7-outline-sharp, graph-7-rounded, graph-7-sharp

The same icon in other sets

More business icons from Material Symbols

Use the graph 7 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-1.25 0-2.125-.875T9 20q0-.35.063-.663t.212-.612l-4-4.025q-.3.125-.625.213T3.975 15q-1.25 0-2.112-.875T1 12t.863-2.125T3.975 9q.975 0 1.75.563T6.8 11h2.375q.225-.65.7-1.112T11 9.2V6.825q-.875-.3-1.437-1.075T9 4q0-1.25.875-2.125T12 1t2.125.875T15 4q0 .35-.075.675T14.7 5.3l4 4q.3-.15.625-.225T20 9q1.25 0 2.125.875T23 12t-.875 2.125T20 15q-.975 0-1.75-.562T17.175 13H14.8q-.225.65-.687 1.125t-1.113.7v2.35q.875.3 1.438 1.075T15 20q0 1.25-.875 2.125T12 23m-1-5.825v-2.35q-.325-.125-.6-.3t-.513-.413t-.412-.512t-.3-.6H6.8q0 .025-.013.063l-.025.075q-.012.037-.025.062l-.037.075l.725.725q.6.6 1.275 1.288t1.275 1.287l.725.725q.05-.025.088-.038t.074-.037t.075-.038t.063-.012M14.8 11h2.375q0-.05.012-.088t.038-.075t.037-.075t.038-.062l-.725-.725L15.3 8.7l-1.275-1.275L13.3 6.7q-.025.025-.063.037t-.075.038t-.075.037t-.087.013V9.2q.3.1.588.287t.512.413t.413.513t.287.587m5.2 2q.425 0 .713-.288T21 12t-.288-.712T20 11t-.712.288T19 12t.288.713T20 13m-8 0q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13m0 8q.425 0 .713-.288T13 20t-.288-.712T12 19t-.712.288T11 20t.288.713T12 21m-8-8q.425 0 .713-.288T5 12t-.288-.712T4 11t-.712.288T3 12t.288.713T4 13m8-8q.425 0 .713-.288T13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGraph7(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="M12 23q-1.25 0-2.125-.875T9 20q0-.35.063-.663t.212-.612l-4-4.025q-.3.125-.625.213T3.975 15q-1.25 0-2.112-.875T1 12t.863-2.125T3.975 9q.975 0 1.75.563T6.8 11h2.375q.225-.65.7-1.112T11 9.2V6.825q-.875-.3-1.437-1.075T9 4q0-1.25.875-2.125T12 1t2.125.875T15 4q0 .35-.075.675T14.7 5.3l4 4q.3-.15.625-.225T20 9q1.25 0 2.125.875T23 12t-.875 2.125T20 15q-.975 0-1.75-.562T17.175 13H14.8q-.225.65-.687 1.125t-1.113.7v2.35q.875.3 1.438 1.075T15 20q0 1.25-.875 2.125T12 23m-1-5.825v-2.35q-.325-.125-.6-.3t-.513-.413t-.412-.512t-.3-.6H6.8q0 .025-.013.063l-.025.075q-.012.037-.025.062l-.037.075l.725.725q.6.6 1.275 1.288t1.275 1.287l.725.725q.05-.025.088-.038t.074-.037t.075-.038t.063-.012M14.8 11h2.375q0-.05.012-.088t.038-.075t.037-.075t.038-.062l-.725-.725L15.3 8.7l-1.275-1.275L13.3 6.7q-.025.025-.063.037t-.075.038t-.075.037t-.087.013V9.2q.3.1.588.287t.512.413t.413.513t.287.587m5.2 2q.425 0 .713-.288T21 12t-.288-.712T20 11t-.712.288T19 12t.288.713T20 13m-8 0q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13m0 8q.425 0 .713-.288T13 20t-.288-.712T12 19t-.712.288T11 20t.288.713T12 21m-8-8q.425 0 .713-.288T5 12t-.288-.712T4 11t-.712.288T3 12t.288.713T4 13m8-8q.425 0 .713-.288T13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-1.25 0-2.125-.875T9 20q0-.35.063-.663t.212-.612l-4-4.025q-.3.125-.625.213T3.975 15q-1.25 0-2.112-.875T1 12t.863-2.125T3.975 9q.975 0 1.75.563T6.8 11h2.375q.225-.65.7-1.112T11 9.2V6.825q-.875-.3-1.437-1.075T9 4q0-1.25.875-2.125T12 1t2.125.875T15 4q0 .35-.075.675T14.7 5.3l4 4q.3-.15.625-.225T20 9q1.25 0 2.125.875T23 12t-.875 2.125T20 15q-.975 0-1.75-.562T17.175 13H14.8q-.225.65-.687 1.125t-1.113.7v2.35q.875.3 1.438 1.075T15 20q0 1.25-.875 2.125T12 23m-1-5.825v-2.35q-.325-.125-.6-.3t-.513-.413t-.412-.512t-.3-.6H6.8q0 .025-.013.063l-.025.075q-.012.037-.025.062l-.037.075l.725.725q.6.6 1.275 1.288t1.275 1.287l.725.725q.05-.025.088-.038t.074-.037t.075-.038t.063-.012M14.8 11h2.375q0-.05.012-.088t.038-.075t.037-.075t.038-.062l-.725-.725L15.3 8.7l-1.275-1.275L13.3 6.7q-.025.025-.063.037t-.075.038t-.075.037t-.087.013V9.2q.3.1.588.287t.512.413t.413.513t.287.587m5.2 2q.425 0 .713-.288T21 12t-.288-.712T20 11t-.712.288T19 12t.288.713T20 13m-8 0q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13m0 8q.425 0 .713-.288T13 20t-.288-.712T12 19t-.712.288T11 20t.288.713T12 21m-8-8q.425 0 .713-.288T5 12t-.288-.712T4 11t-.712.288T3 12t.288.713T4 13m8-8q.425 0 .713-.288T13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5"/></svg>
</template>

CSS

.icon-graph-7 {
  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%22M12%2023q-1.25%200-2.125-.875T9%2020q0-.35.063-.663t.212-.612l-4-4.025q-.3.125-.625.213T3.975%2015q-1.25%200-2.112-.875T1%2012t.863-2.125T3.975%209q.975%200%201.75.563T6.8%2011h2.375q.225-.65.7-1.112T11%209.2V6.825q-.875-.3-1.437-1.075T9%204q0-1.25.875-2.125T12%201t2.125.875T15%204q0%20.35-.075.675T14.7%205.3l4%204q.3-.15.625-.225T20%209q1.25%200%202.125.875T23%2012t-.875%202.125T20%2015q-.975%200-1.75-.562T17.175%2013H14.8q-.225.65-.687%201.125t-1.113.7v2.35q.875.3%201.438%201.075T15%2020q0%201.25-.875%202.125T12%2023m-1-5.825v-2.35q-.325-.125-.6-.3t-.513-.413t-.412-.512t-.3-.6H6.8q0%20.025-.013.063l-.025.075q-.012.037-.025.062l-.037.075l.725.725q.6.6%201.275%201.288t1.275%201.287l.725.725q.05-.025.088-.038t.074-.037t.075-.038t.063-.012M14.8%2011h2.375q0-.05.012-.088t.038-.075t.037-.075t.038-.062l-.725-.725L15.3%208.7l-1.275-1.275L13.3%206.7q-.025.025-.063.037t-.075.038t-.075.037t-.087.013V9.2q.3.1.588.287t.512.413t.413.513t.287.587m5.2%202q.425%200%20.713-.288T21%2012t-.288-.712T20%2011t-.712.288T19%2012t.288.713T20%2013m-8%200q.425%200%20.713-.288T13%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013m0%208q.425%200%20.713-.288T13%2020t-.288-.712T12%2019t-.712.288T11%2020t.288.713T12%2021m-8-8q.425%200%20.713-.288T5%2012t-.288-.712T4%2011t-.712.288T3%2012t.288.713T4%2013m8-8q.425%200%20.713-.288T13%204t-.288-.712T12%203t-.712.288T11%204t.288.713T12%205%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%22M12%2023q-1.25%200-2.125-.875T9%2020q0-.35.063-.663t.212-.612l-4-4.025q-.3.125-.625.213T3.975%2015q-1.25%200-2.112-.875T1%2012t.863-2.125T3.975%209q.975%200%201.75.563T6.8%2011h2.375q.225-.65.7-1.112T11%209.2V6.825q-.875-.3-1.437-1.075T9%204q0-1.25.875-2.125T12%201t2.125.875T15%204q0%20.35-.075.675T14.7%205.3l4%204q.3-.15.625-.225T20%209q1.25%200%202.125.875T23%2012t-.875%202.125T20%2015q-.975%200-1.75-.562T17.175%2013H14.8q-.225.65-.687%201.125t-1.113.7v2.35q.875.3%201.438%201.075T15%2020q0%201.25-.875%202.125T12%2023m-1-5.825v-2.35q-.325-.125-.6-.3t-.513-.413t-.412-.512t-.3-.6H6.8q0%20.025-.013.063l-.025.075q-.012.037-.025.062l-.037.075l.725.725q.6.6%201.275%201.288t1.275%201.287l.725.725q.05-.025.088-.038t.074-.037t.075-.038t.063-.012M14.8%2011h2.375q0-.05.012-.088t.038-.075t.037-.075t.038-.062l-.725-.725L15.3%208.7l-1.275-1.275L13.3%206.7q-.025.025-.063.037t-.075.038t-.075.037t-.087.013V9.2q.3.1.588.287t.512.413t.413.513t.287.587m5.2%202q.425%200%20.713-.288T21%2012t-.288-.712T20%2011t-.712.288T19%2012t.288.713T20%2013m-8%200q.425%200%20.713-.288T13%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013m0%208q.425%200%20.713-.288T13%2020t-.288-.712T12%2019t-.712.288T11%2020t.288.713T12%2021m-8-8q.425%200%20.713-.288T5%2012t-.288-.712T4%2011t-.712.288T3%2012t.288.713T4%2013m8-8q.425%200%20.713-.288T13%204t-.288-.712T12%203t-.712.288T11%204t.288.713T12%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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