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

Name
auto-graph
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0
Aliases
auto-graph-sharp

1 other variant in Material Symbols

Related icons in Material Symbols

Use the auto graph icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 9L7.4 6.6L5 5.5l2.4-1.1L8.5 2l1.1 2.4L12 5.5L9.6 6.6L8.5 9Zm6.5 3l-.95-2.05L12 9l2.05-.95L15 6l.95 2.05L18 9l-2.05.95L15 12ZM4 14l-.95-2.05L1 11l2.05-.95L4 8l.95 2.05L7 11l-2.05.95L4 14Zm.5 6.5L3 19l7.5-7.5l4 4l7.1-7.975l1.4 1.4l-8.5 9.575l-4-4l-6 6Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoGraph(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="M8.5 9L7.4 6.6L5 5.5l2.4-1.1L8.5 2l1.1 2.4L12 5.5L9.6 6.6L8.5 9Zm6.5 3l-.95-2.05L12 9l2.05-.95L15 6l.95 2.05L18 9l-2.05.95L15 12ZM4 14l-.95-2.05L1 11l2.05-.95L4 8l.95 2.05L7 11l-2.05.95L4 14Zm.5 6.5L3 19l7.5-7.5l4 4l7.1-7.975l1.4 1.4l-8.5 9.575l-4-4l-6 6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 9L7.4 6.6L5 5.5l2.4-1.1L8.5 2l1.1 2.4L12 5.5L9.6 6.6L8.5 9Zm6.5 3l-.95-2.05L12 9l2.05-.95L15 6l.95 2.05L18 9l-2.05.95L15 12ZM4 14l-.95-2.05L1 11l2.05-.95L4 8l.95 2.05L7 11l-2.05.95L4 14Zm.5 6.5L3 19l7.5-7.5l4 4l7.1-7.975l1.4 1.4l-8.5 9.575l-4-4l-6 6Z"/></svg>
</template>

CSS

.icon-auto-graph {
  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%22M8.5%209L7.4%206.6L5%205.5l2.4-1.1L8.5%202l1.1%202.4L12%205.5L9.6%206.6L8.5%209Zm6.5%203l-.95-2.05L12%209l2.05-.95L15%206l.95%202.05L18%209l-2.05.95L15%2012ZM4%2014l-.95-2.05L1%2011l2.05-.95L4%208l.95%202.05L7%2011l-2.05.95L4%2014Zm.5%206.5L3%2019l7.5-7.5l4%204l7.1-7.975l1.4%201.4l-8.5%209.575l-4-4l-6%206Z%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%22M8.5%209L7.4%206.6L5%205.5l2.4-1.1L8.5%202l1.1%202.4L12%205.5L9.6%206.6L8.5%209Zm6.5%203l-.95-2.05L12%209l2.05-.95L15%206l.95%202.05L18%209l-2.05.95L15%2012ZM4%2014l-.95-2.05L1%2011l2.05-.95L4%208l.95%202.05L7%2011l-2.05.95L4%2014Zm.5%206.5L3%2019l7.5-7.5l4%204l7.1-7.975l1.4%201.4l-8.5%209.575l-4-4l-6%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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