regular expression icon
regular-expression from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- regular-expression
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- regular-expression-outline, regular-expression-outline-sharp, regular-expression-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the regular expression icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.752 18.448q-1.304-1.31-2.037-2.971q-.734-1.661-.734-3.508t.711-3.527t2.06-2.97l.733.712Q5.277 7.31 4.629 8.811t-.648 3.139t.66 3.14t1.844 2.645zm3.041-1.241Q8.5 16.913 8.5 16.5t.293-.707t.707-.293t.707.293t.293.707t-.293.707t-.707.293t-.707-.293m4.682-4.707v-2.16l-1.852 1.093l-.5-.866L12.975 9.5l-1.852-1.067l.5-.866l1.852 1.092V6.5h1v2.16l1.852-1.093l.5.866L14.975 9.5l1.852 1.067l-.5.866l-1.852-1.092V12.5zm4.754 5.948l-.733-.713q1.208-1.125 1.856-2.636q.648-1.51.648-3.149t-.66-3.13t-1.844-2.635l.733-.714q1.304 1.31 2.037 2.981q.734 1.671.734 3.517t-.721 3.527t-2.05 2.952"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRegularExpression(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" d="M5.752 18.448q-1.304-1.31-2.037-2.971q-.734-1.661-.734-3.508t.711-3.527t2.06-2.97l.733.712Q5.277 7.31 4.629 8.811t-.648 3.139t.66 3.14t1.844 2.645zm3.041-1.241Q8.5 16.913 8.5 16.5t.293-.707t.707-.293t.707.293t.293.707t-.293.707t-.707.293t-.707-.293m4.682-4.707v-2.16l-1.852 1.093l-.5-.866L12.975 9.5l-1.852-1.067l.5-.866l1.852 1.092V6.5h1v2.16l1.852-1.093l.5.866L14.975 9.5l1.852 1.067l-.5.866l-1.852-1.092V12.5zm4.754 5.948l-.733-.713q1.208-1.125 1.856-2.636q.648-1.51.648-3.149t-.66-3.13t-1.844-2.635l.733-.714q1.304 1.31 2.037 2.981q.734 1.671.734 3.517t-.721 3.527t-2.05 2.952"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.752 18.448q-1.304-1.31-2.037-2.971q-.734-1.661-.734-3.508t.711-3.527t2.06-2.97l.733.712Q5.277 7.31 4.629 8.811t-.648 3.139t.66 3.14t1.844 2.645zm3.041-1.241Q8.5 16.913 8.5 16.5t.293-.707t.707-.293t.707.293t.293.707t-.293.707t-.707.293t-.707-.293m4.682-4.707v-2.16l-1.852 1.093l-.5-.866L12.975 9.5l-1.852-1.067l.5-.866l1.852 1.092V6.5h1v2.16l1.852-1.093l.5.866L14.975 9.5l1.852 1.067l-.5.866l-1.852-1.092V12.5zm4.754 5.948l-.733-.713q1.208-1.125 1.856-2.636q.648-1.51.648-3.149t-.66-3.13t-1.844-2.635l.733-.714q1.304 1.31 2.037 2.981q.734 1.671.734 3.517t-.721 3.527t-2.05 2.952"/></svg> </template>
CSS
.icon-regular-expression {
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%20d%3D%22M5.752%2018.448q-1.304-1.31-2.037-2.971q-.734-1.661-.734-3.508t.711-3.527t2.06-2.97l.733.712Q5.277%207.31%204.629%208.811t-.648%203.139t.66%203.14t1.844%202.645zm3.041-1.241Q8.5%2016.913%208.5%2016.5t.293-.707t.707-.293t.707.293t.293.707t-.293.707t-.707.293t-.707-.293m4.682-4.707v-2.16l-1.852%201.093l-.5-.866L12.975%209.5l-1.852-1.067l.5-.866l1.852%201.092V6.5h1v2.16l1.852-1.093l.5.866L14.975%209.5l1.852%201.067l-.5.866l-1.852-1.092V12.5zm4.754%205.948l-.733-.713q1.208-1.125%201.856-2.636q.648-1.51.648-3.149t-.66-3.13t-1.844-2.635l.733-.714q1.304%201.31%202.037%202.981q.734%201.671.734%203.517t-.721%203.527t-2.05%202.952%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%20d%3D%22M5.752%2018.448q-1.304-1.31-2.037-2.971q-.734-1.661-.734-3.508t.711-3.527t2.06-2.97l.733.712Q5.277%207.31%204.629%208.811t-.648%203.139t.66%203.14t1.844%202.645zm3.041-1.241Q8.5%2016.913%208.5%2016.5t.293-.707t.707-.293t.707.293t.293.707t-.293.707t-.707.293t-.707-.293m4.682-4.707v-2.16l-1.852%201.093l-.5-.866L12.975%209.5l-1.852-1.067l.5-.866l1.852%201.092V6.5h1v2.16l1.852-1.093l.5.866L14.975%209.5l1.852%201.067l-.5.866l-1.852-1.092V12.5zm4.754%205.948l-.733-.713q1.208-1.125%201.856-2.636q.648-1.51.648-3.149t-.66-3.13t-1.844-2.635l.733-.714q1.304%201.31%202.037%202.981q.734%201.671.734%203.517t-.721%203.527t-2.05%202.952%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/regular-expression.svg?color=%231a73e8&size=48