fort awesome alt icon
fort-awesome-alt from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- fort-awesome-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the fort awesome alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.5 3C8.607 3 3 8.607 3 15.5S8.607 28 15.5 28S28 22.393 28 15.5S22.393 3 15.5 3m0 2C21.29 5 26 9.71 26 15.5S21.29 26 15.5 26S5 21.29 5 15.5S9.71 5 15.5 5M15 8v5h-1v-1h-1v1h-1v-1h-1v6H9v-1H8v2.49a8.52 8.52 0 0 0 6 4.37V20.5c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v3.36a8.52 8.52 0 0 0 6-4.37V17h-1v1h-2v-6h-1v1h-1v-1h-1v1h-1v-3s.39-.23.9-.23c.5 0 .78.23 1.19.23c.55 0 .91-.23.91-.23V8s-.36.23-.91.23c-.41 0-.69-.23-1.19-.23c-.51 0-.9.23-.9.23V8zm-2 7h1v2h-1zm4 0h1v2h-1z"/></svg>
React
import type { SVGProps } from "react";
export function LaFortAwesomeAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.5 3C8.607 3 3 8.607 3 15.5S8.607 28 15.5 28S28 22.393 28 15.5S22.393 3 15.5 3m0 2C21.29 5 26 9.71 26 15.5S21.29 26 15.5 26S5 21.29 5 15.5S9.71 5 15.5 5M15 8v5h-1v-1h-1v1h-1v-1h-1v6H9v-1H8v2.49a8.52 8.52 0 0 0 6 4.37V20.5c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v3.36a8.52 8.52 0 0 0 6-4.37V17h-1v1h-2v-6h-1v1h-1v-1h-1v1h-1v-3s.39-.23.9-.23c.5 0 .78.23 1.19.23c.55 0 .91-.23.91-.23V8s-.36.23-.91.23c-.41 0-.69-.23-1.19-.23c-.51 0-.9.23-.9.23V8zm-2 7h1v2h-1zm4 0h1v2h-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.5 3C8.607 3 3 8.607 3 15.5S8.607 28 15.5 28S28 22.393 28 15.5S22.393 3 15.5 3m0 2C21.29 5 26 9.71 26 15.5S21.29 26 15.5 26S5 21.29 5 15.5S9.71 5 15.5 5M15 8v5h-1v-1h-1v1h-1v-1h-1v6H9v-1H8v2.49a8.52 8.52 0 0 0 6 4.37V20.5c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v3.36a8.52 8.52 0 0 0 6-4.37V17h-1v1h-2v-6h-1v1h-1v-1h-1v1h-1v-3s.39-.23.9-.23c.5 0 .78.23 1.19.23c.55 0 .91-.23.91-.23V8s-.36.23-.91.23c-.41 0-.69-.23-1.19-.23c-.51 0-.9.23-.9.23V8zm-2 7h1v2h-1zm4 0h1v2h-1z"/></svg> </template>
CSS
.icon-fort-awesome-alt {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%203C8.607%203%203%208.607%203%2015.5S8.607%2028%2015.5%2028S28%2022.393%2028%2015.5S22.393%203%2015.5%203m0%202C21.29%205%2026%209.71%2026%2015.5S21.29%2026%2015.5%2026S5%2021.29%205%2015.5S9.71%205%2015.5%205M15%208v5h-1v-1h-1v1h-1v-1h-1v6H9v-1H8v2.49a8.52%208.52%200%200%200%206%204.37V20.5c0-.825.675-1.5%201.5-1.5s1.5.675%201.5%201.5v3.36a8.52%208.52%200%200%200%206-4.37V17h-1v1h-2v-6h-1v1h-1v-1h-1v1h-1v-3s.39-.23.9-.23c.5%200%20.78.23%201.19.23c.55%200%20.91-.23.91-.23V8s-.36.23-.91.23c-.41%200-.69-.23-1.19-.23c-.51%200-.9.23-.9.23V8zm-2%207h1v2h-1zm4%200h1v2h-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%203C8.607%203%203%208.607%203%2015.5S8.607%2028%2015.5%2028S28%2022.393%2028%2015.5S22.393%203%2015.5%203m0%202C21.29%205%2026%209.71%2026%2015.5S21.29%2026%2015.5%2026S5%2021.29%205%2015.5S9.71%205%2015.5%205M15%208v5h-1v-1h-1v1h-1v-1h-1v6H9v-1H8v2.49a8.52%208.52%200%200%200%206%204.37V20.5c0-.825.675-1.5%201.5-1.5s1.5.675%201.5%201.5v3.36a8.52%208.52%200%200%200%206-4.37V17h-1v1h-2v-6h-1v1h-1v-1h-1v1h-1v-3s.39-.23.9-.23c.5%200%20.78.23%201.19.23c.55%200%20.91-.23.91-.23V8s-.36.23-.91.23c-.41%200-.69-.23-1.19-.23c-.51%200-.9.23-.9.23V8zm-2%207h1v2h-1zm4%200h1v2h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/fort-awesome-alt.svg?color=%231a73e8&size=48