perm data setting icon
perm-data-setting-outline from Material Symbols by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.
- Name
- perm-data-setting-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- perm-data-setting-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More android icons from Material Symbols
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 perm data setting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22L22 2v9.65q-.475-.225-.975-.363T20 11.076v-4.25L6.825 20h5.425q.15.55.4 1.038t.55.962zm4.825-2L20 6.825l-6.587 6.587zM18 23l-.3-1.5q-.3-.125-.562-.262T16.6 20.9l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L18 13h2l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.325.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262L20 23zm2.413-3.588Q21 18.826 21 18t-.587-1.412T19 16t-1.412.588T17 18t.588 1.413T19 20t1.413-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPermDataSettingOutline(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 22L22 2v9.65q-.475-.225-.975-.363T20 11.076v-4.25L6.825 20h5.425q.15.55.4 1.038t.55.962zm4.825-2L20 6.825l-6.587 6.587zM18 23l-.3-1.5q-.3-.125-.562-.262T16.6 20.9l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L18 13h2l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.325.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262L20 23zm2.413-3.588Q21 18.826 21 18t-.587-1.412T19 16t-1.412.588T17 18t.588 1.413T19 20t1.413-.587"/></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 22L22 2v9.65q-.475-.225-.975-.363T20 11.076v-4.25L6.825 20h5.425q.15.55.4 1.038t.55.962zm4.825-2L20 6.825l-6.587 6.587zM18 23l-.3-1.5q-.3-.125-.562-.262T16.6 20.9l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L18 13h2l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.325.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262L20 23zm2.413-3.588Q21 18.826 21 18t-.587-1.412T19 16t-1.412.588T17 18t.588 1.413T19 20t1.413-.587"/></svg> </template>
CSS
.icon-perm-data-setting-outline {
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%2022L22%202v9.65q-.475-.225-.975-.363T20%2011.076v-4.25L6.825%2020h5.425q.15.55.4%201.038t.55.962zm4.825-2L20%206.825l-6.587%206.587zM18%2023l-.3-1.5q-.3-.125-.562-.262T16.6%2020.9l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L18%2013h2l.3%201.5q.3.125.563.263t.537.337l1.45-.45l1%201.7l-1.15%201q.05.325.05.65t-.05.65l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262L20%2023zm2.413-3.588Q21%2018.826%2021%2018t-.587-1.412T19%2016t-1.412.588T17%2018t.588%201.413T19%2020t1.413-.587%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%2022L22%202v9.65q-.475-.225-.975-.363T20%2011.076v-4.25L6.825%2020h5.425q.15.55.4%201.038t.55.962zm4.825-2L20%206.825l-6.587%206.587zM18%2023l-.3-1.5q-.3-.125-.562-.262T16.6%2020.9l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L18%2013h2l.3%201.5q.3.125.563.263t.537.337l1.45-.45l1%201.7l-1.15%201q.05.325.05.65t-.05.65l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262L20%2023zm2.413-3.588Q21%2018.826%2021%2018t-.587-1.412T19%2016t-1.412.588T17%2018t.588%201.413T19%2020t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/perm-data-setting-outline.svg?color=%231a73e8&size=48