epsilon from Material Design Icons by Pictogrammers · Filled · Alpha / Numeric · Apache-2.0 Free for personal and commercial use.

Name
epsilon
Set
Material Design Icons
Style
Filled
Category
Alpha / Numeric
Viewbox
24×24
License
Apache 2.0

More alpha / numeric icons from Material Design Icons

Use the epsilon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.05 7.78l1.1-1.6S14.91 5 12.77 5c-2.73 0-4.42 1.84-4.42 3.76s1.73 2.93 1.73 2.93S8 12.38 8 15c0 2.63 2.14 4 4.44 4c2.94 0 4.56-1.96 4.56-1.96l-1.4-1.54s-1.46 1.37-3.01 1.37c-1.93 0-2.38-1.18-2.38-1.95c0-1.05.33-2.27 3.62-2.27l-.01-1.88s-3.38.34-3.38-1.99c0-1.57 1.46-1.86 2.2-1.86c1.64 0 2.41.86 2.41.86"/></svg>

React

import type { SVGProps } from "react";

export function MdiEpsilon(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="m15.05 7.78l1.1-1.6S14.91 5 12.77 5c-2.73 0-4.42 1.84-4.42 3.76s1.73 2.93 1.73 2.93S8 12.38 8 15c0 2.63 2.14 4 4.44 4c2.94 0 4.56-1.96 4.56-1.96l-1.4-1.54s-1.46 1.37-3.01 1.37c-1.93 0-2.38-1.18-2.38-1.95c0-1.05.33-2.27 3.62-2.27l-.01-1.88s-3.38.34-3.38-1.99c0-1.57 1.46-1.86 2.2-1.86c1.64 0 2.41.86 2.41.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.05 7.78l1.1-1.6S14.91 5 12.77 5c-2.73 0-4.42 1.84-4.42 3.76s1.73 2.93 1.73 2.93S8 12.38 8 15c0 2.63 2.14 4 4.44 4c2.94 0 4.56-1.96 4.56-1.96l-1.4-1.54s-1.46 1.37-3.01 1.37c-1.93 0-2.38-1.18-2.38-1.95c0-1.05.33-2.27 3.62-2.27l-.01-1.88s-3.38.34-3.38-1.99c0-1.57 1.46-1.86 2.2-1.86c1.64 0 2.41.86 2.41.86"/></svg>
</template>

CSS

.icon-epsilon {
  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%22m15.05%207.78l1.1-1.6S14.91%205%2012.77%205c-2.73%200-4.42%201.84-4.42%203.76s1.73%202.93%201.73%202.93S8%2012.38%208%2015c0%202.63%202.14%204%204.44%204c2.94%200%204.56-1.96%204.56-1.96l-1.4-1.54s-1.46%201.37-3.01%201.37c-1.93%200-2.38-1.18-2.38-1.95c0-1.05.33-2.27%203.62-2.27l-.01-1.88s-3.38.34-3.38-1.99c0-1.57%201.46-1.86%202.2-1.86c1.64%200%202.41.86%202.41.86%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%22m15.05%207.78l1.1-1.6S14.91%205%2012.77%205c-2.73%200-4.42%201.84-4.42%203.76s1.73%202.93%201.73%202.93S8%2012.38%208%2015c0%202.63%202.14%204%204.44%204c2.94%200%204.56-1.96%204.56-1.96l-1.4-1.54s-1.46%201.37-3.01%201.37c-1.93%200-2.38-1.18-2.38-1.95c0-1.05.33-2.27%203.62-2.27l-.01-1.88s-3.38.34-3.38-1.99c0-1.57%201.46-1.86%202.2-1.86c1.64%200%202.41.86%202.41.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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