widget icon
widget-filled from Reicon by REICON · Filled · Settings · MIT Free for personal and commercial use.
- Name
- widget-filled
- Set
- Reicon
- Style
- Filled
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All widget icons →More settings icons from Reicon
Use the widget icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6.5c0-2.121 0-3.182.659-3.841S4.379 2 6.5 2s3.182 0 3.841.659S11 4.379 11 6.5s0 3.182-.659 3.841S8.621 11 6.5 11s-3.182 0-3.841-.659S2 8.621 2 6.5m11 11c0-2.121 0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659S22 15.379 22 17.5s0 3.182-.659 3.841S19.621 22 17.5 22s-3.182 0-3.841-.659S13 19.621 13 17.5m-11 0c0-2.121 0-3.182.659-3.841S4.379 13 6.5 13s3.182 0 3.841.659S11 15.379 11 17.5s0 3.182-.659 3.841S8.621 22 6.5 22s-3.182 0-3.841-.659S2 19.621 2 17.5m11-11c0-2.121 0-3.182.659-3.841S15.379 2 17.5 2s3.182 0 3.841.659S22 4.379 22 6.5s0 3.182-.659 3.841S19.621 11 17.5 11s-3.182 0-3.841-.659S13 8.621 13 6.5"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWidgetFilled(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 6.5c0-2.121 0-3.182.659-3.841S4.379 2 6.5 2s3.182 0 3.841.659S11 4.379 11 6.5s0 3.182-.659 3.841S8.621 11 6.5 11s-3.182 0-3.841-.659S2 8.621 2 6.5m11 11c0-2.121 0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659S22 15.379 22 17.5s0 3.182-.659 3.841S19.621 22 17.5 22s-3.182 0-3.841-.659S13 19.621 13 17.5m-11 0c0-2.121 0-3.182.659-3.841S4.379 13 6.5 13s3.182 0 3.841.659S11 15.379 11 17.5s0 3.182-.659 3.841S8.621 22 6.5 22s-3.182 0-3.841-.659S2 19.621 2 17.5m11-11c0-2.121 0-3.182.659-3.841S15.379 2 17.5 2s3.182 0 3.841.659S22 4.379 22 6.5s0 3.182-.659 3.841S19.621 11 17.5 11s-3.182 0-3.841-.659S13 8.621 13 6.5"/></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 6.5c0-2.121 0-3.182.659-3.841S4.379 2 6.5 2s3.182 0 3.841.659S11 4.379 11 6.5s0 3.182-.659 3.841S8.621 11 6.5 11s-3.182 0-3.841-.659S2 8.621 2 6.5m11 11c0-2.121 0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659S22 15.379 22 17.5s0 3.182-.659 3.841S19.621 22 17.5 22s-3.182 0-3.841-.659S13 19.621 13 17.5m-11 0c0-2.121 0-3.182.659-3.841S4.379 13 6.5 13s3.182 0 3.841.659S11 15.379 11 17.5s0 3.182-.659 3.841S8.621 22 6.5 22s-3.182 0-3.841-.659S2 19.621 2 17.5m11-11c0-2.121 0-3.182.659-3.841S15.379 2 17.5 2s3.182 0 3.841.659S22 4.379 22 6.5s0 3.182-.659 3.841S19.621 11 17.5 11s-3.182 0-3.841-.659S13 8.621 13 6.5"/></svg> </template>
CSS
.icon-widget-filled {
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%206.5c0-2.121%200-3.182.659-3.841S4.379%202%206.5%202s3.182%200%203.841.659S11%204.379%2011%206.5s0%203.182-.659%203.841S8.621%2011%206.5%2011s-3.182%200-3.841-.659S2%208.621%202%206.5m11%2011c0-2.121%200-3.182.659-3.841S15.379%2013%2017.5%2013s3.182%200%203.841.659S22%2015.379%2022%2017.5s0%203.182-.659%203.841S19.621%2022%2017.5%2022s-3.182%200-3.841-.659S13%2019.621%2013%2017.5m-11%200c0-2.121%200-3.182.659-3.841S4.379%2013%206.5%2013s3.182%200%203.841.659S11%2015.379%2011%2017.5s0%203.182-.659%203.841S8.621%2022%206.5%2022s-3.182%200-3.841-.659S2%2019.621%202%2017.5m11-11c0-2.121%200-3.182.659-3.841S15.379%202%2017.5%202s3.182%200%203.841.659S22%204.379%2022%206.5s0%203.182-.659%203.841S19.621%2011%2017.5%2011s-3.182%200-3.841-.659S13%208.621%2013%206.5%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%206.5c0-2.121%200-3.182.659-3.841S4.379%202%206.5%202s3.182%200%203.841.659S11%204.379%2011%206.5s0%203.182-.659%203.841S8.621%2011%206.5%2011s-3.182%200-3.841-.659S2%208.621%202%206.5m11%2011c0-2.121%200-3.182.659-3.841S15.379%2013%2017.5%2013s3.182%200%203.841.659S22%2015.379%2022%2017.5s0%203.182-.659%203.841S19.621%2022%2017.5%2022s-3.182%200-3.841-.659S13%2019.621%2013%2017.5m-11%200c0-2.121%200-3.182.659-3.841S4.379%2013%206.5%2013s3.182%200%203.841.659S11%2015.379%2011%2017.5s0%203.182-.659%203.841S8.621%2022%206.5%2022s-3.182%200-3.841-.659S2%2019.621%202%2017.5m11-11c0-2.121%200-3.182.659-3.841S15.379%202%2017.5%202s3.182%200%203.841.659S22%204.379%2022%206.5s0%203.182-.659%203.841S19.621%2011%2017.5%2011s-3.182%200-3.841-.659S13%208.621%2013%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/widget-filled.svg?color=%231a73e8&size=48