group3 icon
group3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- group3
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the group3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M7.01 18L3 13.99c-1.34-1.34-1.34-2.67 0-4.01L9.68 3.3l7.35 7.35c.37.37.37.97 0 1.34l-6.02 6.02c-1.32 1.32-2.66 1.32-4-.01M8.35 1.95l1.34 1.34m-7.62 8.63l15.12-.66M3 22h13"/><path d="M18.85 15S17 17.01 17 18.24c0 1.02.83 1.85 1.85 1.85s1.85-.83 1.85-1.85c0-1.23-1.85-3.24-1.85-3.24"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGroup3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M7.01 18L3 13.99c-1.34-1.34-1.34-2.67 0-4.01L9.68 3.3l7.35 7.35c.37.37.37.97 0 1.34l-6.02 6.02c-1.32 1.32-2.66 1.32-4-.01M8.35 1.95l1.34 1.34m-7.62 8.63l15.12-.66M3 22h13"/><path d="M18.85 15S17 17.01 17 18.24c0 1.02.83 1.85 1.85 1.85s1.85-.83 1.85-1.85c0-1.23-1.85-3.24-1.85-3.24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M7.01 18L3 13.99c-1.34-1.34-1.34-2.67 0-4.01L9.68 3.3l7.35 7.35c.37.37.37.97 0 1.34l-6.02 6.02c-1.32 1.32-2.66 1.32-4-.01M8.35 1.95l1.34 1.34m-7.62 8.63l15.12-.66M3 22h13"/><path d="M18.85 15S17 17.01 17 18.24c0 1.02.83 1.85 1.85 1.85s1.85-.83 1.85-1.85c0-1.23-1.85-3.24-1.85-3.24"/></g></svg> </template>
CSS
.icon-group3 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M7.01%2018L3%2013.99c-1.34-1.34-1.34-2.67%200-4.01L9.68%203.3l7.35%207.35c.37.37.37.97%200%201.34l-6.02%206.02c-1.32%201.32-2.66%201.32-4-.01M8.35%201.95l1.34%201.34m-7.62%208.63l15.12-.66M3%2022h13%22%2F%3E%3Cpath%20d%3D%22M18.85%2015S17%2017.01%2017%2018.24c0%201.02.83%201.85%201.85%201.85s1.85-.83%201.85-1.85c0-1.23-1.85-3.24-1.85-3.24%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M7.01%2018L3%2013.99c-1.34-1.34-1.34-2.67%200-4.01L9.68%203.3l7.35%207.35c.37.37.37.97%200%201.34l-6.02%206.02c-1.32%201.32-2.66%201.32-4-.01M8.35%201.95l1.34%201.34m-7.62%208.63l15.12-.66M3%2022h13%22%2F%3E%3Cpath%20d%3D%22M18.85%2015S17%2017.01%2017%2018.24c0%201.02.83%201.85%201.85%201.85s1.85-.83%201.85-1.85c0-1.23-1.85-3.24-1.85-3.24%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/group3.svg?color=%231a73e8&size=48