online prediction icon
online-prediction from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- online-prediction
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- online-prediction-outline, online-prediction-outline-sharp, online-prediction-sharp
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="M5.656 18.364q-1.312-1.35-1.974-2.926T3.019 12t.663-3.438t1.974-2.925l.633.632q-1.175 1.175-1.78 2.642Q3.904 10.38 3.904 12t.605 3.089q.604 1.467 1.78 2.642zm1.952-1.953q-.892-.95-1.356-2.023T5.789 12t.463-2.388t1.356-2.024l.626.627q-.73.75-1.146 1.693q-.415.942-.415 2.092t.416 2.092t1.146 1.692zm3.661-.219q-.096-.748-.455-1.32q-.358-.572-.756-1.108q-.399-.535-.709-1.102t-.31-1.278q0-1.219.87-2.09q.872-.871 2.091-.871t2.09.871t.872 2.09q0 .712-.311 1.269q-.31.556-.709 1.102q-.398.545-.756 1.117q-.359.572-.455 1.32zm.039 2.5v-1.115h1.384v1.115zm5.123-2.28l-.627-.628q.73-.75 1.146-1.692T17.366 12t-.416-2.092t-1.146-1.692l.627-.627q.892.95 1.355 2.023T18.25 12t-.463 2.389t-1.356 2.023m1.952 1.952l-.633-.633q1.175-1.175 1.78-2.643T20.135 12t-.605-3.089t-1.78-2.642l.633-.632q1.292 1.35 1.964 2.925T21.019 12t-.672 3.439q-.672 1.574-1.964 2.924"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOnlinePrediction(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="M5.656 18.364q-1.312-1.35-1.974-2.926T3.019 12t.663-3.438t1.974-2.925l.633.632q-1.175 1.175-1.78 2.642Q3.904 10.38 3.904 12t.605 3.089q.604 1.467 1.78 2.642zm1.952-1.953q-.892-.95-1.356-2.023T5.789 12t.463-2.388t1.356-2.024l.626.627q-.73.75-1.146 1.693q-.415.942-.415 2.092t.416 2.092t1.146 1.692zm3.661-.219q-.096-.748-.455-1.32q-.358-.572-.756-1.108q-.399-.535-.709-1.102t-.31-1.278q0-1.219.87-2.09q.872-.871 2.091-.871t2.09.871t.872 2.09q0 .712-.311 1.269q-.31.556-.709 1.102q-.398.545-.756 1.117q-.359.572-.455 1.32zm.039 2.5v-1.115h1.384v1.115zm5.123-2.28l-.627-.628q.73-.75 1.146-1.692T17.366 12t-.416-2.092t-1.146-1.692l.627-.627q.892.95 1.355 2.023T18.25 12t-.463 2.389t-1.356 2.023m1.952 1.952l-.633-.633q1.175-1.175 1.78-2.643T20.135 12t-.605-3.089t-1.78-2.642l.633-.632q1.292 1.35 1.964 2.925T21.019 12t-.672 3.439q-.672 1.574-1.964 2.924"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.656 18.364q-1.312-1.35-1.974-2.926T3.019 12t.663-3.438t1.974-2.925l.633.632q-1.175 1.175-1.78 2.642Q3.904 10.38 3.904 12t.605 3.089q.604 1.467 1.78 2.642zm1.952-1.953q-.892-.95-1.356-2.023T5.789 12t.463-2.388t1.356-2.024l.626.627q-.73.75-1.146 1.693q-.415.942-.415 2.092t.416 2.092t1.146 1.692zm3.661-.219q-.096-.748-.455-1.32q-.358-.572-.756-1.108q-.399-.535-.709-1.102t-.31-1.278q0-1.219.87-2.09q.872-.871 2.091-.871t2.09.871t.872 2.09q0 .712-.311 1.269q-.31.556-.709 1.102q-.398.545-.756 1.117q-.359.572-.455 1.32zm.039 2.5v-1.115h1.384v1.115zm5.123-2.28l-.627-.628q.73-.75 1.146-1.692T17.366 12t-.416-2.092t-1.146-1.692l.627-.627q.892.95 1.355 2.023T18.25 12t-.463 2.389t-1.356 2.023m1.952 1.952l-.633-.633q1.175-1.175 1.78-2.643T20.135 12t-.605-3.089t-1.78-2.642l.633-.632q1.292 1.35 1.964 2.925T21.019 12t-.672 3.439q-.672 1.574-1.964 2.924"/></svg> </template>
CSS
.icon-online-prediction {
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%22M5.656%2018.364q-1.312-1.35-1.974-2.926T3.019%2012t.663-3.438t1.974-2.925l.633.632q-1.175%201.175-1.78%202.642Q3.904%2010.38%203.904%2012t.605%203.089q.604%201.467%201.78%202.642zm1.952-1.953q-.892-.95-1.356-2.023T5.789%2012t.463-2.388t1.356-2.024l.626.627q-.73.75-1.146%201.693q-.415.942-.415%202.092t.416%202.092t1.146%201.692zm3.661-.219q-.096-.748-.455-1.32q-.358-.572-.756-1.108q-.399-.535-.709-1.102t-.31-1.278q0-1.219.87-2.09q.872-.871%202.091-.871t2.09.871t.872%202.09q0%20.712-.311%201.269q-.31.556-.709%201.102q-.398.545-.756%201.117q-.359.572-.455%201.32zm.039%202.5v-1.115h1.384v1.115zm5.123-2.28l-.627-.628q.73-.75%201.146-1.692T17.366%2012t-.416-2.092t-1.146-1.692l.627-.627q.892.95%201.355%202.023T18.25%2012t-.463%202.389t-1.356%202.023m1.952%201.952l-.633-.633q1.175-1.175%201.78-2.643T20.135%2012t-.605-3.089t-1.78-2.642l.633-.632q1.292%201.35%201.964%202.925T21.019%2012t-.672%203.439q-.672%201.574-1.964%202.924%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%22M5.656%2018.364q-1.312-1.35-1.974-2.926T3.019%2012t.663-3.438t1.974-2.925l.633.632q-1.175%201.175-1.78%202.642Q3.904%2010.38%203.904%2012t.605%203.089q.604%201.467%201.78%202.642zm1.952-1.953q-.892-.95-1.356-2.023T5.789%2012t.463-2.388t1.356-2.024l.626.627q-.73.75-1.146%201.693q-.415.942-.415%202.092t.416%202.092t1.146%201.692zm3.661-.219q-.096-.748-.455-1.32q-.358-.572-.756-1.108q-.399-.535-.709-1.102t-.31-1.278q0-1.219.87-2.09q.872-.871%202.091-.871t2.09.871t.872%202.09q0%20.712-.311%201.269q-.31.556-.709%201.102q-.398.545-.756%201.117q-.359.572-.455%201.32zm.039%202.5v-1.115h1.384v1.115zm5.123-2.28l-.627-.628q.73-.75%201.146-1.692T17.366%2012t-.416-2.092t-1.146-1.692l.627-.627q.892.95%201.355%202.023T18.25%2012t-.463%202.389t-1.356%202.023m1.952%201.952l-.633-.633q1.175-1.175%201.78-2.643T20.135%2012t-.605-3.089t-1.78-2.642l.633-.632q1.292%201.35%201.964%202.925T21.019%2012t-.672%203.439q-.672%201.574-1.964%202.924%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.svg?color=%231a73e8&size=48