round auto graph icon
round-auto-graph from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.
- Name
- round-auto-graph
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Editor
- Viewbox
- 24×24
- License
- Apache 2.0
More editor icons from Google Material Icons
baseline-add-chartbaseline-add-commentbaseline-align-horizontal-centerbaseline-align-horizontal-leftbaseline-align-horizontal-rightbaseline-align-vertical-bottombaseline-align-vertical-centerbaseline-align-vertical-topbaseline-area-chartbaseline-attach-filebaseline-attach-moneybaseline-auto-graphbaseline-bar-chartbaseline-border-allbaseline-border-bottombaseline-border-clearbaseline-border-colorbaseline-border-horizontalbaseline-border-innerbaseline-border-leftbaseline-border-outerbaseline-border-rightbaseline-border-stylebaseline-border-top
Use the round 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="M14.06 9.94L13 9.45a.5.5 0 0 1 0-.91l1.06-.49l.49-1.05a.5.5 0 0 1 .91 0l.49 1.06l1.05.49a.5.5 0 0 1 0 .91l-1.06.49l-.49 1.05a.5.5 0 0 1-.91 0zM4.45 13l.49-1.06L6 11.45a.5.5 0 0 0 0-.91l-1.06-.49L4.45 9a.492.492 0 0 0-.9 0l-.49 1.06l-1.06.49a.5.5 0 0 0 0 .91l1.06.49l.49 1.05c.17.39.73.39.9 0m4.51-5.01l.63-1.4l1.4-.63a.5.5 0 0 0 0-.91l-1.4-.63l-.63-1.4a.5.5 0 0 0-.91 0l-.63 1.4l-1.4.63a.5.5 0 0 0 0 .91l1.4.63l.63 1.4c.17.39.73.39.91 0m13.38.28a1 1 0 0 0-1.45.04l-6.39 7.18l-3.29-3.29a.996.996 0 0 0-1.41 0l-6.04 6.05c-.41.41-.41 1.09 0 1.5s1.09.41 1.5 0l5.25-5.26l3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.36"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundAutoGraph(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="M14.06 9.94L13 9.45a.5.5 0 0 1 0-.91l1.06-.49l.49-1.05a.5.5 0 0 1 .91 0l.49 1.06l1.05.49a.5.5 0 0 1 0 .91l-1.06.49l-.49 1.05a.5.5 0 0 1-.91 0zM4.45 13l.49-1.06L6 11.45a.5.5 0 0 0 0-.91l-1.06-.49L4.45 9a.492.492 0 0 0-.9 0l-.49 1.06l-1.06.49a.5.5 0 0 0 0 .91l1.06.49l.49 1.05c.17.39.73.39.9 0m4.51-5.01l.63-1.4l1.4-.63a.5.5 0 0 0 0-.91l-1.4-.63l-.63-1.4a.5.5 0 0 0-.91 0l-.63 1.4l-1.4.63a.5.5 0 0 0 0 .91l1.4.63l.63 1.4c.17.39.73.39.91 0m13.38.28a1 1 0 0 0-1.45.04l-6.39 7.18l-3.29-3.29a.996.996 0 0 0-1.41 0l-6.04 6.05c-.41.41-.41 1.09 0 1.5s1.09.41 1.5 0l5.25-5.26l3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.06 9.94L13 9.45a.5.5 0 0 1 0-.91l1.06-.49l.49-1.05a.5.5 0 0 1 .91 0l.49 1.06l1.05.49a.5.5 0 0 1 0 .91l-1.06.49l-.49 1.05a.5.5 0 0 1-.91 0zM4.45 13l.49-1.06L6 11.45a.5.5 0 0 0 0-.91l-1.06-.49L4.45 9a.492.492 0 0 0-.9 0l-.49 1.06l-1.06.49a.5.5 0 0 0 0 .91l1.06.49l.49 1.05c.17.39.73.39.9 0m4.51-5.01l.63-1.4l1.4-.63a.5.5 0 0 0 0-.91l-1.4-.63l-.63-1.4a.5.5 0 0 0-.91 0l-.63 1.4l-1.4.63a.5.5 0 0 0 0 .91l1.4.63l.63 1.4c.17.39.73.39.91 0m13.38.28a1 1 0 0 0-1.45.04l-6.39 7.18l-3.29-3.29a.996.996 0 0 0-1.41 0l-6.04 6.05c-.41.41-.41 1.09 0 1.5s1.09.41 1.5 0l5.25-5.26l3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.36"/></svg> </template>
CSS
.icon-round-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%22M14.06%209.94L13%209.45a.5.5%200%200%201%200-.91l1.06-.49l.49-1.05a.5.5%200%200%201%20.91%200l.49%201.06l1.05.49a.5.5%200%200%201%200%20.91l-1.06.49l-.49%201.05a.5.5%200%200%201-.91%200zM4.45%2013l.49-1.06L6%2011.45a.5.5%200%200%200%200-.91l-1.06-.49L4.45%209a.492.492%200%200%200-.9%200l-.49%201.06l-1.06.49a.5.5%200%200%200%200%20.91l1.06.49l.49%201.05c.17.39.73.39.9%200m4.51-5.01l.63-1.4l1.4-.63a.5.5%200%200%200%200-.91l-1.4-.63l-.63-1.4a.5.5%200%200%200-.91%200l-.63%201.4l-1.4.63a.5.5%200%200%200%200%20.91l1.4.63l.63%201.4c.17.39.73.39.91%200m13.38.28a1%201%200%200%200-1.45.04l-6.39%207.18l-3.29-3.29a.996.996%200%200%200-1.41%200l-6.04%206.05c-.41.41-.41%201.09%200%201.5s1.09.41%201.5%200l5.25-5.26l3.25%203.25c.41.41%201.07.39%201.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.36%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%22M14.06%209.94L13%209.45a.5.5%200%200%201%200-.91l1.06-.49l.49-1.05a.5.5%200%200%201%20.91%200l.49%201.06l1.05.49a.5.5%200%200%201%200%20.91l-1.06.49l-.49%201.05a.5.5%200%200%201-.91%200zM4.45%2013l.49-1.06L6%2011.45a.5.5%200%200%200%200-.91l-1.06-.49L4.45%209a.492.492%200%200%200-.9%200l-.49%201.06l-1.06.49a.5.5%200%200%200%200%20.91l1.06.49l.49%201.05c.17.39.73.39.9%200m4.51-5.01l.63-1.4l1.4-.63a.5.5%200%200%200%200-.91l-1.4-.63l-.63-1.4a.5.5%200%200%200-.91%200l-.63%201.4l-1.4.63a.5.5%200%200%200%200%20.91l1.4.63l.63%201.4c.17.39.73.39.91%200m13.38.28a1%201%200%200%200-1.45.04l-6.39%207.18l-3.29-3.29a.996.996%200%200%200-1.41%200l-6.04%206.05c-.41.41-.41%201.09%200%201.5s1.09.41%201.5%200l5.25-5.26l3.25%203.25c.41.41%201.07.39%201.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-auto-graph.svg?color=%231a73e8&size=48