mars stroke right icon
mars-stroke-right from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- mars-stroke-right
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the mars stroke right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M208 368a112 112 0 1 0 0-224a112 112 0 1 0 0 224m174.4-88c-11.7 85.8-85.3 152-174.4 152c-97.2 0-176-78.8-176-176S110.8 80 208 80c89.1 0 162.7 66.2 174.4 152H416v-56c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32v-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2S496 345.6 496 335.9v-56h-32v56c0 13.3-10.7 24-24 24s-24-10.7-24-24v-56h-33.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMarsStrokeRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M208 368a112 112 0 1 0 0-224a112 112 0 1 0 0 224m174.4-88c-11.7 85.8-85.3 152-174.4 152c-97.2 0-176-78.8-176-176S110.8 80 208 80c89.1 0 162.7 66.2 174.4 152H416v-56c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32v-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2S496 345.6 496 335.9v-56h-32v56c0 13.3-10.7 24-24 24s-24-10.7-24-24v-56h-33.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M208 368a112 112 0 1 0 0-224a112 112 0 1 0 0 224m174.4-88c-11.7 85.8-85.3 152-174.4 152c-97.2 0-176-78.8-176-176S110.8 80 208 80c89.1 0 162.7 66.2 174.4 152H416v-56c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32v-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2S496 345.6 496 335.9v-56h-32v56c0 13.3-10.7 24-24 24s-24-10.7-24-24v-56h-33.6z"/></svg> </template>
CSS
.icon-mars-stroke-right {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%20368a112%20112%200%201%200%200-224a112%20112%200%201%200%200%20224m174.4-88c-11.7%2085.8-85.3%20152-174.4%20152c-97.2%200-176-78.8-176-176S110.8%2080%20208%2080c89.1%200%20162.7%2066.2%20174.4%20152H416v-56c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v56h32v-56c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.7%2026.2%205.2l80%2080c9.4%209.4%209.4%2024.6%200%2033.9l-80%2080c-6.9%206.9-17.2%208.9-26.2%205.2S496%20345.6%20496%20335.9v-56h-32v56c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-56h-33.6z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%20368a112%20112%200%201%200%200-224a112%20112%200%201%200%200%20224m174.4-88c-11.7%2085.8-85.3%20152-174.4%20152c-97.2%200-176-78.8-176-176S110.8%2080%20208%2080c89.1%200%20162.7%2066.2%20174.4%20152H416v-56c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v56h32v-56c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.7%2026.2%205.2l80%2080c9.4%209.4%209.4%2024.6%200%2033.9l-80%2080c-6.9%206.9-17.2%208.9-26.2%205.2S496%20345.6%20496%20335.9v-56h-32v56c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-56h-33.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mars-stroke-right.svg?color=%231a73e8&size=48