predictions icon
predictions-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- predictions-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Use the predictions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c1.153 0 2.24.29 3.189.8c-.076.445-.224.76-.426.963a1.3 1.3 0 0 1-.437.28a5.25 5.25 0 1 0-4.464 9.504q1.033.401 1.906.447L12 14q.968 0 2.137-.452a5.3 5.3 0 0 0 2.242-1.9c.64.22 1.409.086 1.894-.401a6.76 6.76 0 0 1-1.927 2.668l1.621 4.865a1.75 1.75 0 0 1-.81 2.083C15.786 21.626 14.064 22 12 22s-3.786-.374-5.157-1.137a1.75 1.75 0 0 1-.81-2.083l1.621-4.865A6.75 6.75 0 0 1 12 2m3.057 12.791l-.36.149l-.018.008a6.7 6.7 0 0 1-2.352.544h-.017l-.073.004L12 15.5l-.196-.004l-.13-.005a6.7 6.7 0 0 1-2.353-.543l-.018-.008a11 11 0 0 1-.36-.149l-1.487 4.464a.25.25 0 0 0 .115.297c1.13.627 2.603.948 4.429.948s3.3-.32 4.429-.948a.25.25 0 0 0 .115-.297zm-3.367.702l.114.003l.033.002l.163.002q-.156 0-.31-.007M17.992 1.88L18 2c0 1.15.27 1.96.78 2.47c.471.47 1.198.737 2.21.775l.26.005c.958 0 .998 1.378.12 1.492l-.12.008c-1.15 0-1.96.27-2.47.78c-.47.472-.737 1.198-.775 2.21L18 10c0 1-1.5 1-1.5 0c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958 0-.998-1.378-.12-1.492l.12-.008c1.15 0 1.96-.27 2.47-.78s.78-1.32.78-2.47c0-.958 1.378-.998 1.492-.12m-.742 3.073l-.144.203a3.6 3.6 0 0 1-.904.844a3.6 3.6 0 0 1 1.048 1.047A3.6 3.6 0 0 1 18.297 6a3.6 3.6 0 0 1-.903-.844z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPredictions24Regular(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 2c1.153 0 2.24.29 3.189.8c-.076.445-.224.76-.426.963a1.3 1.3 0 0 1-.437.28a5.25 5.25 0 1 0-4.464 9.504q1.033.401 1.906.447L12 14q.968 0 2.137-.452a5.3 5.3 0 0 0 2.242-1.9c.64.22 1.409.086 1.894-.401a6.76 6.76 0 0 1-1.927 2.668l1.621 4.865a1.75 1.75 0 0 1-.81 2.083C15.786 21.626 14.064 22 12 22s-3.786-.374-5.157-1.137a1.75 1.75 0 0 1-.81-2.083l1.621-4.865A6.75 6.75 0 0 1 12 2m3.057 12.791l-.36.149l-.018.008a6.7 6.7 0 0 1-2.352.544h-.017l-.073.004L12 15.5l-.196-.004l-.13-.005a6.7 6.7 0 0 1-2.353-.543l-.018-.008a11 11 0 0 1-.36-.149l-1.487 4.464a.25.25 0 0 0 .115.297c1.13.627 2.603.948 4.429.948s3.3-.32 4.429-.948a.25.25 0 0 0 .115-.297zm-3.367.702l.114.003l.033.002l.163.002q-.156 0-.31-.007M17.992 1.88L18 2c0 1.15.27 1.96.78 2.47c.471.47 1.198.737 2.21.775l.26.005c.958 0 .998 1.378.12 1.492l-.12.008c-1.15 0-1.96.27-2.47.78c-.47.472-.737 1.198-.775 2.21L18 10c0 1-1.5 1-1.5 0c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958 0-.998-1.378-.12-1.492l.12-.008c1.15 0 1.96-.27 2.47-.78s.78-1.32.78-2.47c0-.958 1.378-.998 1.492-.12m-.742 3.073l-.144.203a3.6 3.6 0 0 1-.904.844a3.6 3.6 0 0 1 1.048 1.047A3.6 3.6 0 0 1 18.297 6a3.6 3.6 0 0 1-.903-.844z"/></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 2c1.153 0 2.24.29 3.189.8c-.076.445-.224.76-.426.963a1.3 1.3 0 0 1-.437.28a5.25 5.25 0 1 0-4.464 9.504q1.033.401 1.906.447L12 14q.968 0 2.137-.452a5.3 5.3 0 0 0 2.242-1.9c.64.22 1.409.086 1.894-.401a6.76 6.76 0 0 1-1.927 2.668l1.621 4.865a1.75 1.75 0 0 1-.81 2.083C15.786 21.626 14.064 22 12 22s-3.786-.374-5.157-1.137a1.75 1.75 0 0 1-.81-2.083l1.621-4.865A6.75 6.75 0 0 1 12 2m3.057 12.791l-.36.149l-.018.008a6.7 6.7 0 0 1-2.352.544h-.017l-.073.004L12 15.5l-.196-.004l-.13-.005a6.7 6.7 0 0 1-2.353-.543l-.018-.008a11 11 0 0 1-.36-.149l-1.487 4.464a.25.25 0 0 0 .115.297c1.13.627 2.603.948 4.429.948s3.3-.32 4.429-.948a.25.25 0 0 0 .115-.297zm-3.367.702l.114.003l.033.002l.163.002q-.156 0-.31-.007M17.992 1.88L18 2c0 1.15.27 1.96.78 2.47c.471.47 1.198.737 2.21.775l.26.005c.958 0 .998 1.378.12 1.492l-.12.008c-1.15 0-1.96.27-2.47.78c-.47.472-.737 1.198-.775 2.21L18 10c0 1-1.5 1-1.5 0c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958 0-.998-1.378-.12-1.492l.12-.008c1.15 0 1.96-.27 2.47-.78s.78-1.32.78-2.47c0-.958 1.378-.998 1.492-.12m-.742 3.073l-.144.203a3.6 3.6 0 0 1-.904.844a3.6 3.6 0 0 1 1.048 1.047A3.6 3.6 0 0 1 18.297 6a3.6 3.6 0 0 1-.903-.844z"/></svg> </template>
CSS
.icon-predictions-24-regular {
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%202c1.153%200%202.24.29%203.189.8c-.076.445-.224.76-.426.963a1.3%201.3%200%200%201-.437.28a5.25%205.25%200%201%200-4.464%209.504q1.033.401%201.906.447L12%2014q.968%200%202.137-.452a5.3%205.3%200%200%200%202.242-1.9c.64.22%201.409.086%201.894-.401a6.76%206.76%200%200%201-1.927%202.668l1.621%204.865a1.75%201.75%200%200%201-.81%202.083C15.786%2021.626%2014.064%2022%2012%2022s-3.786-.374-5.157-1.137a1.75%201.75%200%200%201-.81-2.083l1.621-4.865A6.75%206.75%200%200%201%2012%202m3.057%2012.791l-.36.149l-.018.008a6.7%206.7%200%200%201-2.352.544h-.017l-.073.004L12%2015.5l-.196-.004l-.13-.005a6.7%206.7%200%200%201-2.353-.543l-.018-.008a11%2011%200%200%201-.36-.149l-1.487%204.464a.25.25%200%200%200%20.115.297c1.13.627%202.603.948%204.429.948s3.3-.32%204.429-.948a.25.25%200%200%200%20.115-.297zm-3.367.702l.114.003l.033.002l.163.002q-.156%200-.31-.007M17.992%201.88L18%202c0%201.15.27%201.96.78%202.47c.471.47%201.198.737%202.21.775l.26.005c.958%200%20.998%201.378.12%201.492l-.12.008c-1.15%200-1.96.27-2.47.78c-.47.472-.737%201.198-.775%202.21L18%2010c0%201-1.5%201-1.5%200c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958%200-.998-1.378-.12-1.492l.12-.008c1.15%200%201.96-.27%202.47-.78s.78-1.32.78-2.47c0-.958%201.378-.998%201.492-.12m-.742%203.073l-.144.203a3.6%203.6%200%200%201-.904.844a3.6%203.6%200%200%201%201.048%201.047A3.6%203.6%200%200%201%2018.297%206a3.6%203.6%200%200%201-.903-.844z%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%202c1.153%200%202.24.29%203.189.8c-.076.445-.224.76-.426.963a1.3%201.3%200%200%201-.437.28a5.25%205.25%200%201%200-4.464%209.504q1.033.401%201.906.447L12%2014q.968%200%202.137-.452a5.3%205.3%200%200%200%202.242-1.9c.64.22%201.409.086%201.894-.401a6.76%206.76%200%200%201-1.927%202.668l1.621%204.865a1.75%201.75%200%200%201-.81%202.083C15.786%2021.626%2014.064%2022%2012%2022s-3.786-.374-5.157-1.137a1.75%201.75%200%200%201-.81-2.083l1.621-4.865A6.75%206.75%200%200%201%2012%202m3.057%2012.791l-.36.149l-.018.008a6.7%206.7%200%200%201-2.352.544h-.017l-.073.004L12%2015.5l-.196-.004l-.13-.005a6.7%206.7%200%200%201-2.353-.543l-.018-.008a11%2011%200%200%201-.36-.149l-1.487%204.464a.25.25%200%200%200%20.115.297c1.13.627%202.603.948%204.429.948s3.3-.32%204.429-.948a.25.25%200%200%200%20.115-.297zm-3.367.702l.114.003l.033.002l.163.002q-.156%200-.31-.007M17.992%201.88L18%202c0%201.15.27%201.96.78%202.47c.471.47%201.198.737%202.21.775l.26.005c.958%200%20.998%201.378.12%201.492l-.12.008c-1.15%200-1.96.27-2.47.78c-.47.472-.737%201.198-.775%202.21L18%2010c0%201-1.5%201-1.5%200c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958%200-.998-1.378-.12-1.492l.12-.008c1.15%200%201.96-.27%202.47-.78s.78-1.32.78-2.47c0-.958%201.378-.998%201.492-.12m-.742%203.073l-.144.203a3.6%203.6%200%200%201-.904.844a3.6%203.6%200%200%201%201.048%201.047A3.6%203.6%200%200%201%2018.297%206a3.6%203.6%200%200%201-.903-.844z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/predictions-24-regular.svg?color=%231a73e8&size=48