select 02 icon

select-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
select-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the select 02 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 2v6M2 5h6m12 13V7M7 20h11m0-15h-6m-7 7v6"/><path d="M18 5c0-.943 0-1.414.293-1.707S19.057 3 20 3s1.414 0 1.707.293S22 4.057 22 5s0 1.414-.293 1.707S20.943 7 20 7s-1.414 0-1.707-.293S18 5.943 18 5Zm0 15c0-.943 0-1.414.293-1.707S19.057 18 20 18s1.414 0 1.707.293S22 19.057 22 20s0 1.414-.293 1.707S20.943 22 20 22s-1.414 0-1.707-.293S18 20.943 18 20ZM3 20c0-.943 0-1.414.293-1.707S4.057 18 5 18s1.414 0 1.707.293S7 19.057 7 20s0 1.414-.293 1.707S5.943 22 5 22s-1.414 0-1.707-.293S3 20.943 3 20Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSelect02(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M5 2v6M2 5h6m12 13V7M7 20h11m0-15h-6m-7 7v6"/><path d="M18 5c0-.943 0-1.414.293-1.707S19.057 3 20 3s1.414 0 1.707.293S22 4.057 22 5s0 1.414-.293 1.707S20.943 7 20 7s-1.414 0-1.707-.293S18 5.943 18 5Zm0 15c0-.943 0-1.414.293-1.707S19.057 18 20 18s1.414 0 1.707.293S22 19.057 22 20s0 1.414-.293 1.707S20.943 22 20 22s-1.414 0-1.707-.293S18 20.943 18 20ZM3 20c0-.943 0-1.414.293-1.707S4.057 18 5 18s1.414 0 1.707.293S7 19.057 7 20s0 1.414-.293 1.707S5.943 22 5 22s-1.414 0-1.707-.293S3 20.943 3 20Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 2v6M2 5h6m12 13V7M7 20h11m0-15h-6m-7 7v6"/><path d="M18 5c0-.943 0-1.414.293-1.707S19.057 3 20 3s1.414 0 1.707.293S22 4.057 22 5s0 1.414-.293 1.707S20.943 7 20 7s-1.414 0-1.707-.293S18 5.943 18 5Zm0 15c0-.943 0-1.414.293-1.707S19.057 18 20 18s1.414 0 1.707.293S22 19.057 22 20s0 1.414-.293 1.707S20.943 22 20 22s-1.414 0-1.707-.293S18 20.943 18 20ZM3 20c0-.943 0-1.414.293-1.707S4.057 18 5 18s1.414 0 1.707.293S7 19.057 7 20s0 1.414-.293 1.707S5.943 22 5 22s-1.414 0-1.707-.293S3 20.943 3 20Z"/></g></svg>
</template>

CSS

.icon-select-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%202v6M2%205h6m12%2013V7M7%2020h11m0-15h-6m-7%207v6%22%2F%3E%3Cpath%20d%3D%22M18%205c0-.943%200-1.414.293-1.707S19.057%203%2020%203s1.414%200%201.707.293S22%204.057%2022%205s0%201.414-.293%201.707S20.943%207%2020%207s-1.414%200-1.707-.293S18%205.943%2018%205Zm0%2015c0-.943%200-1.414.293-1.707S19.057%2018%2020%2018s1.414%200%201.707.293S22%2019.057%2022%2020s0%201.414-.293%201.707S20.943%2022%2020%2022s-1.414%200-1.707-.293S18%2020.943%2018%2020ZM3%2020c0-.943%200-1.414.293-1.707S4.057%2018%205%2018s1.414%200%201.707.293S7%2019.057%207%2020s0%201.414-.293%201.707S5.943%2022%205%2022s-1.414%200-1.707-.293S3%2020.943%203%2020Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%202v6M2%205h6m12%2013V7M7%2020h11m0-15h-6m-7%207v6%22%2F%3E%3Cpath%20d%3D%22M18%205c0-.943%200-1.414.293-1.707S19.057%203%2020%203s1.414%200%201.707.293S22%204.057%2022%205s0%201.414-.293%201.707S20.943%207%2020%207s-1.414%200-1.707-.293S18%205.943%2018%205Zm0%2015c0-.943%200-1.414.293-1.707S19.057%2018%2020%2018s1.414%200%201.707.293S22%2019.057%2022%2020s0%201.414-.293%201.707S20.943%2022%2020%2022s-1.414%200-1.707-.293S18%2020.943%2018%2020ZM3%2020c0-.943%200-1.414.293-1.707S4.057%2018%205%2018s1.414%200%201.707.293S7%2019.057%207%2020s0%201.414-.293%201.707S5.943%2022%205%2022s-1.414%200-1.707-.293S3%2020.943%203%2020Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/select-02.svg?color=%231a73e8&size=48