blur medium icon
blur-medium-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- blur-medium-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- blur-medium-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the blur medium icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17q-.425 0-.712-.288T7 16t.288-.712T8 15h3q-.35-.425-.562-.937T10.1 13H5.5q-.425 0-.712-.288T4.5 12t.288-.712T5.5 11h4.6q.125-.55.338-1.062T11 9H5q-.425 0-.712-.288T4 8t.288-.712T5 7h10q2.075 0 3.538 1.463T20 12t-1.463 3.538T15 17zm9.125-2.875Q18 13.25 18 12t-.875-2.125T15 9t-2.125.875T12 12t.875 2.125T15 15t2.125-.875M5 17q-.425 0-.712-.288T4 16t.288-.712T5 15t.713.288T6 16t-.288.713T5 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBlurMediumRounded(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="M8 17q-.425 0-.712-.288T7 16t.288-.712T8 15h3q-.35-.425-.562-.937T10.1 13H5.5q-.425 0-.712-.288T4.5 12t.288-.712T5.5 11h4.6q.125-.55.338-1.062T11 9H5q-.425 0-.712-.288T4 8t.288-.712T5 7h10q2.075 0 3.538 1.463T20 12t-1.463 3.538T15 17zm9.125-2.875Q18 13.25 18 12t-.875-2.125T15 9t-2.125.875T12 12t.875 2.125T15 15t2.125-.875M5 17q-.425 0-.712-.288T4 16t.288-.712T5 15t.713.288T6 16t-.288.713T5 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17q-.425 0-.712-.288T7 16t.288-.712T8 15h3q-.35-.425-.562-.937T10.1 13H5.5q-.425 0-.712-.288T4.5 12t.288-.712T5.5 11h4.6q.125-.55.338-1.062T11 9H5q-.425 0-.712-.288T4 8t.288-.712T5 7h10q2.075 0 3.538 1.463T20 12t-1.463 3.538T15 17zm9.125-2.875Q18 13.25 18 12t-.875-2.125T15 9t-2.125.875T12 12t.875 2.125T15 15t2.125-.875M5 17q-.425 0-.712-.288T4 16t.288-.712T5 15t.713.288T6 16t-.288.713T5 17"/></svg> </template>
CSS
.icon-blur-medium-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%22M8%2017q-.425%200-.712-.288T7%2016t.288-.712T8%2015h3q-.35-.425-.562-.937T10.1%2013H5.5q-.425%200-.712-.288T4.5%2012t.288-.712T5.5%2011h4.6q.125-.55.338-1.062T11%209H5q-.425%200-.712-.288T4%208t.288-.712T5%207h10q2.075%200%203.538%201.463T20%2012t-1.463%203.538T15%2017zm9.125-2.875Q18%2013.25%2018%2012t-.875-2.125T15%209t-2.125.875T12%2012t.875%202.125T15%2015t2.125-.875M5%2017q-.425%200-.712-.288T4%2016t.288-.712T5%2015t.713.288T6%2016t-.288.713T5%2017%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%22M8%2017q-.425%200-.712-.288T7%2016t.288-.712T8%2015h3q-.35-.425-.562-.937T10.1%2013H5.5q-.425%200-.712-.288T4.5%2012t.288-.712T5.5%2011h4.6q.125-.55.338-1.062T11%209H5q-.425%200-.712-.288T4%208t.288-.712T5%207h10q2.075%200%203.538%201.463T20%2012t-1.463%203.538T15%2017zm9.125-2.875Q18%2013.25%2018%2012t-.875-2.125T15%209t-2.125.875T12%2012t.875%202.125T15%2015t2.125-.875M5%2017q-.425%200-.712-.288T4%2016t.288-.712T5%2015t.713.288T6%2016t-.288.713T5%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/blur-medium-rounded.svg?color=%231a73e8&size=48