home wifi angle icon
home-wifi-angle-outline from Solar by 480 Design · Outline · CC-BY-4.0 Attribution required.
- Name
- home-wifi-angle-outline
- Set
- Solar
- Style
- Outline
- Viewbox
- 24×24
- License
- CC BY 4.0
1 other variant in Solar
Related icons in Solar
Use the home wifi angle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 12.192c3.017-3.256 7.883-3.256 10.9 0a.75.75 0 1 0 1.1-1.02c-3.61-3.896-9.49-3.896-13.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" d="M8.55 14.35c1.913-2.064 4.988-2.064 6.9 0a.75.75 0 1 0 1.1-1.019c-2.506-2.705-6.594-2.705-9.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" d="M10.55 16.51c.808-.872 2.092-.872 2.9 0a.75.75 0 1 0 1.1-1.02c-1.401-1.513-3.699-1.513-5.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" fill-rule="evenodd" d="M12 1.25c-.725 0-1.387.2-2.11.537c-.702.327-1.512.81-2.528 1.415l-1.456.867c-1.119.667-2.01 1.198-2.686 1.706C2.523 6.3 2 6.84 1.66 7.551c-.342.711-.434 1.456-.405 2.325c.029.841.176 1.864.36 3.146l.293 2.032c.237 1.65.426 2.959.707 3.978c.29 1.05.702 1.885 1.445 2.524c.742.64 1.63.925 2.716 1.062c1.056.132 2.387.132 4.066.132h2.316c1.68 0 3.01 0 4.066-.132c1.086-.137 1.974-.422 2.716-1.061c.743-.64 1.155-1.474 1.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477 6.3 20.78 5.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537M8.096 4.511c1.057-.63 1.803-1.073 2.428-1.365c.609-.284 1.047-.396 1.476-.396s.867.112 1.476.396c.625.292 1.37.735 2.428 1.365l1.385.825c1.165.694 1.986 1.184 2.59 1.638c.587.443.91.809 1.11 1.225c.199.416.282.894.257 1.626c-.026.75-.16 1.691-.352 3.026l-.28 1.937c-.246 1.714-.422 2.928-.675 3.845c-.247.896-.545 1.415-.977 1.787c-.433.373-.994.593-1.925.71c-.951.119-2.188.12-3.93.12h-2.213c-1.743 0-2.98-.001-3.931-.12c-.93-.117-1.492-.337-1.925-.71c-.432-.372-.73-.891-.977-1.787c-.253-.917-.43-2.131-.676-3.845l-.279-1.937c-.192-1.335-.326-2.277-.352-3.026c-.025-.732.058-1.21.258-1.626s.521-.782 1.11-1.225c.603-.454 1.424-.944 2.589-1.638z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarHomeWifiAngleOutline(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.55 12.192c3.017-3.256 7.883-3.256 10.9 0a.75.75 0 1 0 1.1-1.02c-3.61-3.896-9.49-3.896-13.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" d="M8.55 14.35c1.913-2.064 4.988-2.064 6.9 0a.75.75 0 1 0 1.1-1.019c-2.506-2.705-6.594-2.705-9.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" d="M10.55 16.51c.808-.872 2.092-.872 2.9 0a.75.75 0 1 0 1.1-1.02c-1.401-1.513-3.699-1.513-5.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" fillRule="evenodd" d="M12 1.25c-.725 0-1.387.2-2.11.537c-.702.327-1.512.81-2.528 1.415l-1.456.867c-1.119.667-2.01 1.198-2.686 1.706C2.523 6.3 2 6.84 1.66 7.551c-.342.711-.434 1.456-.405 2.325c.029.841.176 1.864.36 3.146l.293 2.032c.237 1.65.426 2.959.707 3.978c.29 1.05.702 1.885 1.445 2.524c.742.64 1.63.925 2.716 1.062c1.056.132 2.387.132 4.066.132h2.316c1.68 0 3.01 0 4.066-.132c1.086-.137 1.974-.422 2.716-1.061c.743-.64 1.155-1.474 1.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477 6.3 20.78 5.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537M8.096 4.511c1.057-.63 1.803-1.073 2.428-1.365c.609-.284 1.047-.396 1.476-.396s.867.112 1.476.396c.625.292 1.37.735 2.428 1.365l1.385.825c1.165.694 1.986 1.184 2.59 1.638c.587.443.91.809 1.11 1.225c.199.416.282.894.257 1.626c-.026.75-.16 1.691-.352 3.026l-.28 1.937c-.246 1.714-.422 2.928-.675 3.845c-.247.896-.545 1.415-.977 1.787c-.433.373-.994.593-1.925.71c-.951.119-2.188.12-3.93.12h-2.213c-1.743 0-2.98-.001-3.931-.12c-.93-.117-1.492-.337-1.925-.71c-.432-.372-.73-.891-.977-1.787c-.253-.917-.43-2.131-.676-3.845l-.279-1.937c-.192-1.335-.326-2.277-.352-3.026c-.025-.732.058-1.21.258-1.626s.521-.782 1.11-1.225c.603-.454 1.424-.944 2.589-1.638z" clipRule="evenodd"/></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.55 12.192c3.017-3.256 7.883-3.256 10.9 0a.75.75 0 1 0 1.1-1.02c-3.61-3.896-9.49-3.896-13.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" d="M8.55 14.35c1.913-2.064 4.988-2.064 6.9 0a.75.75 0 1 0 1.1-1.019c-2.506-2.705-6.594-2.705-9.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" d="M10.55 16.51c.808-.872 2.092-.872 2.9 0a.75.75 0 1 0 1.1-1.02c-1.401-1.513-3.699-1.513-5.1 0a.75.75 0 1 0 1.1 1.02"/><path fill="currentColor" fill-rule="evenodd" d="M12 1.25c-.725 0-1.387.2-2.11.537c-.702.327-1.512.81-2.528 1.415l-1.456.867c-1.119.667-2.01 1.198-2.686 1.706C2.523 6.3 2 6.84 1.66 7.551c-.342.711-.434 1.456-.405 2.325c.029.841.176 1.864.36 3.146l.293 2.032c.237 1.65.426 2.959.707 3.978c.29 1.05.702 1.885 1.445 2.524c.742.64 1.63.925 2.716 1.062c1.056.132 2.387.132 4.066.132h2.316c1.68 0 3.01 0 4.066-.132c1.086-.137 1.974-.422 2.716-1.061c.743-.64 1.155-1.474 1.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477 6.3 20.78 5.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537M8.096 4.511c1.057-.63 1.803-1.073 2.428-1.365c.609-.284 1.047-.396 1.476-.396s.867.112 1.476.396c.625.292 1.37.735 2.428 1.365l1.385.825c1.165.694 1.986 1.184 2.59 1.638c.587.443.91.809 1.11 1.225c.199.416.282.894.257 1.626c-.026.75-.16 1.691-.352 3.026l-.28 1.937c-.246 1.714-.422 2.928-.675 3.845c-.247.896-.545 1.415-.977 1.787c-.433.373-.994.593-1.925.71c-.951.119-2.188.12-3.93.12h-2.213c-1.743 0-2.98-.001-3.931-.12c-.93-.117-1.492-.337-1.925-.71c-.432-.372-.73-.891-.977-1.787c-.253-.917-.43-2.131-.676-3.845l-.279-1.937c-.192-1.335-.326-2.277-.352-3.026c-.025-.732.058-1.21.258-1.626s.521-.782 1.11-1.225c.603-.454 1.424-.944 2.589-1.638z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-home-wifi-angle-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%22M6.55%2012.192c3.017-3.256%207.883-3.256%2010.9%200a.75.75%200%201%200%201.1-1.02c-3.61-3.896-9.49-3.896-13.1%200a.75.75%200%201%200%201.1%201.02%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.55%2014.35c1.913-2.064%204.988-2.064%206.9%200a.75.75%200%201%200%201.1-1.019c-2.506-2.705-6.594-2.705-9.1%200a.75.75%200%201%200%201.1%201.02%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.55%2016.51c.808-.872%202.092-.872%202.9%200a.75.75%200%201%200%201.1-1.02c-1.401-1.513-3.699-1.513-5.1%200a.75.75%200%201%200%201.1%201.02%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25c-.725%200-1.387.2-2.11.537c-.702.327-1.512.81-2.528%201.415l-1.456.867c-1.119.667-2.01%201.198-2.686%201.706C2.523%206.3%202%206.84%201.66%207.551c-.342.711-.434%201.456-.405%202.325c.029.841.176%201.864.36%203.146l.293%202.032c.237%201.65.426%202.959.707%203.978c.29%201.05.702%201.885%201.445%202.524c.742.64%201.63.925%202.716%201.062c1.056.132%202.387.132%204.066.132h2.316c1.68%200%203.01%200%204.066-.132c1.086-.137%201.974-.422%202.716-1.061c.743-.64%201.155-1.474%201.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477%206.3%2020.78%205.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537M8.096%204.511c1.057-.63%201.803-1.073%202.428-1.365c.609-.284%201.047-.396%201.476-.396s.867.112%201.476.396c.625.292%201.37.735%202.428%201.365l1.385.825c1.165.694%201.986%201.184%202.59%201.638c.587.443.91.809%201.11%201.225c.199.416.282.894.257%201.626c-.026.75-.16%201.691-.352%203.026l-.28%201.937c-.246%201.714-.422%202.928-.675%203.845c-.247.896-.545%201.415-.977%201.787c-.433.373-.994.593-1.925.71c-.951.119-2.188.12-3.93.12h-2.213c-1.743%200-2.98-.001-3.931-.12c-.93-.117-1.492-.337-1.925-.71c-.432-.372-.73-.891-.977-1.787c-.253-.917-.43-2.131-.676-3.845l-.279-1.937c-.192-1.335-.326-2.277-.352-3.026c-.025-.732.058-1.21.258-1.626s.521-.782%201.11-1.225c.603-.454%201.424-.944%202.589-1.638z%22%20clip-rule%3D%22evenodd%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.55%2012.192c3.017-3.256%207.883-3.256%2010.9%200a.75.75%200%201%200%201.1-1.02c-3.61-3.896-9.49-3.896-13.1%200a.75.75%200%201%200%201.1%201.02%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.55%2014.35c1.913-2.064%204.988-2.064%206.9%200a.75.75%200%201%200%201.1-1.019c-2.506-2.705-6.594-2.705-9.1%200a.75.75%200%201%200%201.1%201.02%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.55%2016.51c.808-.872%202.092-.872%202.9%200a.75.75%200%201%200%201.1-1.02c-1.401-1.513-3.699-1.513-5.1%200a.75.75%200%201%200%201.1%201.02%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25c-.725%200-1.387.2-2.11.537c-.702.327-1.512.81-2.528%201.415l-1.456.867c-1.119.667-2.01%201.198-2.686%201.706C2.523%206.3%202%206.84%201.66%207.551c-.342.711-.434%201.456-.405%202.325c.029.841.176%201.864.36%203.146l.293%202.032c.237%201.65.426%202.959.707%203.978c.29%201.05.702%201.885%201.445%202.524c.742.64%201.63.925%202.716%201.062c1.056.132%202.387.132%204.066.132h2.316c1.68%200%203.01%200%204.066-.132c1.086-.137%201.974-.422%202.716-1.061c.743-.64%201.155-1.474%201.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477%206.3%2020.78%205.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537M8.096%204.511c1.057-.63%201.803-1.073%202.428-1.365c.609-.284%201.047-.396%201.476-.396s.867.112%201.476.396c.625.292%201.37.735%202.428%201.365l1.385.825c1.165.694%201.986%201.184%202.59%201.638c.587.443.91.809%201.11%201.225c.199.416.282.894.257%201.626c-.026.75-.16%201.691-.352%203.026l-.28%201.937c-.246%201.714-.422%202.928-.675%203.845c-.247.896-.545%201.415-.977%201.787c-.433.373-.994.593-1.925.71c-.951.119-2.188.12-3.93.12h-2.213c-1.743%200-2.98-.001-3.931-.12c-.93-.117-1.492-.337-1.925-.71c-.432-.372-.73-.891-.977-1.787c-.253-.917-.43-2.131-.676-3.845l-.279-1.937c-.192-1.335-.326-2.277-.352-3.026c-.025-.732.058-1.21.258-1.626s.521-.782%201.11-1.225c.603-.454%201.424-.944%202.589-1.638z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/home-wifi-angle-outline.svg?color=%231a73e8&size=48