Device Swoosh Star icon

Device Swoosh Star is a Google Material Symbol from the Hardware 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

device_swoosh_star_outlined_fill0_wght400.svg

Device Swoosh Star 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=device_swoosh_star" />

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

Device Swoosh Star icon in React

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

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

Device Swoosh Star icon in Vue

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

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

Device Swoosh Star icon in Angular

With Angular Material and the font from the HTML tab:

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

Device Swoosh Star icon in Android

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

<!-- res/drawable/device_swoosh_star.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="m18.275 7.525-1.55 .825q-.25 .125-.462-.025t-.163-.425l.3-1.725q.025-.1-.012-.2t-.113-.175l-1.275-1.2q-.2-.2-.125-.437t.35-.288l1.75-.25q.05 0 .325-.225l.8-1.55q.125-.25 .388-.237T18.875 1.85l.775 1.55q.025 .075 .325 .225l1.75 .25q.275 .05 .363 .288T21.975 4.6l-1.275 1.2q-.025 .025-.125 .375l.3 1.725q.05 .275-.162 .425t-.463 .025l-1.575-.825q-.05-.025-.4 0ZM12 12Zm3.175 9H8.85q-1.425 0-2.487-.912T5.05 17.825q.375-.125 .738-.287T6.5 17.2q.025 .95 .713 1.625t1.637 .675h6.325q.95 0 1.638-.7t.687-1.65v-6.125h1.5v6.125q0 1.6-1.112 2.725T15.175 21ZM12 12ZM3.05 16.7q-.8 0-1.287-.462T1.275 14.975q0-1.55 1.3-3.437T5 8.525v-1.7q0-1.6 1.125-2.712T8.85 3h4.2v1.5H8.85q-.95 0-1.65 .688T6.5 6.825v7.45q.05-.025 .088-.05t.087-.05q1.9-.875 3.625-2.037T13.725 9.725q.175-.125 .325-.1t.25 .15q.1 .125 .088 .275t-.163 .275q-1.6 1.275-3.562 2.65T6.5 15.5q-.75 .4-1.675 .8t-1.775 .4Zm-.375-1.45q.6 0 1.175-.1t1.15-.3v-3.575q-.875 .95-1.462 1.938T2.675 15.25Z" />
</vector>

Device Swoosh Star icon in SVG

npm install @material-symbols/svg-400

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

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

Device Swoosh Star 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

NameDevice Swoosh Star
Ligaturedevice_swoosh_star
Code pointU+FFEB8
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/device_swoosh_star.svg, device_swoosh_star-fill.svg
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaremobilephonespeedtabletperformancequalityautomationupdatemotionfavoriteringsmart

Related icons