mixture med icon
mixture-med-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mixture-med-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the mixture med icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17H5q-.825 0-1.412-.587T3 15V7.5q-.425 0-.712-.288T2 6.5t.288-.712T3 5.5h3V4h-.5q-.425 0-.712-.288T4.5 3t.288-.712T5.5 2h3q.425 0 .713.288T9.5 3t-.288.713T8.5 4H8v1.5h3q.425 0 .713.288T12 6.5t-.288.713T11 7.5V15q0 .825-.587 1.413T9 17H8v4.5q0 .3-.275.45T7.2 21.9l-.8-.6q-.2-.15-.3-.35T6 20.5zm8.175 3.825Q13 19.65 13 18v-8q0-1.65 1.175-2.825T17 6t2.825 1.175T21 10v8q0 1.65-1.175 2.825T17 22t-2.825-1.175M5 15h4v-1.5H7.25q-.3 0-.525-.225T6.5 12.75t.225-.525T7.25 12H9v-1.5H7.25q-.3 0-.525-.225T6.5 9.75t.225-.525T7.25 9H9V7.5H5zm10 1h4v-4h-4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMixtureMedRounded(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="M6 17H5q-.825 0-1.412-.587T3 15V7.5q-.425 0-.712-.288T2 6.5t.288-.712T3 5.5h3V4h-.5q-.425 0-.712-.288T4.5 3t.288-.712T5.5 2h3q.425 0 .713.288T9.5 3t-.288.713T8.5 4H8v1.5h3q.425 0 .713.288T12 6.5t-.288.713T11 7.5V15q0 .825-.587 1.413T9 17H8v4.5q0 .3-.275.45T7.2 21.9l-.8-.6q-.2-.15-.3-.35T6 20.5zm8.175 3.825Q13 19.65 13 18v-8q0-1.65 1.175-2.825T17 6t2.825 1.175T21 10v8q0 1.65-1.175 2.825T17 22t-2.825-1.175M5 15h4v-1.5H7.25q-.3 0-.525-.225T6.5 12.75t.225-.525T7.25 12H9v-1.5H7.25q-.3 0-.525-.225T6.5 9.75t.225-.525T7.25 9H9V7.5H5zm10 1h4v-4h-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17H5q-.825 0-1.412-.587T3 15V7.5q-.425 0-.712-.288T2 6.5t.288-.712T3 5.5h3V4h-.5q-.425 0-.712-.288T4.5 3t.288-.712T5.5 2h3q.425 0 .713.288T9.5 3t-.288.713T8.5 4H8v1.5h3q.425 0 .713.288T12 6.5t-.288.713T11 7.5V15q0 .825-.587 1.413T9 17H8v4.5q0 .3-.275.45T7.2 21.9l-.8-.6q-.2-.15-.3-.35T6 20.5zm8.175 3.825Q13 19.65 13 18v-8q0-1.65 1.175-2.825T17 6t2.825 1.175T21 10v8q0 1.65-1.175 2.825T17 22t-2.825-1.175M5 15h4v-1.5H7.25q-.3 0-.525-.225T6.5 12.75t.225-.525T7.25 12H9v-1.5H7.25q-.3 0-.525-.225T6.5 9.75t.225-.525T7.25 9H9V7.5H5zm10 1h4v-4h-4z"/></svg> </template>
CSS
.icon-mixture-med-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%22M6%2017H5q-.825%200-1.412-.587T3%2015V7.5q-.425%200-.712-.288T2%206.5t.288-.712T3%205.5h3V4h-.5q-.425%200-.712-.288T4.5%203t.288-.712T5.5%202h3q.425%200%20.713.288T9.5%203t-.288.713T8.5%204H8v1.5h3q.425%200%20.713.288T12%206.5t-.288.713T11%207.5V15q0%20.825-.587%201.413T9%2017H8v4.5q0%20.3-.275.45T7.2%2021.9l-.8-.6q-.2-.15-.3-.35T6%2020.5zm8.175%203.825Q13%2019.65%2013%2018v-8q0-1.65%201.175-2.825T17%206t2.825%201.175T21%2010v8q0%201.65-1.175%202.825T17%2022t-2.825-1.175M5%2015h4v-1.5H7.25q-.3%200-.525-.225T6.5%2012.75t.225-.525T7.25%2012H9v-1.5H7.25q-.3%200-.525-.225T6.5%209.75t.225-.525T7.25%209H9V7.5H5zm10%201h4v-4h-4z%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%22M6%2017H5q-.825%200-1.412-.587T3%2015V7.5q-.425%200-.712-.288T2%206.5t.288-.712T3%205.5h3V4h-.5q-.425%200-.712-.288T4.5%203t.288-.712T5.5%202h3q.425%200%20.713.288T9.5%203t-.288.713T8.5%204H8v1.5h3q.425%200%20.713.288T12%206.5t-.288.713T11%207.5V15q0%20.825-.587%201.413T9%2017H8v4.5q0%20.3-.275.45T7.2%2021.9l-.8-.6q-.2-.15-.3-.35T6%2020.5zm8.175%203.825Q13%2019.65%2013%2018v-8q0-1.65%201.175-2.825T17%206t2.825%201.175T21%2010v8q0%201.65-1.175%202.825T17%2022t-2.825-1.175M5%2015h4v-1.5H7.25q-.3%200-.525-.225T6.5%2012.75t.225-.525T7.25%2012H9v-1.5H7.25q-.3%200-.525-.225T6.5%209.75t.225-.525T7.25%209H9V7.5H5zm10%201h4v-4h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mixture-med-rounded.svg?color=%231a73e8&size=48