literal logo
literal from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- literal
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the literal logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.148 5.719l.128-1.798l3.234.223l-1.52-2.902l1.63-.836L16.176 3.4L18.142.65l1.495 1.05l-1.916 2.665l3.212.221l-.128 1.797l-3.167-.217l1.498 2.878l-1.628.836l-1.578-3.017l-1.99 2.771l-1.495-1.05L14.36 5.94zm-8.129 9.513L5.197 0l2.569.355l-1.817 12.708l5.978.825l-.361 2.525zM20.981 21.7L4.328 24l-.36-2.524l16.652-2.3z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsLiteral(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.148 5.719l.128-1.798l3.234.223l-1.52-2.902l1.63-.836L16.176 3.4L18.142.65l1.495 1.05l-1.916 2.665l3.212.221l-.128 1.797l-3.167-.217l1.498 2.878l-1.628.836l-1.578-3.017l-1.99 2.771l-1.495-1.05L14.36 5.94zm-8.129 9.513L5.197 0l2.569.355l-1.817 12.708l5.978.825l-.361 2.525zM20.981 21.7L4.328 24l-.36-2.524l16.652-2.3z"/></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.148 5.719l.128-1.798l3.234.223l-1.52-2.902l1.63-.836L16.176 3.4L18.142.65l1.495 1.05l-1.916 2.665l3.212.221l-.128 1.797l-3.167-.217l1.498 2.878l-1.628.836l-1.578-3.017l-1.99 2.771l-1.495-1.05L14.36 5.94zm-8.129 9.513L5.197 0l2.569.355l-1.817 12.708l5.978.825l-.361 2.525zM20.981 21.7L4.328 24l-.36-2.524l16.652-2.3z"/></svg> </template>
CSS
.icon-literal {
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.148%205.719l.128-1.798l3.234.223l-1.52-2.902l1.63-.836L16.176%203.4L18.142.65l1.495%201.05l-1.916%202.665l3.212.221l-.128%201.797l-3.167-.217l1.498%202.878l-1.628.836l-1.578-3.017l-1.99%202.771l-1.495-1.05L14.36%205.94zm-8.129%209.513L5.197%200l2.569.355l-1.817%2012.708l5.978.825l-.361%202.525zM20.981%2021.7L4.328%2024l-.36-2.524l16.652-2.3z%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.148%205.719l.128-1.798l3.234.223l-1.52-2.902l1.63-.836L16.176%203.4L18.142.65l1.495%201.05l-1.916%202.665l3.212.221l-.128%201.797l-3.167-.217l1.498%202.878l-1.628.836l-1.578-3.017l-1.99%202.771l-1.495-1.05L14.36%205.94zm-8.129%209.513L5.197%200l2.569.355l-1.817%2012.708l5.978.825l-.361%202.525zM20.981%2021.7L4.328%2024l-.36-2.524l16.652-2.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/literal.svg?color=%231a73e8&size=48