square rounded letter e icon

square-rounded-letter-e-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
square-rounded-letter-e-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the square rounded letter e icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.676 2.001L12 2c7.752 0 10 2.248 10 10l-.005.642C21.869 19.877 19.534 22 12 22l-.642-.005C4.228 21.87 2.063 19.6 2 12.325V12c0-7.643 2.185-9.936 9.676-9.999M14 7h-4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1l-.007-.117A1 1 0 0 0 14 15h-3v-2h1.5a1 1 0 0 0 .993-.883L13.5 12a1 1 0 0 0-1-1H11V9h3a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function TablerSquareRoundedLetterEFilled(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="M11.676 2.001L12 2c7.752 0 10 2.248 10 10l-.005.642C21.869 19.877 19.534 22 12 22l-.642-.005C4.228 21.87 2.063 19.6 2 12.325V12c0-7.643 2.185-9.936 9.676-9.999M14 7h-4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1l-.007-.117A1 1 0 0 0 14 15h-3v-2h1.5a1 1 0 0 0 .993-.883L13.5 12a1 1 0 0 0-1-1H11V9h3a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.676 2.001L12 2c7.752 0 10 2.248 10 10l-.005.642C21.869 19.877 19.534 22 12 22l-.642-.005C4.228 21.87 2.063 19.6 2 12.325V12c0-7.643 2.185-9.936 9.676-9.999M14 7h-4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1l-.007-.117A1 1 0 0 0 14 15h-3v-2h1.5a1 1 0 0 0 .993-.883L13.5 12a1 1 0 0 0-1-1H11V9h3a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-square-rounded-letter-e-filled {
  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%22M11.676%202.001L12%202c7.752%200%2010%202.248%2010%2010l-.005.642C21.869%2019.877%2019.534%2022%2012%2022l-.642-.005C4.228%2021.87%202.063%2019.6%202%2012.325V12c0-7.643%202.185-9.936%209.676-9.999M14%207h-4a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1l-.007-.117A1%201%200%200%200%2014%2015h-3v-2h1.5a1%201%200%200%200%20.993-.883L13.5%2012a1%201%200%200%200-1-1H11V9h3a1%201%200%200%200%200-2%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%22M11.676%202.001L12%202c7.752%200%2010%202.248%2010%2010l-.005.642C21.869%2019.877%2019.534%2022%2012%2022l-.642-.005C4.228%2021.87%202.063%2019.6%202%2012.325V12c0-7.643%202.185-9.936%209.676-9.999M14%207h-4a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1l-.007-.117A1%201%200%200%200%2014%2015h-3v-2h1.5a1%201%200%200%200%20.993-.883L13.5%2012a1%201%200%200%200-1-1H11V9h3a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/square-rounded-letter-e-filled.svg?color=%231a73e8&size=48