regex from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
regex
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the regex icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.663 3v10m4.332-7.504l-8.66 5m8.665 0l-8.66-5m-2.53 9.888c.19.438.19.997.19 2.116s0 1.678-.19 2.116a2.3 2.3 0 0 1-1.194 1.194C8.178 21 7.62 21 6.5 21s-1.678 0-2.116-.19a2.3 2.3 0 0 1-1.194-1.194C3 19.178 3 18.62 3 17.5s0-1.678.19-2.116a2.3 2.3 0 0 1 1.194-1.194C4.822 14 5.38 14 6.5 14s1.678 0 2.116.19a2.3 2.3 0 0 1 1.194 1.194"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRegex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.663 3v10m4.332-7.504l-8.66 5m8.665 0l-8.66-5m-2.53 9.888c.19.438.19.997.19 2.116s0 1.678-.19 2.116a2.3 2.3 0 0 1-1.194 1.194C8.178 21 7.62 21 6.5 21s-1.678 0-2.116-.19a2.3 2.3 0 0 1-1.194-1.194C3 19.178 3 18.62 3 17.5s0-1.678.19-2.116a2.3 2.3 0 0 1 1.194-1.194C4.822 14 5.38 14 6.5 14s1.678 0 2.116.19a2.3 2.3 0 0 1 1.194 1.194"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.663 3v10m4.332-7.504l-8.66 5m8.665 0l-8.66-5m-2.53 9.888c.19.438.19.997.19 2.116s0 1.678-.19 2.116a2.3 2.3 0 0 1-1.194 1.194C8.178 21 7.62 21 6.5 21s-1.678 0-2.116-.19a2.3 2.3 0 0 1-1.194-1.194C3 19.178 3 18.62 3 17.5s0-1.678.19-2.116a2.3 2.3 0 0 1 1.194-1.194C4.822 14 5.38 14 6.5 14s1.678 0 2.116.19a2.3 2.3 0 0 1 1.194 1.194"/></svg>
</template>

CSS

.icon-regex {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.663%203v10m4.332-7.504l-8.66%205m8.665%200l-8.66-5m-2.53%209.888c.19.438.19.997.19%202.116s0%201.678-.19%202.116a2.3%202.3%200%200%201-1.194%201.194C8.178%2021%207.62%2021%206.5%2021s-1.678%200-2.116-.19a2.3%202.3%200%200%201-1.194-1.194C3%2019.178%203%2018.62%203%2017.5s0-1.678.19-2.116a2.3%202.3%200%200%201%201.194-1.194C4.822%2014%205.38%2014%206.5%2014s1.678%200%202.116.19a2.3%202.3%200%200%201%201.194%201.194%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.663%203v10m4.332-7.504l-8.66%205m8.665%200l-8.66-5m-2.53%209.888c.19.438.19.997.19%202.116s0%201.678-.19%202.116a2.3%202.3%200%200%201-1.194%201.194C8.178%2021%207.62%2021%206.5%2021s-1.678%200-2.116-.19a2.3%202.3%200%200%201-1.194-1.194C3%2019.178%203%2018.62%203%2017.5s0-1.678.19-2.116a2.3%202.3%200%200%201%201.194-1.194C4.822%2014%205.38%2014%206.5%2014s1.678%200%202.116.19a2.3%202.3%200%200%201%201.194%201.194%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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