predictions icon
predictions-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- predictions-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M14.5 1c.276 0 .5.222.5.497c0 .463.073 1.219.472 1.846c.375.588 1.083 1.136 2.528 1.136c.276 0 .5.222.5.497a.5.5 0 0 1-.5.497c-.369 0-1.14.223-1.82.742c-.663.505-1.18 1.241-1.18 2.24a.5.5 0 0 1-.5.496a.5.5 0 0 1-.5-.497c0-.5-.155-1.261-.606-1.884c-.432-.596-1.157-1.097-2.394-1.097a.5.5 0 0 1-.5-.497c0-.275.224-.497.5-.497c.512 0 1.255-.01 1.873-.367C13.437 3.785 14 3.1 14 1.497c0-.275.224-.497.5-.497m.04 2.73a2.95 2.95 0 0 1-1.328 1.329c.409.254.736.576.994.93q.194.271.334.554a4.2 4.2 0 0 1 1.03-1.117q.237-.18.485-.325a3.22 3.22 0 0 1-1.514-1.37m-7.255 6.8A4.46 4.46 0 0 1 5.5 6.964c0-2.47 2.015-4.472 4.5-4.472c.9 0 1.739.263 2.442.715c.11-.077.22-.19.315-.374c.06-.12.122-.28.167-.5A5.5 5.5 0 0 0 10 1.498c-3.038 0-5.5 2.447-5.5 5.466c0 1.666.75 3.157 1.931 4.16l-1.218 4.439c-.17.62.077 1.345.74 1.64c1.637.727 4.65 1.351 7.97.009c.71-.288 1.02-1.064.814-1.75l-1.258-4.168l-.028-.073a5.5 5.5 0 0 0 1.162-1.28a1.5 1.5 0 0 1-1.013-.294a4.5 4.5 0 0 1-3.6 1.79a4.5 4.5 0 0 1-2.715-.905m5.3 1.26l1.194 3.958c.073.24-.044.466-.234.542c-3.013 1.22-5.739.647-7.184.004c-.143-.063-.245-.245-.183-.47l1.124-4.096a5.5 5.5 0 0 0 2.698.7c.934 0 1.814-.232 2.585-.64"/></svg>
React
import type { SVGProps } from "react";
export function FluentPredictions20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 1c.276 0 .5.222.5.497c0 .463.073 1.219.472 1.846c.375.588 1.083 1.136 2.528 1.136c.276 0 .5.222.5.497a.5.5 0 0 1-.5.497c-.369 0-1.14.223-1.82.742c-.663.505-1.18 1.241-1.18 2.24a.5.5 0 0 1-.5.496a.5.5 0 0 1-.5-.497c0-.5-.155-1.261-.606-1.884c-.432-.596-1.157-1.097-2.394-1.097a.5.5 0 0 1-.5-.497c0-.275.224-.497.5-.497c.512 0 1.255-.01 1.873-.367C13.437 3.785 14 3.1 14 1.497c0-.275.224-.497.5-.497m.04 2.73a2.95 2.95 0 0 1-1.328 1.329c.409.254.736.576.994.93q.194.271.334.554a4.2 4.2 0 0 1 1.03-1.117q.237-.18.485-.325a3.22 3.22 0 0 1-1.514-1.37m-7.255 6.8A4.46 4.46 0 0 1 5.5 6.964c0-2.47 2.015-4.472 4.5-4.472c.9 0 1.739.263 2.442.715c.11-.077.22-.19.315-.374c.06-.12.122-.28.167-.5A5.5 5.5 0 0 0 10 1.498c-3.038 0-5.5 2.447-5.5 5.466c0 1.666.75 3.157 1.931 4.16l-1.218 4.439c-.17.62.077 1.345.74 1.64c1.637.727 4.65 1.351 7.97.009c.71-.288 1.02-1.064.814-1.75l-1.258-4.168l-.028-.073a5.5 5.5 0 0 0 1.162-1.28a1.5 1.5 0 0 1-1.013-.294a4.5 4.5 0 0 1-3.6 1.79a4.5 4.5 0 0 1-2.715-.905m5.3 1.26l1.194 3.958c.073.24-.044.466-.234.542c-3.013 1.22-5.739.647-7.184.004c-.143-.063-.245-.245-.183-.47l1.124-4.096a5.5 5.5 0 0 0 2.698.7c.934 0 1.814-.232 2.585-.64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 1c.276 0 .5.222.5.497c0 .463.073 1.219.472 1.846c.375.588 1.083 1.136 2.528 1.136c.276 0 .5.222.5.497a.5.5 0 0 1-.5.497c-.369 0-1.14.223-1.82.742c-.663.505-1.18 1.241-1.18 2.24a.5.5 0 0 1-.5.496a.5.5 0 0 1-.5-.497c0-.5-.155-1.261-.606-1.884c-.432-.596-1.157-1.097-2.394-1.097a.5.5 0 0 1-.5-.497c0-.275.224-.497.5-.497c.512 0 1.255-.01 1.873-.367C13.437 3.785 14 3.1 14 1.497c0-.275.224-.497.5-.497m.04 2.73a2.95 2.95 0 0 1-1.328 1.329c.409.254.736.576.994.93q.194.271.334.554a4.2 4.2 0 0 1 1.03-1.117q.237-.18.485-.325a3.22 3.22 0 0 1-1.514-1.37m-7.255 6.8A4.46 4.46 0 0 1 5.5 6.964c0-2.47 2.015-4.472 4.5-4.472c.9 0 1.739.263 2.442.715c.11-.077.22-.19.315-.374c.06-.12.122-.28.167-.5A5.5 5.5 0 0 0 10 1.498c-3.038 0-5.5 2.447-5.5 5.466c0 1.666.75 3.157 1.931 4.16l-1.218 4.439c-.17.62.077 1.345.74 1.64c1.637.727 4.65 1.351 7.97.009c.71-.288 1.02-1.064.814-1.75l-1.258-4.168l-.028-.073a5.5 5.5 0 0 0 1.162-1.28a1.5 1.5 0 0 1-1.013-.294a4.5 4.5 0 0 1-3.6 1.79a4.5 4.5 0 0 1-2.715-.905m5.3 1.26l1.194 3.958c.073.24-.044.466-.234.542c-3.013 1.22-5.739.647-7.184.004c-.143-.063-.245-.245-.183-.47l1.124-4.096a5.5 5.5 0 0 0 2.698.7c.934 0 1.814-.232 2.585-.64"/></svg> </template>
CSS
.icon-predictions-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%201c.276%200%20.5.222.5.497c0%20.463.073%201.219.472%201.846c.375.588%201.083%201.136%202.528%201.136c.276%200%20.5.222.5.497a.5.5%200%200%201-.5.497c-.369%200-1.14.223-1.82.742c-.663.505-1.18%201.241-1.18%202.24a.5.5%200%200%201-.5.496a.5.5%200%200%201-.5-.497c0-.5-.155-1.261-.606-1.884c-.432-.596-1.157-1.097-2.394-1.097a.5.5%200%200%201-.5-.497c0-.275.224-.497.5-.497c.512%200%201.255-.01%201.873-.367C13.437%203.785%2014%203.1%2014%201.497c0-.275.224-.497.5-.497m.04%202.73a2.95%202.95%200%200%201-1.328%201.329c.409.254.736.576.994.93q.194.271.334.554a4.2%204.2%200%200%201%201.03-1.117q.237-.18.485-.325a3.22%203.22%200%200%201-1.514-1.37m-7.255%206.8A4.46%204.46%200%200%201%205.5%206.964c0-2.47%202.015-4.472%204.5-4.472c.9%200%201.739.263%202.442.715c.11-.077.22-.19.315-.374c.06-.12.122-.28.167-.5A5.5%205.5%200%200%200%2010%201.498c-3.038%200-5.5%202.447-5.5%205.466c0%201.666.75%203.157%201.931%204.16l-1.218%204.439c-.17.62.077%201.345.74%201.64c1.637.727%204.65%201.351%207.97.009c.71-.288%201.02-1.064.814-1.75l-1.258-4.168l-.028-.073a5.5%205.5%200%200%200%201.162-1.28a1.5%201.5%200%200%201-1.013-.294a4.5%204.5%200%200%201-3.6%201.79a4.5%204.5%200%200%201-2.715-.905m5.3%201.26l1.194%203.958c.073.24-.044.466-.234.542c-3.013%201.22-5.739.647-7.184.004c-.143-.063-.245-.245-.183-.47l1.124-4.096a5.5%205.5%200%200%200%202.698.7c.934%200%201.814-.232%202.585-.64%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%201c.276%200%20.5.222.5.497c0%20.463.073%201.219.472%201.846c.375.588%201.083%201.136%202.528%201.136c.276%200%20.5.222.5.497a.5.5%200%200%201-.5.497c-.369%200-1.14.223-1.82.742c-.663.505-1.18%201.241-1.18%202.24a.5.5%200%200%201-.5.496a.5.5%200%200%201-.5-.497c0-.5-.155-1.261-.606-1.884c-.432-.596-1.157-1.097-2.394-1.097a.5.5%200%200%201-.5-.497c0-.275.224-.497.5-.497c.512%200%201.255-.01%201.873-.367C13.437%203.785%2014%203.1%2014%201.497c0-.275.224-.497.5-.497m.04%202.73a2.95%202.95%200%200%201-1.328%201.329c.409.254.736.576.994.93q.194.271.334.554a4.2%204.2%200%200%201%201.03-1.117q.237-.18.485-.325a3.22%203.22%200%200%201-1.514-1.37m-7.255%206.8A4.46%204.46%200%200%201%205.5%206.964c0-2.47%202.015-4.472%204.5-4.472c.9%200%201.739.263%202.442.715c.11-.077.22-.19.315-.374c.06-.12.122-.28.167-.5A5.5%205.5%200%200%200%2010%201.498c-3.038%200-5.5%202.447-5.5%205.466c0%201.666.75%203.157%201.931%204.16l-1.218%204.439c-.17.62.077%201.345.74%201.64c1.637.727%204.65%201.351%207.97.009c.71-.288%201.02-1.064.814-1.75l-1.258-4.168l-.028-.073a5.5%205.5%200%200%200%201.162-1.28a1.5%201.5%200%200%201-1.013-.294a4.5%204.5%200%200%201-3.6%201.79a4.5%204.5%200%200%201-2.715-.905m5.3%201.26l1.194%203.958c.073.24-.044.466-.234.542c-3.013%201.22-5.739.647-7.184.004c-.143-.063-.245-.245-.183-.47l1.124-4.096a5.5%205.5%200%200%200%202.698.7c.934%200%201.814-.232%202.585-.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/predictions-20-regular.svg?color=%231a73e8&size=48