anja icon
anja-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- anja-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
Use the anja icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8 13a2 2 0 0 0 2-2H9a1 1 0 0 1-1 1H6.5v1z"/><path fill="currentColor" fill-rule="evenodd" d="M7.5 15q-.274 0-.543-.029L7 15H1V6h.019A6.5 6.5 0 0 1 14 6.5V15zM8.974 4.9l1.3.086A6 6 0 0 1 11.503 7H4.207a5.62 5.62 0 0 1 4.767-2.1M9.085 8h2.71l.04.196q.075.397.07.804H10.5a1.5 1.5 0 0 1-1.415-1m1.415 2h1.286a8 8 0 0 1-.524 1.556a4.116 4.116 0 0 1-7.524 0A6.2 6.2 0 0 1 3.254 10H4.5a2.5 2.5 0 0 0 2.45-2h1.1a2.5 2.5 0 0 0 2.45 2m-6-1H3.235q.046-.345.18-.669q.072-.169.153-.331h2.347A1.5 1.5 0 0 1 4.5 9" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsAnjaSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8 13a2 2 0 0 0 2-2H9a1 1 0 0 1-1 1H6.5v1z"/><path fill="currentColor" fillRule="evenodd" d="M7.5 15q-.274 0-.543-.029L7 15H1V6h.019A6.5 6.5 0 0 1 14 6.5V15zM8.974 4.9l1.3.086A6 6 0 0 1 11.503 7H4.207a5.62 5.62 0 0 1 4.767-2.1M9.085 8h2.71l.04.196q.075.397.07.804H10.5a1.5 1.5 0 0 1-1.415-1m1.415 2h1.286a8 8 0 0 1-.524 1.556a4.116 4.116 0 0 1-7.524 0A6.2 6.2 0 0 1 3.254 10H4.5a2.5 2.5 0 0 0 2.45-2h1.1a2.5 2.5 0 0 0 2.45 2m-6-1H3.235q.046-.345.18-.669q.072-.169.153-.331h2.347A1.5 1.5 0 0 1 4.5 9" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8 13a2 2 0 0 0 2-2H9a1 1 0 0 1-1 1H6.5v1z"/><path fill="currentColor" fill-rule="evenodd" d="M7.5 15q-.274 0-.543-.029L7 15H1V6h.019A6.5 6.5 0 0 1 14 6.5V15zM8.974 4.9l1.3.086A6 6 0 0 1 11.503 7H4.207a5.62 5.62 0 0 1 4.767-2.1M9.085 8h2.71l.04.196q.075.397.07.804H10.5a1.5 1.5 0 0 1-1.415-1m1.415 2h1.286a8 8 0 0 1-.524 1.556a4.116 4.116 0 0 1-7.524 0A6.2 6.2 0 0 1 3.254 10H4.5a2.5 2.5 0 0 0 2.45-2h1.1a2.5 2.5 0 0 0 2.45 2m-6-1H3.235q.046-.345.18-.669q.072-.169.153-.331h2.347A1.5 1.5 0 0 1 4.5 9" clip-rule="evenodd"/></svg> </template>
CSS
.icon-anja-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2013a2%202%200%200%200%202-2H9a1%201%200%200%201-1%201H6.5v1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%2015q-.274%200-.543-.029L7%2015H1V6h.019A6.5%206.5%200%200%201%2014%206.5V15zM8.974%204.9l1.3.086A6%206%200%200%201%2011.503%207H4.207a5.62%205.62%200%200%201%204.767-2.1M9.085%208h2.71l.04.196q.075.397.07.804H10.5a1.5%201.5%200%200%201-1.415-1m1.415%202h1.286a8%208%200%200%201-.524%201.556a4.116%204.116%200%200%201-7.524%200A6.2%206.2%200%200%201%203.254%2010H4.5a2.5%202.5%200%200%200%202.45-2h1.1a2.5%202.5%200%200%200%202.45%202m-6-1H3.235q.046-.345.18-.669q.072-.169.153-.331h2.347A1.5%201.5%200%200%201%204.5%209%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2013a2%202%200%200%200%202-2H9a1%201%200%200%201-1%201H6.5v1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%2015q-.274%200-.543-.029L7%2015H1V6h.019A6.5%206.5%200%200%201%2014%206.5V15zM8.974%204.9l1.3.086A6%206%200%200%201%2011.503%207H4.207a5.62%205.62%200%200%201%204.767-2.1M9.085%208h2.71l.04.196q.075.397.07.804H10.5a1.5%201.5%200%200%201-1.415-1m1.415%202h1.286a8%208%200%200%201-.524%201.556a4.116%204.116%200%200%201-7.524%200A6.2%206.2%200%200%201%203.254%2010H4.5a2.5%202.5%200%200%200%202.45-2h1.1a2.5%202.5%200%200%200%202.45%202m-6-1H3.235q.046-.345.18-.669q.072-.169.153-.331h2.347A1.5%201.5%200%200%201%204.5%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/anja-solid.svg?color=%231a73e8&size=48