online prediction icon

online-prediction-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
online-prediction-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
online-prediction-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the online prediction icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.42 14.89q.515 1.372 1.536 2.497q.142.154.155.334t-.136.329t-.341.114t-.342-.195q-1.144-1.286-1.708-2.76q-.565-1.475-.565-3.209t.565-3.209t1.708-2.76q.149-.16.342-.192t.341.117t.136.326t-.155.331Q4.935 7.738 4.419 9.11q-.515 1.373-.515 2.89t.515 2.89m2.59-1.016q.335.847.918 1.566q.123.16.133.335t-.139.323t-.333.126t-.307-.176q-.725-.88-1.109-1.868T5.788 12t.384-2.18t1.109-1.868q.123-.154.307-.176q.185-.022.333.126t.138.323t-.132.335q-.583.719-.918 1.566T6.673 12t.336 1.874m4.26 2.318q-.096-.748-.455-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.102t-.31-1.278q0-1.22.87-2.09q.872-.872 2.091-.872t2.09.871q.872.872.872 2.09q0 .712-.311 1.269q-.31.557-.709 1.102t-.756 1.117t-.455 1.32zM11.308 18v-.423h1.384V18q0 .29-.2.491q-.201.201-.492.201t-.491-.2t-.201-.492m5.722-7.874q-.336-.847-.919-1.566q-.123-.16-.132-.335t.138-.323t.333-.126t.308.176q.725.88 1.108 1.868T18.25 12t-.384 2.18q-.383.987-1.108 1.868q-.123.154-.308.176q-.184.022-.333-.126q-.148-.148-.138-.323t.133-.335q.582-.719.918-1.566T17.366 12t-.336-1.874m2.59-1.016q-.516-1.372-1.537-2.497q-.142-.154-.155-.334t.136-.329t.34-.114q.194.035.342.195q1.125 1.286 1.7 2.76q.573 1.474.573 3.209t-.574 3.209t-1.699 2.76q-.148.16-.341.191t-.341-.116t-.136-.326t.155-.332q1.02-1.125 1.536-2.497T20.135 12t-.516-2.89"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOnlinePredictionRounded(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="M4.42 14.89q.515 1.372 1.536 2.497q.142.154.155.334t-.136.329t-.341.114t-.342-.195q-1.144-1.286-1.708-2.76q-.565-1.475-.565-3.209t.565-3.209t1.708-2.76q.149-.16.342-.192t.341.117t.136.326t-.155.331Q4.935 7.738 4.419 9.11q-.515 1.373-.515 2.89t.515 2.89m2.59-1.016q.335.847.918 1.566q.123.16.133.335t-.139.323t-.333.126t-.307-.176q-.725-.88-1.109-1.868T5.788 12t.384-2.18t1.109-1.868q.123-.154.307-.176q.185-.022.333.126t.138.323t-.132.335q-.583.719-.918 1.566T6.673 12t.336 1.874m4.26 2.318q-.096-.748-.455-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.102t-.31-1.278q0-1.22.87-2.09q.872-.872 2.091-.872t2.09.871q.872.872.872 2.09q0 .712-.311 1.269q-.31.557-.709 1.102t-.756 1.117t-.455 1.32zM11.308 18v-.423h1.384V18q0 .29-.2.491q-.201.201-.492.201t-.491-.2t-.201-.492m5.722-7.874q-.336-.847-.919-1.566q-.123-.16-.132-.335t.138-.323t.333-.126t.308.176q.725.88 1.108 1.868T18.25 12t-.384 2.18q-.383.987-1.108 1.868q-.123.154-.308.176q-.184.022-.333-.126q-.148-.148-.138-.323t.133-.335q.582-.719.918-1.566T17.366 12t-.336-1.874m2.59-1.016q-.516-1.372-1.537-2.497q-.142-.154-.155-.334t.136-.329t.34-.114q.194.035.342.195q1.125 1.286 1.7 2.76q.573 1.474.573 3.209t-.574 3.209t-1.699 2.76q-.148.16-.341.191t-.341-.116t-.136-.326t.155-.332q1.02-1.125 1.536-2.497T20.135 12t-.516-2.89"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.42 14.89q.515 1.372 1.536 2.497q.142.154.155.334t-.136.329t-.341.114t-.342-.195q-1.144-1.286-1.708-2.76q-.565-1.475-.565-3.209t.565-3.209t1.708-2.76q.149-.16.342-.192t.341.117t.136.326t-.155.331Q4.935 7.738 4.419 9.11q-.515 1.373-.515 2.89t.515 2.89m2.59-1.016q.335.847.918 1.566q.123.16.133.335t-.139.323t-.333.126t-.307-.176q-.725-.88-1.109-1.868T5.788 12t.384-2.18t1.109-1.868q.123-.154.307-.176q.185-.022.333.126t.138.323t-.132.335q-.583.719-.918 1.566T6.673 12t.336 1.874m4.26 2.318q-.096-.748-.455-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.102t-.31-1.278q0-1.22.87-2.09q.872-.872 2.091-.872t2.09.871q.872.872.872 2.09q0 .712-.311 1.269q-.31.557-.709 1.102t-.756 1.117t-.455 1.32zM11.308 18v-.423h1.384V18q0 .29-.2.491q-.201.201-.492.201t-.491-.2t-.201-.492m5.722-7.874q-.336-.847-.919-1.566q-.123-.16-.132-.335t.138-.323t.333-.126t.308.176q.725.88 1.108 1.868T18.25 12t-.384 2.18q-.383.987-1.108 1.868q-.123.154-.308.176q-.184.022-.333-.126q-.148-.148-.138-.323t.133-.335q.582-.719.918-1.566T17.366 12t-.336-1.874m2.59-1.016q-.516-1.372-1.537-2.497q-.142-.154-.155-.334t.136-.329t.34-.114q.194.035.342.195q1.125 1.286 1.7 2.76q.573 1.474.573 3.209t-.574 3.209t-1.699 2.76q-.148.16-.341.191t-.341-.116t-.136-.326t.155-.332q1.02-1.125 1.536-2.497T20.135 12t-.516-2.89"/></svg>
</template>

