predictions icon
predictions-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- predictions-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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-.497M6.145 12.166l-.932 3.396c-.17.62.077 1.345.74 1.64c1.638.727 4.65 1.351 7.97.009c.71-.288 1.021-1.064.814-1.75l-.975-3.229A6.5 6.5 0 0 1 10 13.424a6.5 6.5 0 0 1-3.855-1.258m6.78-9.833c-.046.218-.107.38-.168.499a.97.97 0 0 1-.388.421c-.354.205-.831.232-1.369.232c-.828 0-1.5.667-1.5 1.49c0 .824.672 1.491 1.5 1.491c.911 0 1.336.344 1.583.685c.302.417.417.962.417 1.303a1.495 1.495 0 0 0 1.613 1.487A5.5 5.5 0 0 1 10 12.43c-3.038 0-5.5-2.448-5.5-5.467S6.962 1.497 10 1.497c1.075 0 2.077.306 2.924.836"/></svg>
React
import type { SVGProps } from "react";
export function FluentPredictions20Filled(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-.497M6.145 12.166l-.932 3.396c-.17.62.077 1.345.74 1.64c1.638.727 4.65 1.351 7.97.009c.71-.288 1.021-1.064.814-1.75l-.975-3.229A6.5 6.5 0 0 1 10 13.424a6.5 6.5 0 0 1-3.855-1.258m6.78-9.833c-.046.218-.107.38-.168.499a.97.97 0 0 1-.388.421c-.354.205-.831.232-1.369.232c-.828 0-1.5.667-1.5 1.49c0 .824.672 1.491 1.5 1.491c.911 0 1.336.344 1.583.685c.302.417.417.962.417 1.303a1.495 1.495 0 0 0 1.613 1.487A5.5 5.5 0 0 1 10 12.43c-3.038 0-5.5-2.448-5.5-5.467S6.962 1.497 10 1.497c1.075 0 2.077.306 2.924.836"/></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-.497M6.145 12.166l-.932 3.396c-.17.62.077 1.345.74 1.64c1.638.727 4.65 1.351 7.97.009c.71-.288 1.021-1.064.814-1.75l-.975-3.229A6.5 6.5 0 0 1 10 13.424a6.5 6.5 0 0 1-3.855-1.258m6.78-9.833c-.046.218-.107.38-.168.499a.97.97 0 0 1-.388.421c-.354.205-.831.232-1.369.232c-.828 0-1.5.667-1.5 1.49c0 .824.672 1.491 1.5 1.491c.911 0 1.336.344 1.583.685c.302.417.417.962.417 1.303a1.495 1.495 0 0 0 1.613 1.487A5.5 5.5 0 0 1 10 12.43c-3.038 0-5.5-2.448-5.5-5.467S6.962 1.497 10 1.497c1.075 0 2.077.306 2.924.836"/></svg> </template>
CSS
.icon-predictions-20-filled {
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-.497M6.145%2012.166l-.932%203.396c-.17.62.077%201.345.74%201.64c1.638.727%204.65%201.351%207.97.009c.71-.288%201.021-1.064.814-1.75l-.975-3.229A6.5%206.5%200%200%201%2010%2013.424a6.5%206.5%200%200%201-3.855-1.258m6.78-9.833c-.046.218-.107.38-.168.499a.97.97%200%200%201-.388.421c-.354.205-.831.232-1.369.232c-.828%200-1.5.667-1.5%201.49c0%20.824.672%201.491%201.5%201.491c.911%200%201.336.344%201.583.685c.302.417.417.962.417%201.303a1.495%201.495%200%200%200%201.613%201.487A5.5%205.5%200%200%201%2010%2012.43c-3.038%200-5.5-2.448-5.5-5.467S6.962%201.497%2010%201.497c1.075%200%202.077.306%202.924.836%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-.497M6.145%2012.166l-.932%203.396c-.17.62.077%201.345.74%201.64c1.638.727%204.65%201.351%207.97.009c.71-.288%201.021-1.064.814-1.75l-.975-3.229A6.5%206.5%200%200%201%2010%2013.424a6.5%206.5%200%200%201-3.855-1.258m6.78-9.833c-.046.218-.107.38-.168.499a.97.97%200%200%201-.388.421c-.354.205-.831.232-1.369.232c-.828%200-1.5.667-1.5%201.49c0%20.824.672%201.491%201.5%201.491c.911%200%201.336.344%201.583.685c.302.417.417.962.417%201.303a1.495%201.495%200%200%200%201.613%201.487A5.5%205.5%200%200%201%2010%2012.43c-3.038%200-5.5-2.448-5.5-5.467S6.962%201.497%2010%201.497c1.075%200%202.077.306%202.924.836%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/predictions-20-filled.svg?color=%231a73e8&size=48