captive portal icon
captive-portal from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- captive-portal
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- captive-portal-outline, captive-portal-outline-sharp, captive-portal-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the captive portal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.45 21.164L17 17.714v2.936h-1V16h4.65v1h-2.961l3.45 3.45zM12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 .404-.035.808t-.107.808h-1.031q.086-.404.13-.808Q20 12.404 20 12q0-.59-.082-1.18t-.264-1.166h-4.035q.114.577.16 1.167q.048.59.048 1.179q0 .404-.023.808t-.07.808h-1q.047-.404.07-.808t.023-.808q0-.59-.047-1.18t-.16-1.166H9.38q-.113.577-.16 1.168q-.047.592-.047 1.183t.047 1.178q.047.586.16 1.163h4.005v1H9.619q.365 1.285.942 2.466q.578 1.18 1.439 2.196q.404 0 .808-.044q.404-.043.808-.093v.992q-.404.05-.808.094Q12.404 21 12 21m-7.654-6.654h4.035q-.114-.577-.16-1.168q-.048-.591-.048-1.183q0-.591.047-1.178q.047-.586.16-1.163H4.347q-.182.577-.264 1.168Q4 11.414 4 12.005t.082 1.178t.264 1.163m.408-5.692h3.825q.292-1.252.812-2.4q.52-1.146 1.336-2.15q-1.99.296-3.562 1.507q-1.57 1.21-2.411 3.043m5.973 11.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84 1.813 2.421 3.024q1.58 1.21 3.552 1.526M9.619 8.654h4.762q-.339-1.287-.945-2.446T12 3.992q-.842 1.016-1.442 2.196t-.939 2.466m5.793 0h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758 1.023 1.259 2.18t.88 2.37"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCaptivePortal(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="M20.45 21.164L17 17.714v2.936h-1V16h4.65v1h-2.961l3.45 3.45zM12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 .404-.035.808t-.107.808h-1.031q.086-.404.13-.808Q20 12.404 20 12q0-.59-.082-1.18t-.264-1.166h-4.035q.114.577.16 1.167q.048.59.048 1.179q0 .404-.023.808t-.07.808h-1q.047-.404.07-.808t.023-.808q0-.59-.047-1.18t-.16-1.166H9.38q-.113.577-.16 1.168q-.047.592-.047 1.183t.047 1.178q.047.586.16 1.163h4.005v1H9.619q.365 1.285.942 2.466q.578 1.18 1.439 2.196q.404 0 .808-.044q.404-.043.808-.093v.992q-.404.05-.808.094Q12.404 21 12 21m-7.654-6.654h4.035q-.114-.577-.16-1.168q-.048-.591-.048-1.183q0-.591.047-1.178q.047-.586.16-1.163H4.347q-.182.577-.264 1.168Q4 11.414 4 12.005t.082 1.178t.264 1.163m.408-5.692h3.825q.292-1.252.812-2.4q.52-1.146 1.336-2.15q-1.99.296-3.562 1.507q-1.57 1.21-2.411 3.043m5.973 11.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84 1.813 2.421 3.024q1.58 1.21 3.552 1.526M9.619 8.654h4.762q-.339-1.287-.945-2.446T12 3.992q-.842 1.016-1.442 2.196t-.939 2.466m5.793 0h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758 1.023 1.259 2.18t.88 2.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.45 21.164L17 17.714v2.936h-1V16h4.65v1h-2.961l3.45 3.45zM12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 .404-.035.808t-.107.808h-1.031q.086-.404.13-.808Q20 12.404 20 12q0-.59-.082-1.18t-.264-1.166h-4.035q.114.577.16 1.167q.048.59.048 1.179q0 .404-.023.808t-.07.808h-1q.047-.404.07-.808t.023-.808q0-.59-.047-1.18t-.16-1.166H9.38q-.113.577-.16 1.168q-.047.592-.047 1.183t.047 1.178q.047.586.16 1.163h4.005v1H9.619q.365 1.285.942 2.466q.578 1.18 1.439 2.196q.404 0 .808-.044q.404-.043.808-.093v.992q-.404.05-.808.094Q12.404 21 12 21m-7.654-6.654h4.035q-.114-.577-.16-1.168q-.048-.591-.048-1.183q0-.591.047-1.178q.047-.586.16-1.163H4.347q-.182.577-.264 1.168Q4 11.414 4 12.005t.082 1.178t.264 1.163m.408-5.692h3.825q.292-1.252.812-2.4q.52-1.146 1.336-2.15q-1.99.296-3.562 1.507q-1.57 1.21-2.411 3.043m5.973 11.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84 1.813 2.421 3.024q1.58 1.21 3.552 1.526M9.619 8.654h4.762q-.339-1.287-.945-2.446T12 3.992q-.842 1.016-1.442 2.196t-.939 2.466m5.793 0h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758 1.023 1.259 2.18t.88 2.37"/></svg> </template>
CSS
.icon-captive-portal {
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%22M20.45%2021.164L17%2017.714v2.936h-1V16h4.65v1h-2.961l3.45%203.45zM12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%20.404-.035.808t-.107.808h-1.031q.086-.404.13-.808Q20%2012.404%2020%2012q0-.59-.082-1.18t-.264-1.166h-4.035q.114.577.16%201.167q.048.59.048%201.179q0%20.404-.023.808t-.07.808h-1q.047-.404.07-.808t.023-.808q0-.59-.047-1.18t-.16-1.166H9.38q-.113.577-.16%201.168q-.047.592-.047%201.183t.047%201.178q.047.586.16%201.163h4.005v1H9.619q.365%201.285.942%202.466q.578%201.18%201.439%202.196q.404%200%20.808-.044q.404-.043.808-.093v.992q-.404.05-.808.094Q12.404%2021%2012%2021m-7.654-6.654h4.035q-.114-.577-.16-1.168q-.048-.591-.048-1.183q0-.591.047-1.178q.047-.586.16-1.163H4.347q-.182.577-.264%201.168Q4%2011.414%204%2012.005t.082%201.178t.264%201.163m.408-5.692h3.825q.292-1.252.812-2.4q.52-1.146%201.336-2.15q-1.99.296-3.562%201.507q-1.57%201.21-2.411%203.043m5.973%2011.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84%201.813%202.421%203.024q1.58%201.21%203.552%201.526M9.619%208.654h4.762q-.339-1.287-.945-2.446T12%203.992q-.842%201.016-1.442%202.196t-.939%202.466m5.793%200h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758%201.023%201.259%202.18t.88%202.37%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%22M20.45%2021.164L17%2017.714v2.936h-1V16h4.65v1h-2.961l3.45%203.45zM12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%20.404-.035.808t-.107.808h-1.031q.086-.404.13-.808Q20%2012.404%2020%2012q0-.59-.082-1.18t-.264-1.166h-4.035q.114.577.16%201.167q.048.59.048%201.179q0%20.404-.023.808t-.07.808h-1q.047-.404.07-.808t.023-.808q0-.59-.047-1.18t-.16-1.166H9.38q-.113.577-.16%201.168q-.047.592-.047%201.183t.047%201.178q.047.586.16%201.163h4.005v1H9.619q.365%201.285.942%202.466q.578%201.18%201.439%202.196q.404%200%20.808-.044q.404-.043.808-.093v.992q-.404.05-.808.094Q12.404%2021%2012%2021m-7.654-6.654h4.035q-.114-.577-.16-1.168q-.048-.591-.048-1.183q0-.591.047-1.178q.047-.586.16-1.163H4.347q-.182.577-.264%201.168Q4%2011.414%204%2012.005t.082%201.178t.264%201.163m.408-5.692h3.825q.292-1.252.812-2.4q.52-1.146%201.336-2.15q-1.99.296-3.562%201.507q-1.57%201.21-2.411%203.043m5.973%2011.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84%201.813%202.421%203.024q1.58%201.21%203.552%201.526M9.619%208.654h4.762q-.339-1.287-.945-2.446T12%203.992q-.842%201.016-1.442%202.196t-.939%202.466m5.793%200h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758%201.023%201.259%202.18t.88%202.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/captive-portal.svg?color=%231a73e8&size=48