device swoosh star icon
device-swoosh-star-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- device-swoosh-star-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- device-swoosh-star-outline-rounded, device-swoosh-star-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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 0M15 21H9q-1.25 0-2.25-.687T5.3 18.525q.475-.175.925-.387t.9-.438q.225.575.725.938T9 19h6q.825 0 1.413-.587T17 17v-4.975h2V17q0 1.65-1.175 2.825T15 21M3.05 16.95q-.95 0-1.487-.525t-.538-1.45q0-1.65 1.35-3.575T5 8.2V7q0-1.65 1.175-2.825T9 3h3.025v2H9q-.825 0-1.412.588T7 7v6.75q1.8-.95 3.45-1.963T13.7 9.6q.225-.15.413-.112t.312.187t.113.35t-.213.375q-1.775 1.425-3.562 2.738T7 15.525q-.875.475-1.925.95t-2.025.475M3 15q.5 0 1-.1t1-.275V11.65q-.8.875-1.287 1.688T3 15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDeviceSwooshStarOutline(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 0M15 21H9q-1.25 0-2.25-.687T5.3 18.525q.475-.175.925-.387t.9-.438q.225.575.725.938T9 19h6q.825 0 1.413-.587T17 17v-4.975h2V17q0 1.65-1.175 2.825T15 21M3.05 16.95q-.95 0-1.487-.525t-.538-1.45q0-1.65 1.35-3.575T5 8.2V7q0-1.65 1.175-2.825T9 3h3.025v2H9q-.825 0-1.412.588T7 7v6.75q1.8-.95 3.45-1.963T13.7 9.6q.225-.15.413-.112t.312.187t.113.35t-.213.375q-1.775 1.425-3.562 2.738T7 15.525q-.875.475-1.925.95t-2.025.475M3 15q.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 0M15 21H9q-1.25 0-2.25-.687T5.3 18.525q.475-.175.925-.387t.9-.438q.225.575.725.938T9 19h6q.825 0 1.413-.587T17 17v-4.975h2V17q0 1.65-1.175 2.825T15 21M3.05 16.95q-.95 0-1.487-.525t-.538-1.45q0-1.65 1.35-3.575T5 8.2V7q0-1.65 1.175-2.825T9 3h3.025v2H9q-.825 0-1.412.588T7 7v6.75q1.8-.95 3.45-1.963T13.7 9.6q.225-.15.413-.112t.312.187t.113.35t-.213.375q-1.775 1.425-3.562 2.738T7 15.525q-.875.475-1.925.95t-2.025.475M3 15q.5 0 1-.1t1-.275V11.65q-.8.875-1.287 1.688T3 15"/></svg> </template>
CSS
.icon-device-swoosh-star-outline {
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%200M15%2021H9q-1.25%200-2.25-.687T5.3%2018.525q.475-.175.925-.387t.9-.438q.225.575.725.938T9%2019h6q.825%200%201.413-.587T17%2017v-4.975h2V17q0%201.65-1.175%202.825T15%2021M3.05%2016.95q-.95%200-1.487-.525t-.538-1.45q0-1.65%201.35-3.575T5%208.2V7q0-1.65%201.175-2.825T9%203h3.025v2H9q-.825%200-1.412.588T7%207v6.75q1.8-.95%203.45-1.963T13.7%209.6q.225-.15.413-.112t.312.187t.113.35t-.213.375q-1.775%201.425-3.562%202.738T7%2015.525q-.875.475-1.925.95t-2.025.475M3%2015q.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%200M15%2021H9q-1.25%200-2.25-.687T5.3%2018.525q.475-.175.925-.387t.9-.438q.225.575.725.938T9%2019h6q.825%200%201.413-.587T17%2017v-4.975h2V17q0%201.65-1.175%202.825T15%2021M3.05%2016.95q-.95%200-1.487-.525t-.538-1.45q0-1.65%201.35-3.575T5%208.2V7q0-1.65%201.175-2.825T9%203h3.025v2H9q-.825%200-1.412.588T7%207v6.75q1.8-.95%203.45-1.963T13.7%209.6q.225-.15.413-.112t.312.187t.113.35t-.213.375q-1.775%201.425-3.562%202.738T7%2015.525q-.875.475-1.925.95t-2.025.475M3%2015q.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-outline.svg?color=%231a73e8&size=48