first order alt icon
first-order-alt from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- first-order-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 first order alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.817 3 3 8.817 3 16s5.817 13 13 13s13-5.817 13-13S23.183 3 16 3m0 1c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16S9.37 4 16 4m0 1C9.926 5 5 9.926 5 16s4.926 11 11 11s11-4.926 11-11S22.074 5 16 5m0 1c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6m-.01 1c-.415 0-.821.029-1.228.086l.222 3.805l-1.255-3.602a9 9 0 0 0-2.28.938l1.682 3.466l-2.56-2.879a9.3 9.3 0 0 0-1.749 1.739l2.88 2.568l-3.468-1.68a9.3 9.3 0 0 0-.947 2.27l3.643 1.275l-3.844-.222A9 9 0 0 0 6.998 16c0 .415.03.822.078 1.227l3.844-.223l-3.63 1.266a8.8 8.8 0 0 0 .937 2.279l3.466-1.682l-2.879 2.56a9.3 9.3 0 0 0 1.748 1.749l2.56-2.88l-1.68 3.468a9 9 0 0 0 2.279.947l1.265-3.65l-.222 3.851a8.6 8.6 0 0 0 2.46-.002l-.22-3.87l1.273 3.669a9.3 9.3 0 0 0 2.27-.945l-1.68-3.467l2.559 2.867a8.7 8.7 0 0 0 1.738-1.738l-2.867-2.559l3.467 1.67a8.8 8.8 0 0 0 .935-2.267l-3.63-1.266l3.833.223a8.6 8.6 0 0 0-.002-2.461l-3.841.22l3.64-1.263a9.2 9.2 0 0 0-.945-2.28l-3.469 1.68l2.88-2.559a9 9 0 0 0-1.74-1.738l-2.558 2.867l1.67-3.466a9.3 9.3 0 0 0-2.267-.938l-1.266 3.633l.223-3.834A9 9 0 0 0 15.99 7"/></svg>
React
import type { SVGProps } from "react";
export function LaFirstOrderAlt(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="M16 3C8.817 3 3 8.817 3 16s5.817 13 13 13s13-5.817 13-13S23.183 3 16 3m0 1c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16S9.37 4 16 4m0 1C9.926 5 5 9.926 5 16s4.926 11 11 11s11-4.926 11-11S22.074 5 16 5m0 1c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6m-.01 1c-.415 0-.821.029-1.228.086l.222 3.805l-1.255-3.602a9 9 0 0 0-2.28.938l1.682 3.466l-2.56-2.879a9.3 9.3 0 0 0-1.749 1.739l2.88 2.568l-3.468-1.68a9.3 9.3 0 0 0-.947 2.27l3.643 1.275l-3.844-.222A9 9 0 0 0 6.998 16c0 .415.03.822.078 1.227l3.844-.223l-3.63 1.266a8.8 8.8 0 0 0 .937 2.279l3.466-1.682l-2.879 2.56a9.3 9.3 0 0 0 1.748 1.749l2.56-2.88l-1.68 3.468a9 9 0 0 0 2.279.947l1.265-3.65l-.222 3.851a8.6 8.6 0 0 0 2.46-.002l-.22-3.87l1.273 3.669a9.3 9.3 0 0 0 2.27-.945l-1.68-3.467l2.559 2.867a8.7 8.7 0 0 0 1.738-1.738l-2.867-2.559l3.467 1.67a8.8 8.8 0 0 0 .935-2.267l-3.63-1.266l3.833.223a8.6 8.6 0 0 0-.002-2.461l-3.841.22l3.64-1.263a9.2 9.2 0 0 0-.945-2.28l-3.469 1.68l2.88-2.559a9 9 0 0 0-1.74-1.738l-2.558 2.867l1.67-3.466a9.3 9.3 0 0 0-2.267-.938l-1.266 3.633l.223-3.834A9 9 0 0 0 15.99 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.817 3 3 8.817 3 16s5.817 13 13 13s13-5.817 13-13S23.183 3 16 3m0 1c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16S9.37 4 16 4m0 1C9.926 5 5 9.926 5 16s4.926 11 11 11s11-4.926 11-11S22.074 5 16 5m0 1c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6m-.01 1c-.415 0-.821.029-1.228.086l.222 3.805l-1.255-3.602a9 9 0 0 0-2.28.938l1.682 3.466l-2.56-2.879a9.3 9.3 0 0 0-1.749 1.739l2.88 2.568l-3.468-1.68a9.3 9.3 0 0 0-.947 2.27l3.643 1.275l-3.844-.222A9 9 0 0 0 6.998 16c0 .415.03.822.078 1.227l3.844-.223l-3.63 1.266a8.8 8.8 0 0 0 .937 2.279l3.466-1.682l-2.879 2.56a9.3 9.3 0 0 0 1.748 1.749l2.56-2.88l-1.68 3.468a9 9 0 0 0 2.279.947l1.265-3.65l-.222 3.851a8.6 8.6 0 0 0 2.46-.002l-.22-3.87l1.273 3.669a9.3 9.3 0 0 0 2.27-.945l-1.68-3.467l2.559 2.867a8.7 8.7 0 0 0 1.738-1.738l-2.867-2.559l3.467 1.67a8.8 8.8 0 0 0 .935-2.267l-3.63-1.266l3.833.223a8.6 8.6 0 0 0-.002-2.461l-3.841.22l3.64-1.263a9.2 9.2 0 0 0-.945-2.28l-3.469 1.68l2.88-2.559a9 9 0 0 0-1.74-1.738l-2.558 2.867l1.67-3.466a9.3 9.3 0 0 0-2.267-.938l-1.266 3.633l.223-3.834A9 9 0 0 0 15.99 7"/></svg> </template>
CSS
.icon-first-order-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%22M16%203C8.817%203%203%208.817%203%2016s5.817%2013%2013%2013s13-5.817%2013-13S23.183%203%2016%203m0%201c6.63%200%2012%205.37%2012%2012s-5.37%2012-12%2012S4%2022.63%204%2016S9.37%204%2016%204m0%201C9.926%205%205%209.926%205%2016s4.926%2011%2011%2011s11-4.926%2011-11S22.074%205%2016%205m0%201c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S6%2021.523%206%2016S10.477%206%2016%206m-.01%201c-.415%200-.821.029-1.228.086l.222%203.805l-1.255-3.602a9%209%200%200%200-2.28.938l1.682%203.466l-2.56-2.879a9.3%209.3%200%200%200-1.749%201.739l2.88%202.568l-3.468-1.68a9.3%209.3%200%200%200-.947%202.27l3.643%201.275l-3.844-.222A9%209%200%200%200%206.998%2016c0%20.415.03.822.078%201.227l3.844-.223l-3.63%201.266a8.8%208.8%200%200%200%20.937%202.279l3.466-1.682l-2.879%202.56a9.3%209.3%200%200%200%201.748%201.749l2.56-2.88l-1.68%203.468a9%209%200%200%200%202.279.947l1.265-3.65l-.222%203.851a8.6%208.6%200%200%200%202.46-.002l-.22-3.87l1.273%203.669a9.3%209.3%200%200%200%202.27-.945l-1.68-3.467l2.559%202.867a8.7%208.7%200%200%200%201.738-1.738l-2.867-2.559l3.467%201.67a8.8%208.8%200%200%200%20.935-2.267l-3.63-1.266l3.833.223a8.6%208.6%200%200%200-.002-2.461l-3.841.22l3.64-1.263a9.2%209.2%200%200%200-.945-2.28l-3.469%201.68l2.88-2.559a9%209%200%200%200-1.74-1.738l-2.558%202.867l1.67-3.466a9.3%209.3%200%200%200-2.267-.938l-1.266%203.633l.223-3.834A9%209%200%200%200%2015.99%207%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%22M16%203C8.817%203%203%208.817%203%2016s5.817%2013%2013%2013s13-5.817%2013-13S23.183%203%2016%203m0%201c6.63%200%2012%205.37%2012%2012s-5.37%2012-12%2012S4%2022.63%204%2016S9.37%204%2016%204m0%201C9.926%205%205%209.926%205%2016s4.926%2011%2011%2011s11-4.926%2011-11S22.074%205%2016%205m0%201c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S6%2021.523%206%2016S10.477%206%2016%206m-.01%201c-.415%200-.821.029-1.228.086l.222%203.805l-1.255-3.602a9%209%200%200%200-2.28.938l1.682%203.466l-2.56-2.879a9.3%209.3%200%200%200-1.749%201.739l2.88%202.568l-3.468-1.68a9.3%209.3%200%200%200-.947%202.27l3.643%201.275l-3.844-.222A9%209%200%200%200%206.998%2016c0%20.415.03.822.078%201.227l3.844-.223l-3.63%201.266a8.8%208.8%200%200%200%20.937%202.279l3.466-1.682l-2.879%202.56a9.3%209.3%200%200%200%201.748%201.749l2.56-2.88l-1.68%203.468a9%209%200%200%200%202.279.947l1.265-3.65l-.222%203.851a8.6%208.6%200%200%200%202.46-.002l-.22-3.87l1.273%203.669a9.3%209.3%200%200%200%202.27-.945l-1.68-3.467l2.559%202.867a8.7%208.7%200%200%200%201.738-1.738l-2.867-2.559l3.467%201.67a8.8%208.8%200%200%200%20.935-2.267l-3.63-1.266l3.833.223a8.6%208.6%200%200%200-.002-2.461l-3.841.22l3.64-1.263a9.2%209.2%200%200%200-.945-2.28l-3.469%201.68l2.88-2.559a9%209%200%200%200-1.74-1.738l-2.558%202.867l1.67-3.466a9.3%209.3%200%200%200-2.267-.938l-1.266%203.633l.223-3.834A9%209%200%200%200%2015.99%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/first-order-alt.svg?color=%231a73e8&size=48