Rewarded Ads icon

Rewarded Ads is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

rewarded_ads_outlined_fill0_wght400.svg

Rewarded Ads icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=rewarded_ads" />

<span class="material-symbols-outlined">rewarded_ads</span>

Rewarded Ads icon in React

// With the font from the HTML tab:
export function RewardedAdsIcon() {
  return (
    <span className="material-symbols-outlined">
      rewarded_ads
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import RewardedAdsIcon from "@material-symbols/svg-400/outlined/rewarded_ads.svg?react";

Rewarded Ads icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">rewarded_ads</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import RewardedAdsIcon from "@material-symbols/svg-400/outlined/rewarded_ads.svg?component"; -->

Rewarded Ads icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">rewarded_ads</mat-icon>

Rewarded Ads icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.rewarded_ads, fill: 0, weight: 400)

Rewarded Ads icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/rewarded_ads.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M13.563 10.438Q14.2 9.8 14.2 8.875t-.637-1.562Q12.925 6.675 12 6.675t-1.562 .638Q9.8 7.95 9.8 8.875t.638 1.563Q11.075 11.075 12 11.075t1.563-.637ZM7.45 21v-1.5h3.8v-3.7q-1.35-.275-2.4-1.162T7.4 12.425q-1.85-.2-3.125-1.5t-1.275-3.125v-1.1q0-.625 .438-1.062T4.5 5.2h2.6v-2.2h9.8v2.2h2.6q.625 0 1.063 .438T21 6.7v1.1q0 1.825-1.275 3.125t-3.125 1.5q-.4 1.325-1.45 2.213T12.75 15.8v3.7h3.8v1.5H7.45Zm-.35-10.15v-4.15H4.5v1.1q0 1.125 .738 1.963T7.1 10.85Zm7.313 2.525q.987-1 .987-2.425v-6.45H8.6v6.45q0 1.425 .988 2.425t2.412 1q1.425 0 2.413-1ZM16.9 10.85q1.125-.25 1.863-1.087T19.5 7.8v-1.1H16.9v4.15Zm-4.9-1.425Z" />
</vector>

Rewarded Ads icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/rewarded_ads.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/rewarded_ads.svg" width="24" height="24" alt="Rewarded Ads">

Rewarded Ads icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameRewarded Ads
Ligaturerewarded_ads
Code pointU+EFB6
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/rewarded_ads.svg, rewarded_ads-fill.svg
FlutterSymbols.rewarded_ads
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiescompletegamesportsuccessachievementunlockpremiumrewardmarketingawardgoalpromotion

Related icons