backlight high icon
backlight-high-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- backlight-high-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- backlight-high-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the backlight high icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.116 14.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H4.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm4.587-5.31q-.207 0-.341-.14L4.61 7.298q-.14-.13-.14-.327q0-.196.136-.342q.149-.146.347-.146q.199 0 .345.146L7.05 8.38q.14.14.14.335q0 .194-.14.334t-.347.14M8.5 17q-.417 0-.708-.291q-.292-.291-.292-.707t.292-.709T8.5 15h7q.417 0 .708.291q.292.291.292.707t-.292.709T15.5 17zm3.143-10.144Q11.5 6.713 11.5 6.5V3.116q0-.213.144-.357t.357-.143t.356.143t.143.357V6.5q0 .213-.144.356T11.999 7t-.356-.144m5.269 2.185q-.14-.15-.131-.364q.01-.213.15-.354l1.733-1.694q.14-.14.35-.15q.211-.01.357.15q.146.146.137.354q-.01.208-.156.354L17.619 9.03q-.14.14-.353.15q-.214.01-.354-.14M19.5 14.5q-.213 0-.356-.144T19 13.999t.144-.356t.356-.143h2.385q.212 0 .356.144t.143.357t-.143.356t-.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBacklightHighRounded(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="M2.116 14.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H4.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm4.587-5.31q-.207 0-.341-.14L4.61 7.298q-.14-.13-.14-.327q0-.196.136-.342q.149-.146.347-.146q.199 0 .345.146L7.05 8.38q.14.14.14.335q0 .194-.14.334t-.347.14M8.5 17q-.417 0-.708-.291q-.292-.291-.292-.707t.292-.709T8.5 15h7q.417 0 .708.291q.292.291.292.707t-.292.709T15.5 17zm3.143-10.144Q11.5 6.713 11.5 6.5V3.116q0-.213.144-.357t.357-.143t.356.143t.143.357V6.5q0 .213-.144.356T11.999 7t-.356-.144m5.269 2.185q-.14-.15-.131-.364q.01-.213.15-.354l1.733-1.694q.14-.14.35-.15q.211-.01.357.15q.146.146.137.354q-.01.208-.156.354L17.619 9.03q-.14.14-.353.15q-.214.01-.354-.14M19.5 14.5q-.213 0-.356-.144T19 13.999t.144-.356t.356-.143h2.385q.212 0 .356.144t.143.357t-.143.356t-.357.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.116 14.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H4.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm4.587-5.31q-.207 0-.341-.14L4.61 7.298q-.14-.13-.14-.327q0-.196.136-.342q.149-.146.347-.146q.199 0 .345.146L7.05 8.38q.14.14.14.335q0 .194-.14.334t-.347.14M8.5 17q-.417 0-.708-.291q-.292-.291-.292-.707t.292-.709T8.5 15h7q.417 0 .708.291q.292.291.292.707t-.292.709T15.5 17zm3.143-10.144Q11.5 6.713 11.5 6.5V3.116q0-.213.144-.357t.357-.143t.356.143t.143.357V6.5q0 .213-.144.356T11.999 7t-.356-.144m5.269 2.185q-.14-.15-.131-.364q.01-.213.15-.354l1.733-1.694q.14-.14.35-.15q.211-.01.357.15q.146.146.137.354q-.01.208-.156.354L17.619 9.03q-.14.14-.353.15q-.214.01-.354-.14M19.5 14.5q-.213 0-.356-.144T19 13.999t.144-.356t.356-.143h2.385q.212 0 .356.144t.143.357t-.143.356t-.357.143z"/></svg> </template>
CSS
.icon-backlight-high-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%22M2.116%2014.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143H4.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm4.587-5.31q-.207%200-.341-.14L4.61%207.298q-.14-.13-.14-.327q0-.196.136-.342q.149-.146.347-.146q.199%200%20.345.146L7.05%208.38q.14.14.14.335q0%20.194-.14.334t-.347.14M8.5%2017q-.417%200-.708-.291q-.292-.291-.292-.707t.292-.709T8.5%2015h7q.417%200%20.708.291q.292.291.292.707t-.292.709T15.5%2017zm3.143-10.144Q11.5%206.713%2011.5%206.5V3.116q0-.213.144-.357t.357-.143t.356.143t.143.357V6.5q0%20.213-.144.356T11.999%207t-.356-.144m5.269%202.185q-.14-.15-.131-.364q.01-.213.15-.354l1.733-1.694q.14-.14.35-.15q.211-.01.357.15q.146.146.137.354q-.01.208-.156.354L17.619%209.03q-.14.14-.353.15q-.214.01-.354-.14M19.5%2014.5q-.213%200-.356-.144T19%2013.999t.144-.356t.356-.143h2.385q.212%200%20.356.144t.143.357t-.143.356t-.357.143z%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%22M2.116%2014.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143H4.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm4.587-5.31q-.207%200-.341-.14L4.61%207.298q-.14-.13-.14-.327q0-.196.136-.342q.149-.146.347-.146q.199%200%20.345.146L7.05%208.38q.14.14.14.335q0%20.194-.14.334t-.347.14M8.5%2017q-.417%200-.708-.291q-.292-.291-.292-.707t.292-.709T8.5%2015h7q.417%200%20.708.291q.292.291.292.707t-.292.709T15.5%2017zm3.143-10.144Q11.5%206.713%2011.5%206.5V3.116q0-.213.144-.357t.357-.143t.356.143t.143.357V6.5q0%20.213-.144.356T11.999%207t-.356-.144m5.269%202.185q-.14-.15-.131-.364q.01-.213.15-.354l1.733-1.694q.14-.14.35-.15q.211-.01.357.15q.146.146.137.354q-.01.208-.156.354L17.619%209.03q-.14.14-.353.15q-.214.01-.354-.14M19.5%2014.5q-.213%200-.356-.144T19%2013.999t.144-.356t.356-.143h2.385q.212%200%20.356.144t.143.357t-.143.356t-.357.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/backlight-high-rounded.svg?color=%231a73e8&size=48