device swoosh star icon

device-swoosh-star from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
device-swoosh-star
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
device-swoosh-star-rounded, device-swoosh-star-sharp

1 other variant in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the device swoosh star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.25 8.475l-1.85.95q-.275.15-.525-.038t-.2-.487l.35-2q.025-.125-.012-.25t-.138-.2l-1.5-1.425q-.225-.225-.137-.513t.412-.337l2.075-.3q.1-.025.375-.275l.95-1.825q.15-.275.463-.275t.437.275l.925 1.825q.025.075.375.275l2.05.3q.325.05.425.338t-.125.512L21.1 6.45q-.05.05-.15.45l.35 2q.05.3-.212.488t-.538.037l-1.825-.95q-.05-.025-.475 0m-15.2 8.5q-.95 0-1.5-.525T1 15q0-1.675 1.363-3.6T5 8.2V7q0-1.65 1.175-2.825T9 3h3.5q-.275.6-.387 1.225T12 5.5q0 1.5.613 2.775t1.662 2.175q-1.5 1.175-2.625 2.025T9.613 13.95t-1.675 1.088t-1.563.862q-.725.375-1.625.725t-1.7.35M9 21q-1.275 0-2.262-.687T5.3 18.55q.475-.175.925-.387t.9-.438q.9-.475 1.825-1.025t1.975-1.275t2.3-1.675t2.85-2.2q.7.275 1.438.388T19 12v5q0 1.65-1.175 2.825T15 21zm-6-6q.5 0 1-.1t1-.275V11.65q-.8.875-1.287 1.688T3 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeviceSwooshStar(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="m18.25 8.475l-1.85.95q-.275.15-.525-.038t-.2-.487l.35-2q.025-.125-.012-.25t-.138-.2l-1.5-1.425q-.225-.225-.137-.513t.412-.337l2.075-.3q.1-.025.375-.275l.95-1.825q.15-.275.463-.275t.437.275l.925 1.825q.025.075.375.275l2.05.3q.325.05.425.338t-.125.512L21.1 6.45q-.05.05-.15.45l.35 2q.05.3-.212.488t-.538.037l-1.825-.95q-.05-.025-.475 0m-15.2 8.5q-.95 0-1.5-.525T1 15q0-1.675 1.363-3.6T5 8.2V7q0-1.65 1.175-2.825T9 3h3.5q-.275.6-.387 1.225T12 5.5q0 1.5.613 2.775t1.662 2.175q-1.5 1.175-2.625 2.025T9.613 13.95t-1.675 1.088t-1.563.862q-.725.375-1.625.725t-1.7.35M9 21q-1.275 0-2.262-.687T5.3 18.55q.475-.175.925-.387t.9-.438q.9-.475 1.825-1.025t1.975-1.275t2.3-1.675t2.85-2.2q.7.275 1.438.388T19 12v5q0 1.65-1.175 2.825T15 21zm-6-6q.5 0 1-.1t1-.275V11.65q-.8.875-1.287 1.688T3 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.25 8.475l-1.85.95q-.275.15-.525-.038t-.2-.487l.35-2q.025-.125-.012-.25t-.138-.2l-1.5-1.425q-.225-.225-.137-.513t.412-.337l2.075-.3q.1-.025.375-.275l.95-1.825q.15-.275.463-.275t.437.275l.925 1.825q.025.075.375.275l2.05.3q.325.05.425.338t-.125.512L21.1 6.45q-.05.05-.15.45l.35 2q.05.3-.212.488t-.538.037l-1.825-.95q-.05-.025-.475 0m-15.2 8.5q-.95 0-1.5-.525T1 15q0-1.675 1.363-3.6T5 8.2V7q0-1.65 1.175-2.825T9 3h3.5q-.275.6-.387 1.225T12 5.5q0 1.5.613 2.775t1.662 2.175q-1.5 1.175-2.625 2.025T9.613 13.95t-1.675 1.088t-1.563.862q-.725.375-1.625.725t-1.7.35M9 21q-1.275 0-2.262-.687T5.3 18.55q.475-.175.925-.387t.9-.438q.9-.475 1.825-1.025t1.975-1.275t2.3-1.675t2.85-2.2q.7.275 1.438.388T19 12v5q0 1.65-1.175 2.825T15 21zm-6-6q.5 0 1-.1t1-.275V11.65q-.8.875-1.287 1.688T3 15"/></svg>
</template>

CSS

.icon-device-swoosh-star {
  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%22m18.25%208.475l-1.85.95q-.275.15-.525-.038t-.2-.487l.35-2q.025-.125-.012-.25t-.138-.2l-1.5-1.425q-.225-.225-.137-.513t.412-.337l2.075-.3q.1-.025.375-.275l.95-1.825q.15-.275.463-.275t.437.275l.925%201.825q.025.075.375.275l2.05.3q.325.05.425.338t-.125.512L21.1%206.45q-.05.05-.15.45l.35%202q.05.3-.212.488t-.538.037l-1.825-.95q-.05-.025-.475%200m-15.2%208.5q-.95%200-1.5-.525T1%2015q0-1.675%201.363-3.6T5%208.2V7q0-1.65%201.175-2.825T9%203h3.5q-.275.6-.387%201.225T12%205.5q0%201.5.613%202.775t1.662%202.175q-1.5%201.175-2.625%202.025T9.613%2013.95t-1.675%201.088t-1.563.862q-.725.375-1.625.725t-1.7.35M9%2021q-1.275%200-2.262-.687T5.3%2018.55q.475-.175.925-.387t.9-.438q.9-.475%201.825-1.025t1.975-1.275t2.3-1.675t2.85-2.2q.7.275%201.438.388T19%2012v5q0%201.65-1.175%202.825T15%2021zm-6-6q.5%200%201-.1t1-.275V11.65q-.8.875-1.287%201.688T3%2015%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%22m18.25%208.475l-1.85.95q-.275.15-.525-.038t-.2-.487l.35-2q.025-.125-.012-.25t-.138-.2l-1.5-1.425q-.225-.225-.137-.513t.412-.337l2.075-.3q.1-.025.375-.275l.95-1.825q.15-.275.463-.275t.437.275l.925%201.825q.025.075.375.275l2.05.3q.325.05.425.338t-.125.512L21.1%206.45q-.05.05-.15.45l.35%202q.05.3-.212.488t-.538.037l-1.825-.95q-.05-.025-.475%200m-15.2%208.5q-.95%200-1.5-.525T1%2015q0-1.675%201.363-3.6T5%208.2V7q0-1.65%201.175-2.825T9%203h3.5q-.275.6-.387%201.225T12%205.5q0%201.5.613%202.775t1.662%202.175q-1.5%201.175-2.625%202.025T9.613%2013.95t-1.675%201.088t-1.563.862q-.725.375-1.625.725t-1.7.35M9%2021q-1.275%200-2.262-.687T5.3%2018.55q.475-.175.925-.387t.9-.438q.9-.475%201.825-1.025t1.975-1.275t2.3-1.675t2.85-2.2q.7.275%201.438.388T19%2012v5q0%201.65-1.175%202.825T15%2021zm-6-6q.5%200%201-.1t1-.275V11.65q-.8.875-1.287%201.688T3%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/device-swoosh-star.svg?color=%231a73e8&size=48