blur linear icon
blur-linear-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- blur-linear-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the blur linear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.075 17.075Q6.5 16.65 6.5 16t-.425-1.075T5 14.5t-1.075.425T3.5 16t.425 1.075T5 17.5t1.075-.425m3.638-4.362Q10 12.424 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m0-4Q10 8.426 10 8t-.288-.712T9 7t-.712.288T8 8t.288.713T9 9t.713-.288M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21M6.075 9.075Q6.5 8.65 6.5 8t-.425-1.075T5 6.5t-1.075.425T3.5 8t.425 1.075T5 9.5t1.075-.425m0 4Q6.5 12.65 6.5 12t-.425-1.075T5 10.5t-1.075.425T3.5 12t.425 1.075T5 13.5t1.075-.425m3.637 3.638Q10 16.425 10 16t-.288-.712T9 15t-.712.288T8 16t.288.713T9 17t.713-.288m7.65-.35q.137-.137.137-.362t-.137-.363T17 15.5t-.363.138T16.5 16t.138.363t.362.137t.363-.137M20 5H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5m-2.637 3.363Q17.5 8.225 17.5 8t-.137-.363T17 7.5t-.363.138T16.5 8t.138.363T17 8.5t.363-.137m0 4q.137-.138.137-.363t-.137-.363T17 11.5t-.363.138T16.5 12t.138.363t.362.137t.363-.137m-3.65-3.65Q14 8.425 14 8t-.288-.712T13 7t-.712.288T12 8t.288.713T13 9t.713-.288m0 4Q14 12.426 14 12t-.288-.712T13 11t-.712.288T12 12t.288.713T13 13t.713-.288m0 4Q14 16.426 14 16t-.288-.712T13 15t-.712.288T12 16t.288.713T13 17t.713-.288M3 19V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBlurLinearOutlineRounded(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.075 17.075Q6.5 16.65 6.5 16t-.425-1.075T5 14.5t-1.075.425T3.5 16t.425 1.075T5 17.5t1.075-.425m3.638-4.362Q10 12.424 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m0-4Q10 8.426 10 8t-.288-.712T9 7t-.712.288T8 8t.288.713T9 9t.713-.288M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21M6.075 9.075Q6.5 8.65 6.5 8t-.425-1.075T5 6.5t-1.075.425T3.5 8t.425 1.075T5 9.5t1.075-.425m0 4Q6.5 12.65 6.5 12t-.425-1.075T5 10.5t-1.075.425T3.5 12t.425 1.075T5 13.5t1.075-.425m3.637 3.638Q10 16.425 10 16t-.288-.712T9 15t-.712.288T8 16t.288.713T9 17t.713-.288m7.65-.35q.137-.137.137-.362t-.137-.363T17 15.5t-.363.138T16.5 16t.138.363t.362.137t.363-.137M20 5H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5m-2.637 3.363Q17.5 8.225 17.5 8t-.137-.363T17 7.5t-.363.138T16.5 8t.138.363T17 8.5t.363-.137m0 4q.137-.138.137-.363t-.137-.363T17 11.5t-.363.138T16.5 12t.138.363t.362.137t.363-.137m-3.65-3.65Q14 8.425 14 8t-.288-.712T13 7t-.712.288T12 8t.288.713T13 9t.713-.288m0 4Q14 12.426 14 12t-.288-.712T13 11t-.712.288T12 12t.288.713T13 13t.713-.288m0 4Q14 16.426 14 16t-.288-.712T13 15t-.712.288T12 16t.288.713T13 17t.713-.288M3 19V5z"/></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.075 17.075Q6.5 16.65 6.5 16t-.425-1.075T5 14.5t-1.075.425T3.5 16t.425 1.075T5 17.5t1.075-.425m3.638-4.362Q10 12.424 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m0-4Q10 8.426 10 8t-.288-.712T9 7t-.712.288T8 8t.288.713T9 9t.713-.288M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21M6.075 9.075Q6.5 8.65 6.5 8t-.425-1.075T5 6.5t-1.075.425T3.5 8t.425 1.075T5 9.5t1.075-.425m0 4Q6.5 12.65 6.5 12t-.425-1.075T5 10.5t-1.075.425T3.5 12t.425 1.075T5 13.5t1.075-.425m3.637 3.638Q10 16.425 10 16t-.288-.712T9 15t-.712.288T8 16t.288.713T9 17t.713-.288m7.65-.35q.137-.137.137-.362t-.137-.363T17 15.5t-.363.138T16.5 16t.138.363t.362.137t.363-.137M20 5H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5m-2.637 3.363Q17.5 8.225 17.5 8t-.137-.363T17 7.5t-.363.138T16.5 8t.138.363T17 8.5t.363-.137m0 4q.137-.138.137-.363t-.137-.363T17 11.5t-.363.138T16.5 12t.138.363t.362.137t.363-.137m-3.65-3.65Q14 8.425 14 8t-.288-.712T13 7t-.712.288T12 8t.288.713T13 9t.713-.288m0 4Q14 12.426 14 12t-.288-.712T13 11t-.712.288T12 12t.288.713T13 13t.713-.288m0 4Q14 16.426 14 16t-.288-.712T13 15t-.712.288T12 16t.288.713T13 17t.713-.288M3 19V5z"/></svg> </template>
CSS
.icon-blur-linear-outline-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.075%2017.075Q6.5%2016.65%206.5%2016t-.425-1.075T5%2014.5t-1.075.425T3.5%2016t.425%201.075T5%2017.5t1.075-.425m3.638-4.362Q10%2012.424%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m0-4Q10%208.426%2010%208t-.288-.712T9%207t-.712.288T8%208t.288.713T9%209t.713-.288M20%2021H4q-.425%200-.712-.288T3%2020t.288-.712T4%2019h16q.425%200%20.713.288T21%2020t-.288.713T20%2021M6.075%209.075Q6.5%208.65%206.5%208t-.425-1.075T5%206.5t-1.075.425T3.5%208t.425%201.075T5%209.5t1.075-.425m0%204Q6.5%2012.65%206.5%2012t-.425-1.075T5%2010.5t-1.075.425T3.5%2012t.425%201.075T5%2013.5t1.075-.425m3.637%203.638Q10%2016.425%2010%2016t-.288-.712T9%2015t-.712.288T8%2016t.288.713T9%2017t.713-.288m7.65-.35q.137-.137.137-.362t-.137-.363T17%2015.5t-.363.138T16.5%2016t.138.363t.362.137t.363-.137M20%205H4q-.425%200-.712-.288T3%204t.288-.712T4%203h16q.425%200%20.713.288T21%204t-.288.713T20%205m-2.637%203.363Q17.5%208.225%2017.5%208t-.137-.363T17%207.5t-.363.138T16.5%208t.138.363T17%208.5t.363-.137m0%204q.137-.138.137-.363t-.137-.363T17%2011.5t-.363.138T16.5%2012t.138.363t.362.137t.363-.137m-3.65-3.65Q14%208.425%2014%208t-.288-.712T13%207t-.712.288T12%208t.288.713T13%209t.713-.288m0%204Q14%2012.426%2014%2012t-.288-.712T13%2011t-.712.288T12%2012t.288.713T13%2013t.713-.288m0%204Q14%2016.426%2014%2016t-.288-.712T13%2015t-.712.288T12%2016t.288.713T13%2017t.713-.288M3%2019V5z%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.075%2017.075Q6.5%2016.65%206.5%2016t-.425-1.075T5%2014.5t-1.075.425T3.5%2016t.425%201.075T5%2017.5t1.075-.425m3.638-4.362Q10%2012.424%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m0-4Q10%208.426%2010%208t-.288-.712T9%207t-.712.288T8%208t.288.713T9%209t.713-.288M20%2021H4q-.425%200-.712-.288T3%2020t.288-.712T4%2019h16q.425%200%20.713.288T21%2020t-.288.713T20%2021M6.075%209.075Q6.5%208.65%206.5%208t-.425-1.075T5%206.5t-1.075.425T3.5%208t.425%201.075T5%209.5t1.075-.425m0%204Q6.5%2012.65%206.5%2012t-.425-1.075T5%2010.5t-1.075.425T3.5%2012t.425%201.075T5%2013.5t1.075-.425m3.637%203.638Q10%2016.425%2010%2016t-.288-.712T9%2015t-.712.288T8%2016t.288.713T9%2017t.713-.288m7.65-.35q.137-.137.137-.362t-.137-.363T17%2015.5t-.363.138T16.5%2016t.138.363t.362.137t.363-.137M20%205H4q-.425%200-.712-.288T3%204t.288-.712T4%203h16q.425%200%20.713.288T21%204t-.288.713T20%205m-2.637%203.363Q17.5%208.225%2017.5%208t-.137-.363T17%207.5t-.363.138T16.5%208t.138.363T17%208.5t.363-.137m0%204q.137-.138.137-.363t-.137-.363T17%2011.5t-.363.138T16.5%2012t.138.363t.362.137t.363-.137m-3.65-3.65Q14%208.425%2014%208t-.288-.712T13%207t-.712.288T12%208t.288.713T13%209t.713-.288m0%204Q14%2012.426%2014%2012t-.288-.712T13%2011t-.712.288T12%2012t.288.713T13%2013t.713-.288m0%204Q14%2016.426%2014%2016t-.288-.712T13%2015t-.712.288T12%2016t.288.713T13%2017t.713-.288M3%2019V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/blur-linear-outline-rounded.svg?color=%231a73e8&size=48