CSS

.icon-online-prediction-rounded {
  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%22M4.42%2014.89q.515%201.372%201.536%202.497q.142.154.155.334t-.136.329t-.341.114t-.342-.195q-1.144-1.286-1.708-2.76q-.565-1.475-.565-3.209t.565-3.209t1.708-2.76q.149-.16.342-.192t.341.117t.136.326t-.155.331Q4.935%207.738%204.419%209.11q-.515%201.373-.515%202.89t.515%202.89m2.59-1.016q.335.847.918%201.566q.123.16.133.335t-.139.323t-.333.126t-.307-.176q-.725-.88-1.109-1.868T5.788%2012t.384-2.18t1.109-1.868q.123-.154.307-.176q.185-.022.333.126t.138.323t-.132.335q-.583.719-.918%201.566T6.673%2012t.336%201.874m4.26%202.318q-.096-.748-.455-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.102t-.31-1.278q0-1.22.87-2.09q.872-.872%202.091-.872t2.09.871q.872.872.872%202.09q0%20.712-.311%201.269q-.31.557-.709%201.102t-.756%201.117t-.455%201.32zM11.308%2018v-.423h1.384V18q0%20.29-.2.491q-.201.201-.492.201t-.491-.2t-.201-.492m5.722-7.874q-.336-.847-.919-1.566q-.123-.16-.132-.335t.138-.323t.333-.126t.308.176q.725.88%201.108%201.868T18.25%2012t-.384%202.18q-.383.987-1.108%201.868q-.123.154-.308.176q-.184.022-.333-.126q-.148-.148-.138-.323t.133-.335q.582-.719.918-1.566T17.366%2012t-.336-1.874m2.59-1.016q-.516-1.372-1.537-2.497q-.142-.154-.155-.334t.136-.329t.34-.114q.194.035.342.195q1.125%201.286%201.7%202.76q.573%201.474.573%203.209t-.574%203.209t-1.699%202.76q-.148.16-.341.191t-.341-.116t-.136-.326t.155-.332q1.02-1.125%201.536-2.497T20.135%2012t-.516-2.89%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%22M4.42%2014.89q.515%201.372%201.536%202.497q.142.154.155.334t-.136.329t-.341.114t-.342-.195q-1.144-1.286-1.708-2.76q-.565-1.475-.565-3.209t.565-3.209t1.708-2.76q.149-.16.342-.192t.341.117t.136.326t-.155.331Q4.935%207.738%204.419%209.11q-.515%201.373-.515%202.89t.515%202.89m2.59-1.016q.335.847.918%201.566q.123.16.133.335t-.139.323t-.333.126t-.307-.176q-.725-.88-1.109-1.868T5.788%2012t.384-2.18t1.109-1.868q.123-.154.307-.176q.185-.022.333.126t.138.323t-.132.335q-.583.719-.918%201.566T6.673%2012t.336%201.874m4.26%202.318q-.096-.748-.455-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.102t-.31-1.278q0-1.22.87-2.09q.872-.872%202.091-.872t2.09.871q.872.872.872%202.09q0%20.712-.311%201.269q-.31.557-.709%201.102t-.756%201.117t-.455%201.32zM11.308%2018v-.423h1.384V18q0%20.29-.2.491q-.201.201-.492.201t-.491-.2t-.201-.492m5.722-7.874q-.336-.847-.919-1.566q-.123-.16-.132-.335t.138-.323t.333-.126t.308.176q.725.88%201.108%201.868T18.25%2012t-.384%202.18q-.383.987-1.108%201.868q-.123.154-.308.176q-.184.022-.333-.126q-.148-.148-.138-.323t.133-.335q.582-.719.918-1.566T17.366%2012t-.336-1.874m2.59-1.016q-.516-1.372-1.537-2.497q-.142-.154-.155-.334t.136-.329t.34-.114q.194.035.342.195q1.125%201.286%201.7%202.76q.573%201.474.573%203.209t-.574%203.209t-1.699%202.76q-.148.16-.341.191t-.341-.116t-.136-.326t.155-.332q1.02-1.125%201.536-2.497T20.135%2012t-.516-2.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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