regex icon
regex from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- regex
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" fill-rule="evenodd" d="M3.05 3.05a7 7 0 0 0 0 9.9a.5.5 0 0 1-.707.707a8 8 0 0 1 0-11.314a.5.5 0 1 1 .707.707m9.9-.707a.5.5 0 0 1 .707 0a8 8 0 0 1 0 11.314a.5.5 0 0 1-.707-.707a7 7 0 0 0 0-9.9a.5.5 0 0 1 0-.707M6 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m5-6.5a.5.5 0 0 0-1 0v2.117L8.257 5.57a.5.5 0 0 0-.514.858L9.528 7.5L7.743 8.571a.5.5 0 1 0 .514.858L10 8.383V10.5a.5.5 0 1 0 1 0V8.383l1.743 1.046a.5.5 0 0 0 .514-.858L11.472 7.5l1.785-1.071a.5.5 0 1 0-.514-.858L11 6.617z"/></svg>
React
import type { SVGProps } from "react";
export function BiRegex(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M3.05 3.05a7 7 0 0 0 0 9.9a.5.5 0 0 1-.707.707a8 8 0 0 1 0-11.314a.5.5 0 1 1 .707.707m9.9-.707a.5.5 0 0 1 .707 0a8 8 0 0 1 0 11.314a.5.5 0 0 1-.707-.707a7 7 0 0 0 0-9.9a.5.5 0 0 1 0-.707M6 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m5-6.5a.5.5 0 0 0-1 0v2.117L8.257 5.57a.5.5 0 0 0-.514.858L9.528 7.5L7.743 8.571a.5.5 0 1 0 .514.858L10 8.383V10.5a.5.5 0 1 0 1 0V8.383l1.743 1.046a.5.5 0 0 0 .514-.858L11.472 7.5l1.785-1.071a.5.5 0 1 0-.514-.858L11 6.617z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M3.05 3.05a7 7 0 0 0 0 9.9a.5.5 0 0 1-.707.707a8 8 0 0 1 0-11.314a.5.5 0 1 1 .707.707m9.9-.707a.5.5 0 0 1 .707 0a8 8 0 0 1 0 11.314a.5.5 0 0 1-.707-.707a7 7 0 0 0 0-9.9a.5.5 0 0 1 0-.707M6 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m5-6.5a.5.5 0 0 0-1 0v2.117L8.257 5.57a.5.5 0 0 0-.514.858L9.528 7.5L7.743 8.571a.5.5 0 1 0 .514.858L10 8.383V10.5a.5.5 0 1 0 1 0V8.383l1.743 1.046a.5.5 0 0 0 .514-.858L11.472 7.5l1.785-1.071a.5.5 0 1 0-.514-.858L11 6.617z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.05%203.05a7%207%200%200%200%200%209.9a.5.5%200%200%201-.707.707a8%208%200%200%201%200-11.314a.5.5%200%201%201%20.707.707m9.9-.707a.5.5%200%200%201%20.707%200a8%208%200%200%201%200%2011.314a.5.5%200%200%201-.707-.707a7%207%200%200%200%200-9.9a.5.5%200%200%201%200-.707M6%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m5-6.5a.5.5%200%200%200-1%200v2.117L8.257%205.57a.5.5%200%200%200-.514.858L9.528%207.5L7.743%208.571a.5.5%200%201%200%20.514.858L10%208.383V10.5a.5.5%200%201%200%201%200V8.383l1.743%201.046a.5.5%200%200%200%20.514-.858L11.472%207.5l1.785-1.071a.5.5%200%201%200-.514-.858L11%206.617z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.05%203.05a7%207%200%200%200%200%209.9a.5.5%200%200%201-.707.707a8%208%200%200%201%200-11.314a.5.5%200%201%201%20.707.707m9.9-.707a.5.5%200%200%201%20.707%200a8%208%200%200%201%200%2011.314a.5.5%200%200%201-.707-.707a7%207%200%200%200%200-9.9a.5.5%200%200%201%200-.707M6%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m5-6.5a.5.5%200%200%200-1%200v2.117L8.257%205.57a.5.5%200%200%200-.514.858L9.528%207.5L7.743%208.571a.5.5%200%201%200%20.514.858L10%208.383V10.5a.5.5%200%201%200%201%200V8.383l1.743%201.046a.5.5%200%200%200%20.514-.858L11.472%207.5l1.785-1.071a.5.5%200%201%200-.514-.858L11%206.617z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/regex.svg?color=%231a73e8&size=48