widget2 icon
widget2-duotone from Reicon by REICON · Duotone · Settings · MIT Free for personal and commercial use.
- Name
- widget2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More settings icons from Reicon
Use the widget2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 6.634a4.634 4.634 0 1 1 9.268 0a4.634 4.634 0 0 1-9.268 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.732 17.366a4.634 4.634 0 1 1 9.269 0a4.634 4.634 0 0 1-9.269 0" clip-rule="evenodd" opacity=".5"/><path d="M2 17.5c0-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.5"/><path d="M13 6.5c0-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" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWidget2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 6.634a4.634 4.634 0 1 1 9.268 0a4.634 4.634 0 0 1-9.268 0" clipRule="evenodd"/><path fillRule="evenodd" d="M12.732 17.366a4.634 4.634 0 1 1 9.269 0a4.634 4.634 0 0 1-9.269 0" clipRule="evenodd" opacity=".5"/><path d="M2 17.5c0-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.5"/><path d="M13 6.5c0-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" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 6.634a4.634 4.634 0 1 1 9.268 0a4.634 4.634 0 0 1-9.268 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.732 17.366a4.634 4.634 0 1 1 9.269 0a4.634 4.634 0 0 1-9.269 0" clip-rule="evenodd" opacity=".5"/><path d="M2 17.5c0-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.5"/><path d="M13 6.5c0-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" opacity=".5"/></g></svg> </template>
CSS
.icon-widget2-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.634a4.634%204.634%200%201%201%209.268%200a4.634%204.634%200%200%201-9.268%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.732%2017.366a4.634%204.634%200%201%201%209.269%200a4.634%204.634%200%200%201-9.269%200%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2017.5c0-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.5%22%2F%3E%3Cpath%20d%3D%22M13%206.5c0-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%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.634a4.634%204.634%200%201%201%209.268%200a4.634%204.634%200%200%201-9.268%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.732%2017.366a4.634%204.634%200%201%201%209.269%200a4.634%204.634%200%200%201-9.269%200%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2017.5c0-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.5%22%2F%3E%3Cpath%20d%3D%22M13%206.5c0-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%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/widget2-duotone.svg?color=%231a73e8&size=48