letter english a icon
letter-english-a from Unicons by Iconscout · Line · Content · Apache-2.0 Free for personal and commercial use.
- Name
- letter-english-a
- Set
- Unicons
- Style
- Line
- Category
- Content
- Viewbox
- 24×24
- License
- Apache 2.0
More content icons from Unicons
Use the letter english a icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.97 19.757L15.35 5.272A2.996 2.996 0 0 0 12.437 3h-.877a2.996 2.996 0 0 0-2.91 2.272L5.03 19.757a1 1 0 0 0 1.94.486L8.28 15h7.44l1.31 5.243a1 1 0 0 0 1.94-.486M8.78 13l1.811-7.242a1 1 0 0 1 .97-.758h.878a1 1 0 0 1 .97.758L15.219 13Z"/></svg>
React
import type { SVGProps } from "react";
export function UilLetterEnglishA(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="M18.97 19.757L15.35 5.272A2.996 2.996 0 0 0 12.437 3h-.877a2.996 2.996 0 0 0-2.91 2.272L5.03 19.757a1 1 0 0 0 1.94.486L8.28 15h7.44l1.31 5.243a1 1 0 0 0 1.94-.486M8.78 13l1.811-7.242a1 1 0 0 1 .97-.758h.878a1 1 0 0 1 .97.758L15.219 13Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.97 19.757L15.35 5.272A2.996 2.996 0 0 0 12.437 3h-.877a2.996 2.996 0 0 0-2.91 2.272L5.03 19.757a1 1 0 0 0 1.94.486L8.28 15h7.44l1.31 5.243a1 1 0 0 0 1.94-.486M8.78 13l1.811-7.242a1 1 0 0 1 .97-.758h.878a1 1 0 0 1 .97.758L15.219 13Z"/></svg> </template>
CSS
.icon-letter-english-a {
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%22M18.97%2019.757L15.35%205.272A2.996%202.996%200%200%200%2012.437%203h-.877a2.996%202.996%200%200%200-2.91%202.272L5.03%2019.757a1%201%200%200%200%201.94.486L8.28%2015h7.44l1.31%205.243a1%201%200%200%200%201.94-.486M8.78%2013l1.811-7.242a1%201%200%200%201%20.97-.758h.878a1%201%200%200%201%20.97.758L15.219%2013Z%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%22M18.97%2019.757L15.35%205.272A2.996%202.996%200%200%200%2012.437%203h-.877a2.996%202.996%200%200%200-2.91%202.272L5.03%2019.757a1%201%200%200%200%201.94.486L8.28%2015h7.44l1.31%205.243a1%201%200%200%200%201.94-.486M8.78%2013l1.811-7.242a1%201%200%200%201%20.97-.758h.878a1%201%200%200%201%20.97.758L15.219%2013Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/letter-english-a.svg?color=%231a73e8&size=48