instant mix icon
instant-mix-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- instant-mix-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- instant-mix-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the instant mix icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 19.713Q5 19.425 5 19v-6H4q-.425 0-.712-.288T3 12t.288-.712T4 11h4q.425 0 .713.288T9 12t-.288.713T8 13H7v6q0 .425-.288.713T6 20t-.712-.288m0-11Q5 8.425 5 8V5q0-.425.288-.712T6 4t.713.288T7 5v3q0 .425-.288.713T6 9t-.712-.288M10 9q-.425 0-.712-.288T9 8t.288-.712T10 7h1V5q0-.425.288-.712T12 4t.713.288T13 5v2h1q.425 0 .713.288T15 8t-.288.713T14 9zm1.288 10.713Q11 19.425 11 19v-7q0-.425.288-.712T12 11t.713.288T13 12v7q0 .425-.288.713T12 20t-.712-.288m6 0Q17 19.426 17 19v-2h-1q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17h-1v2q0 .425-.288.713T18 20t-.712-.288m0-7Q17 12.425 17 12V5q0-.425.288-.712T18 4t.713.288T19 5v7q0 .425-.288.713T18 13t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInstantMixRounded(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="M5.288 19.713Q5 19.425 5 19v-6H4q-.425 0-.712-.288T3 12t.288-.712T4 11h4q.425 0 .713.288T9 12t-.288.713T8 13H7v6q0 .425-.288.713T6 20t-.712-.288m0-11Q5 8.425 5 8V5q0-.425.288-.712T6 4t.713.288T7 5v3q0 .425-.288.713T6 9t-.712-.288M10 9q-.425 0-.712-.288T9 8t.288-.712T10 7h1V5q0-.425.288-.712T12 4t.713.288T13 5v2h1q.425 0 .713.288T15 8t-.288.713T14 9zm1.288 10.713Q11 19.425 11 19v-7q0-.425.288-.712T12 11t.713.288T13 12v7q0 .425-.288.713T12 20t-.712-.288m6 0Q17 19.426 17 19v-2h-1q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17h-1v2q0 .425-.288.713T18 20t-.712-.288m0-7Q17 12.425 17 12V5q0-.425.288-.712T18 4t.713.288T19 5v7q0 .425-.288.713T18 13t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 19.713Q5 19.425 5 19v-6H4q-.425 0-.712-.288T3 12t.288-.712T4 11h4q.425 0 .713.288T9 12t-.288.713T8 13H7v6q0 .425-.288.713T6 20t-.712-.288m0-11Q5 8.425 5 8V5q0-.425.288-.712T6 4t.713.288T7 5v3q0 .425-.288.713T6 9t-.712-.288M10 9q-.425 0-.712-.288T9 8t.288-.712T10 7h1V5q0-.425.288-.712T12 4t.713.288T13 5v2h1q.425 0 .713.288T15 8t-.288.713T14 9zm1.288 10.713Q11 19.425 11 19v-7q0-.425.288-.712T12 11t.713.288T13 12v7q0 .425-.288.713T12 20t-.712-.288m6 0Q17 19.426 17 19v-2h-1q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17h-1v2q0 .425-.288.713T18 20t-.712-.288m0-7Q17 12.425 17 12V5q0-.425.288-.712T18 4t.713.288T19 5v7q0 .425-.288.713T18 13t-.712-.288"/></svg> </template>
CSS
.icon-instant-mix-rounded {
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%22M5.288%2019.713Q5%2019.425%205%2019v-6H4q-.425%200-.712-.288T3%2012t.288-.712T4%2011h4q.425%200%20.713.288T9%2012t-.288.713T8%2013H7v6q0%20.425-.288.713T6%2020t-.712-.288m0-11Q5%208.425%205%208V5q0-.425.288-.712T6%204t.713.288T7%205v3q0%20.425-.288.713T6%209t-.712-.288M10%209q-.425%200-.712-.288T9%208t.288-.712T10%207h1V5q0-.425.288-.712T12%204t.713.288T13%205v2h1q.425%200%20.713.288T15%208t-.288.713T14%209zm1.288%2010.713Q11%2019.425%2011%2019v-7q0-.425.288-.712T12%2011t.713.288T13%2012v7q0%20.425-.288.713T12%2020t-.712-.288m6%200Q17%2019.426%2017%2019v-2h-1q-.425%200-.712-.288T15%2016t.288-.712T16%2015h4q.425%200%20.713.288T21%2016t-.288.713T20%2017h-1v2q0%20.425-.288.713T18%2020t-.712-.288m0-7Q17%2012.425%2017%2012V5q0-.425.288-.712T18%204t.713.288T19%205v7q0%20.425-.288.713T18%2013t-.712-.288%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%22M5.288%2019.713Q5%2019.425%205%2019v-6H4q-.425%200-.712-.288T3%2012t.288-.712T4%2011h4q.425%200%20.713.288T9%2012t-.288.713T8%2013H7v6q0%20.425-.288.713T6%2020t-.712-.288m0-11Q5%208.425%205%208V5q0-.425.288-.712T6%204t.713.288T7%205v3q0%20.425-.288.713T6%209t-.712-.288M10%209q-.425%200-.712-.288T9%208t.288-.712T10%207h1V5q0-.425.288-.712T12%204t.713.288T13%205v2h1q.425%200%20.713.288T15%208t-.288.713T14%209zm1.288%2010.713Q11%2019.425%2011%2019v-7q0-.425.288-.712T12%2011t.713.288T13%2012v7q0%20.425-.288.713T12%2020t-.712-.288m6%200Q17%2019.426%2017%2019v-2h-1q-.425%200-.712-.288T15%2016t.288-.712T16%2015h4q.425%200%20.713.288T21%2016t-.288.713T20%2017h-1v2q0%20.425-.288.713T18%2020t-.712-.288m0-7Q17%2012.425%2017%2012V5q0-.425.288-.712T18%204t.713.288T19%205v7q0%20.425-.288.713T18%2013t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/instant-mix-rounded.svg?color=%231a73e8&size=48