round online prediction icon
round-online-prediction from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-online-prediction
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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="M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm9-5.5c0-2.46-.89-4.71-2.36-6.45a.76.76 0 0 0-1.12-.06c-.27.27-.3.71-.06 1A8.44 8.44 0 0 1 20.5 12c0 2.1-.77 4.03-2.04 5.52c-.25.29-.21.73.06 1c.32.32.83.28 1.12-.06c1.47-1.75 2.36-4 2.36-6.46M3.5 12c0-2.1.77-4.03 2.04-5.52c.25-.29.21-.73-.06-1a.767.767 0 0 0-1.12.06C2.89 7.29 2 9.54 2 12s.89 4.71 2.36 6.46c.29.34.8.38 1.12.06c.27-.27.3-.71.06-1A8.5 8.5 0 0 1 3.5 12m14 0c0 1.28-.44 2.47-1.18 3.41c-.23.29-.2.71.07.98c.32.32.85.29 1.13-.07A7.05 7.05 0 0 0 19 12c0-1.63-.56-3.13-1.49-4.31a.755.755 0 0 0-1.13-.07c-.26.26-.3.68-.07.98c.75.93 1.19 2.12 1.19 3.4m-9.88 4.38c.26-.26.3-.68.07-.98A5.4 5.4 0 0 1 6.5 12c0-1.28.44-2.47 1.18-3.41c.23-.29.2-.71-.07-.98a.76.76 0 0 0-1.12.07A7 7 0 0 0 5 12c0 1.63.56 3.13 1.49 4.32c.28.35.81.38 1.13.06"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundOnlinePrediction(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="M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm9-5.5c0-2.46-.89-4.71-2.36-6.45a.76.76 0 0 0-1.12-.06c-.27.27-.3.71-.06 1A8.44 8.44 0 0 1 20.5 12c0 2.1-.77 4.03-2.04 5.52c-.25.29-.21.73.06 1c.32.32.83.28 1.12-.06c1.47-1.75 2.36-4 2.36-6.46M3.5 12c0-2.1.77-4.03 2.04-5.52c.25-.29.21-.73-.06-1a.767.767 0 0 0-1.12.06C2.89 7.29 2 9.54 2 12s.89 4.71 2.36 6.46c.29.34.8.38 1.12.06c.27-.27.3-.71.06-1A8.5 8.5 0 0 1 3.5 12m14 0c0 1.28-.44 2.47-1.18 3.41c-.23.29-.2.71.07.98c.32.32.85.29 1.13-.07A7.05 7.05 0 0 0 19 12c0-1.63-.56-3.13-1.49-4.31a.755.755 0 0 0-1.13-.07c-.26.26-.3.68-.07.98c.75.93 1.19 2.12 1.19 3.4m-9.88 4.38c.26-.26.3-.68.07-.98A5.4 5.4 0 0 1 6.5 12c0-1.28.44-2.47 1.18-3.41c.23-.29.2-.71-.07-.98a.76.76 0 0 0-1.12.07A7 7 0 0 0 5 12c0 1.63.56 3.13 1.49 4.32c.28.35.81.38 1.13.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm9-5.5c0-2.46-.89-4.71-2.36-6.45a.76.76 0 0 0-1.12-.06c-.27.27-.3.71-.06 1A8.44 8.44 0 0 1 20.5 12c0 2.1-.77 4.03-2.04 5.52c-.25.29-.21.73.06 1c.32.32.83.28 1.12-.06c1.47-1.75 2.36-4 2.36-6.46M3.5 12c0-2.1.77-4.03 2.04-5.52c.25-.29.21-.73-.06-1a.767.767 0 0 0-1.12.06C2.89 7.29 2 9.54 2 12s.89 4.71 2.36 6.46c.29.34.8.38 1.12.06c.27-.27.3-.71.06-1A8.5 8.5 0 0 1 3.5 12m14 0c0 1.28-.44 2.47-1.18 3.41c-.23.29-.2.71.07.98c.32.32.85.29 1.13-.07A7.05 7.05 0 0 0 19 12c0-1.63-.56-3.13-1.49-4.31a.755.755 0 0 0-1.13-.07c-.26.26-.3.68-.07.98c.75.93 1.19 2.12 1.19 3.4m-9.88 4.38c.26-.26.3-.68.07-.98A5.4 5.4 0 0 1 6.5 12c0-1.28.44-2.47 1.18-3.41c.23-.29.2-.71-.07-.98a.76.76 0 0 0-1.12.07A7 7 0 0 0 5 12c0 1.63.56 3.13 1.49 4.32c.28.35.81.38 1.13.06"/></svg> </template>
CSS
.icon-round-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%22M15.5%2011.5c0%202-2.5%203.5-2.5%205h-2c0-1.5-2.5-3-2.5-5C8.5%209.57%2010.07%208%2012%208s3.5%201.57%203.5%203.5m-2.5%206h-2v.5c0%20.55.45%201%201%201s1-.45%201-1zm9-5.5c0-2.46-.89-4.71-2.36-6.45a.76.76%200%200%200-1.12-.06c-.27.27-.3.71-.06%201A8.44%208.44%200%200%201%2020.5%2012c0%202.1-.77%204.03-2.04%205.52c-.25.29-.21.73.06%201c.32.32.83.28%201.12-.06c1.47-1.75%202.36-4%202.36-6.46M3.5%2012c0-2.1.77-4.03%202.04-5.52c.25-.29.21-.73-.06-1a.767.767%200%200%200-1.12.06C2.89%207.29%202%209.54%202%2012s.89%204.71%202.36%206.46c.29.34.8.38%201.12.06c.27-.27.3-.71.06-1A8.5%208.5%200%200%201%203.5%2012m14%200c0%201.28-.44%202.47-1.18%203.41c-.23.29-.2.71.07.98c.32.32.85.29%201.13-.07A7.05%207.05%200%200%200%2019%2012c0-1.63-.56-3.13-1.49-4.31a.755.755%200%200%200-1.13-.07c-.26.26-.3.68-.07.98c.75.93%201.19%202.12%201.19%203.4m-9.88%204.38c.26-.26.3-.68.07-.98A5.4%205.4%200%200%201%206.5%2012c0-1.28.44-2.47%201.18-3.41c.23-.29.2-.71-.07-.98a.76.76%200%200%200-1.12.07A7%207%200%200%200%205%2012c0%201.63.56%203.13%201.49%204.32c.28.35.81.38%201.13.06%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%22M15.5%2011.5c0%202-2.5%203.5-2.5%205h-2c0-1.5-2.5-3-2.5-5C8.5%209.57%2010.07%208%2012%208s3.5%201.57%203.5%203.5m-2.5%206h-2v.5c0%20.55.45%201%201%201s1-.45%201-1zm9-5.5c0-2.46-.89-4.71-2.36-6.45a.76.76%200%200%200-1.12-.06c-.27.27-.3.71-.06%201A8.44%208.44%200%200%201%2020.5%2012c0%202.1-.77%204.03-2.04%205.52c-.25.29-.21.73.06%201c.32.32.83.28%201.12-.06c1.47-1.75%202.36-4%202.36-6.46M3.5%2012c0-2.1.77-4.03%202.04-5.52c.25-.29.21-.73-.06-1a.767.767%200%200%200-1.12.06C2.89%207.29%202%209.54%202%2012s.89%204.71%202.36%206.46c.29.34.8.38%201.12.06c.27-.27.3-.71.06-1A8.5%208.5%200%200%201%203.5%2012m14%200c0%201.28-.44%202.47-1.18%203.41c-.23.29-.2.71.07.98c.32.32.85.29%201.13-.07A7.05%207.05%200%200%200%2019%2012c0-1.63-.56-3.13-1.49-4.31a.755.755%200%200%200-1.13-.07c-.26.26-.3.68-.07.98c.75.93%201.19%202.12%201.19%203.4m-9.88%204.38c.26-.26.3-.68.07-.98A5.4%205.4%200%200%201%206.5%2012c0-1.28.44-2.47%201.18-3.41c.23-.29.2-.71-.07-.98a.76.76%200%200%200-1.12.07A7%207%200%200%200%205%2012c0%201.63.56%203.13%201.49%204.32c.28.35.81.38%201.13.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-online-prediction.svg?color=%231a73e8&size=48