widget6 icon
widget6 from Reicon by REICON · Outline · Settings · MIT Free for personal and commercial use.
- Name
- widget6
- Set
- Reicon
- Style
- Outline
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More settings icons from Reicon
Use the widget6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.75 6.5a4.75 4.75 0 0 1 9.5 0v2.731c0 .242.001.495-.06.722a1.75 1.75 0 0 1-1.237 1.237c-.227.061-.48.06-.722.06H6.5A4.75 4.75 0 0 1 1.75 6.5M6.5 3.25a3.25 3.25 0 1 0 0 6.5h2.667c.161 0 .258 0 .33-.003l.07-.006a.25.25 0 0 0 .174-.174l.006-.07a8 8 0 0 0 .003-.33V6.5A3.25 3.25 0 0 0 6.5 3.25m8.27 9.5h2.73a4.75 4.75 0 1 1-4.75 4.75v-2.731c0-.242-.001-.495.06-.722a1.75 1.75 0 0 1 1.237-1.237c.227-.061.48-.06.722-.06m-.337 1.51a.25.25 0 0 0-.174.173l-.005.07a8 8 0 0 0-.004.33V17.5a3.25 3.25 0 1 0 3.25-3.25h-2.667c-.162 0-.258 0-.33.004zm-4.936.001a8 8 0 0 0-.596-.011H6.5a3.25 3.25 0 1 0 3.25 3.25v-2.4c0-.292 0-.467-.011-.596a.6.6 0 0 0-.018-.12a.25.25 0 0 0-.104-.105a.6.6 0 0 0-.121-.018m.224.119v.002zm-.102-1.614c.213.018.446.057.676.175c.33.167.598.435.765.765c.118.23.158.463.175.676c.016.198.016.434.016.692V17.5a4.75 4.75 0 1 1-4.75-4.75h2.426c.258 0 .494 0 .692.016M12.75 6.5a4.75 4.75 0 1 1 4.75 4.75h-2.885c-.104 0-.212 0-.31-.011a1.75 1.75 0 0 1-1.544-1.543a3 3 0 0 1-.011-.311zm4.75-3.25a3.25 3.25 0 0 0-3.25 3.25v2.999l.002.03a.25.25 0 0 0 .25.22l.14.001H17.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWidget6(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" fillRule="evenodd" d="M1.75 6.5a4.75 4.75 0 0 1 9.5 0v2.731c0 .242.001.495-.06.722a1.75 1.75 0 0 1-1.237 1.237c-.227.061-.48.06-.722.06H6.5A4.75 4.75 0 0 1 1.75 6.5M6.5 3.25a3.25 3.25 0 1 0 0 6.5h2.667c.161 0 .258 0 .33-.003l.07-.006a.25.25 0 0 0 .174-.174l.006-.07a8 8 0 0 0 .003-.33V6.5A3.25 3.25 0 0 0 6.5 3.25m8.27 9.5h2.73a4.75 4.75 0 1 1-4.75 4.75v-2.731c0-.242-.001-.495.06-.722a1.75 1.75 0 0 1 1.237-1.237c.227-.061.48-.06.722-.06m-.337 1.51a.25.25 0 0 0-.174.173l-.005.07a8 8 0 0 0-.004.33V17.5a3.25 3.25 0 1 0 3.25-3.25h-2.667c-.162 0-.258 0-.33.004zm-4.936.001a8 8 0 0 0-.596-.011H6.5a3.25 3.25 0 1 0 3.25 3.25v-2.4c0-.292 0-.467-.011-.596a.6.6 0 0 0-.018-.12a.25.25 0 0 0-.104-.105a.6.6 0 0 0-.121-.018m.224.119v.002zm-.102-1.614c.213.018.446.057.676.175c.33.167.598.435.765.765c.118.23.158.463.175.676c.016.198.016.434.016.692V17.5a4.75 4.75 0 1 1-4.75-4.75h2.426c.258 0 .494 0 .692.016M12.75 6.5a4.75 4.75 0 1 1 4.75 4.75h-2.885c-.104 0-.212 0-.31-.011a1.75 1.75 0 0 1-1.544-1.543a3 3 0 0 1-.011-.311zm4.75-3.25a3.25 3.25 0 0 0-3.25 3.25v2.999l.002.03a.25.25 0 0 0 .25.22l.14.001H17.5a3.25 3.25 0 0 0 0-6.5" 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" fill-rule="evenodd" d="M1.75 6.5a4.75 4.75 0 0 1 9.5 0v2.731c0 .242.001.495-.06.722a1.75 1.75 0 0 1-1.237 1.237c-.227.061-.48.06-.722.06H6.5A4.75 4.75 0 0 1 1.75 6.5M6.5 3.25a3.25 3.25 0 1 0 0 6.5h2.667c.161 0 .258 0 .33-.003l.07-.006a.25.25 0 0 0 .174-.174l.006-.07a8 8 0 0 0 .003-.33V6.5A3.25 3.25 0 0 0 6.5 3.25m8.27 9.5h2.73a4.75 4.75 0 1 1-4.75 4.75v-2.731c0-.242-.001-.495.06-.722a1.75 1.75 0 0 1 1.237-1.237c.227-.061.48-.06.722-.06m-.337 1.51a.25.25 0 0 0-.174.173l-.005.07a8 8 0 0 0-.004.33V17.5a3.25 3.25 0 1 0 3.25-3.25h-2.667c-.162 0-.258 0-.33.004zm-4.936.001a8 8 0 0 0-.596-.011H6.5a3.25 3.25 0 1 0 3.25 3.25v-2.4c0-.292 0-.467-.011-.596a.6.6 0 0 0-.018-.12a.25.25 0 0 0-.104-.105a.6.6 0 0 0-.121-.018m.224.119v.002zm-.102-1.614c.213.018.446.057.676.175c.33.167.598.435.765.765c.118.23.158.463.175.676c.016.198.016.434.016.692V17.5a4.75 4.75 0 1 1-4.75-4.75h2.426c.258 0 .494 0 .692.016M12.75 6.5a4.75 4.75 0 1 1 4.75 4.75h-2.885c-.104 0-.212 0-.31-.011a1.75 1.75 0 0 1-1.544-1.543a3 3 0 0 1-.011-.311zm4.75-3.25a3.25 3.25 0 0 0-3.25 3.25v2.999l.002.03a.25.25 0 0 0 .25.22l.14.001H17.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-widget6 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.75%206.5a4.75%204.75%200%200%201%209.5%200v2.731c0%20.242.001.495-.06.722a1.75%201.75%200%200%201-1.237%201.237c-.227.061-.48.06-.722.06H6.5A4.75%204.75%200%200%201%201.75%206.5M6.5%203.25a3.25%203.25%200%201%200%200%206.5h2.667c.161%200%20.258%200%20.33-.003l.07-.006a.25.25%200%200%200%20.174-.174l.006-.07a8%208%200%200%200%20.003-.33V6.5A3.25%203.25%200%200%200%206.5%203.25m8.27%209.5h2.73a4.75%204.75%200%201%201-4.75%204.75v-2.731c0-.242-.001-.495.06-.722a1.75%201.75%200%200%201%201.237-1.237c.227-.061.48-.06.722-.06m-.337%201.51a.25.25%200%200%200-.174.173l-.005.07a8%208%200%200%200-.004.33V17.5a3.25%203.25%200%201%200%203.25-3.25h-2.667c-.162%200-.258%200-.33.004zm-4.936.001a8%208%200%200%200-.596-.011H6.5a3.25%203.25%200%201%200%203.25%203.25v-2.4c0-.292%200-.467-.011-.596a.6.6%200%200%200-.018-.12a.25.25%200%200%200-.104-.105a.6.6%200%200%200-.121-.018m.224.119v.002zm-.102-1.614c.213.018.446.057.676.175c.33.167.598.435.765.765c.118.23.158.463.175.676c.016.198.016.434.016.692V17.5a4.75%204.75%200%201%201-4.75-4.75h2.426c.258%200%20.494%200%20.692.016M12.75%206.5a4.75%204.75%200%201%201%204.75%204.75h-2.885c-.104%200-.212%200-.31-.011a1.75%201.75%200%200%201-1.544-1.543a3%203%200%200%201-.011-.311zm4.75-3.25a3.25%203.25%200%200%200-3.25%203.25v2.999l.002.03a.25.25%200%200%200%20.25.22l.14.001H17.5a3.25%203.25%200%200%200%200-6.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.75%206.5a4.75%204.75%200%200%201%209.5%200v2.731c0%20.242.001.495-.06.722a1.75%201.75%200%200%201-1.237%201.237c-.227.061-.48.06-.722.06H6.5A4.75%204.75%200%200%201%201.75%206.5M6.5%203.25a3.25%203.25%200%201%200%200%206.5h2.667c.161%200%20.258%200%20.33-.003l.07-.006a.25.25%200%200%200%20.174-.174l.006-.07a8%208%200%200%200%20.003-.33V6.5A3.25%203.25%200%200%200%206.5%203.25m8.27%209.5h2.73a4.75%204.75%200%201%201-4.75%204.75v-2.731c0-.242-.001-.495.06-.722a1.75%201.75%200%200%201%201.237-1.237c.227-.061.48-.06.722-.06m-.337%201.51a.25.25%200%200%200-.174.173l-.005.07a8%208%200%200%200-.004.33V17.5a3.25%203.25%200%201%200%203.25-3.25h-2.667c-.162%200-.258%200-.33.004zm-4.936.001a8%208%200%200%200-.596-.011H6.5a3.25%203.25%200%201%200%203.25%203.25v-2.4c0-.292%200-.467-.011-.596a.6.6%200%200%200-.018-.12a.25.25%200%200%200-.104-.105a.6.6%200%200%200-.121-.018m.224.119v.002zm-.102-1.614c.213.018.446.057.676.175c.33.167.598.435.765.765c.118.23.158.463.175.676c.016.198.016.434.016.692V17.5a4.75%204.75%200%201%201-4.75-4.75h2.426c.258%200%20.494%200%20.692.016M12.75%206.5a4.75%204.75%200%201%201%204.75%204.75h-2.885c-.104%200-.212%200-.31-.011a1.75%201.75%200%200%201-1.544-1.543a3%203%200%200%201-.011-.311zm4.75-3.25a3.25%203.25%200%200%200-3.25%203.25v2.999l.002.03a.25.25%200%200%200%20.25.22l.14.001H17.5a3.25%203.25%200%200%200%200-6.5%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/reicon/widget6.svg?color=%231a73e8&size=48