person rifle icon
person-rifle from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- person-rifle
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
person-arrow-down-to-lineperson-arrow-up-from-lineperson-bikingperson-boothperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-diggingperson-dots-from-lineperson-dressperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hiking
Use the person rifle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.2-128.8c24.5-41.4 69-66.8 117.1-66.8zM160 80a80 80 0 1 1 160 0a80 80 0 1 1-160 0M448 0c8.8 0 16 7.2 16 16v116.3c9.6 5.5 16 15.9 16 27.7v109.3l16-5.3v-56c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-44l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16v-96h-16c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32v-32c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPersonRifle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.2-128.8c24.5-41.4 69-66.8 117.1-66.8zM160 80a80 80 0 1 1 160 0a80 80 0 1 1-160 0M448 0c8.8 0 16 7.2 16 16v116.3c9.6 5.5 16 15.9 16 27.7v109.3l16-5.3v-56c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-44l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16v-96h-16c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32v-32c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.2-128.8c24.5-41.4 69-66.8 117.1-66.8zM160 80a80 80 0 1 1 160 0a80 80 0 1 1-160 0M448 0c8.8 0 16 7.2 16 16v116.3c9.6 5.5 16 15.9 16 27.7v109.3l16-5.3v-56c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-44l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16v-96h-16c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32v-32c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg> </template>
CSS
.icon-person-rifle {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M265.2%20192c25.4%200%2049.8%207.1%2070.8%2019.9V512H144V337.7l-53.6%2090.6c-11.2%2019-35.8%2025.3-54.8%2014.1s-25.3-35.8-14.1-54.8l76.2-128.8c24.5-41.4%2069-66.8%20117.1-66.8zM160%2080a80%2080%200%201%201%20160%200a80%2080%200%201%201-160%200M448%200c8.8%200%2016%207.2%2016%2016v116.3c9.6%205.5%2016%2015.9%2016%2027.7v109.3l16-5.3v-56c0-8.8%207.2-16%2016-16h16c8.8%200%2016%207.2%2016%2016v84.5c0%206.9-4.4%2013-10.9%2015.2L480%20325.3V352h48c8.8%200%2016%207.2%2016%2016v16c0%208.8-7.2%2016-16%2016h-44l23%2092.1c2.5%2010.1-5.1%2019.9-15.5%2019.9H432c-8.8%200-16-7.2-16-16v-96h-16c-17.7%200-32-14.3-32-32V224c0-17.7%2014.3-32%2032-32v-32c0-11.8%206.4-22.2%2016-27.7V32c-8.8%200-16-7.2-16-16s7.2-16%2016-16z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M265.2%20192c25.4%200%2049.8%207.1%2070.8%2019.9V512H144V337.7l-53.6%2090.6c-11.2%2019-35.8%2025.3-54.8%2014.1s-25.3-35.8-14.1-54.8l76.2-128.8c24.5-41.4%2069-66.8%20117.1-66.8zM160%2080a80%2080%200%201%201%20160%200a80%2080%200%201%201-160%200M448%200c8.8%200%2016%207.2%2016%2016v116.3c9.6%205.5%2016%2015.9%2016%2027.7v109.3l16-5.3v-56c0-8.8%207.2-16%2016-16h16c8.8%200%2016%207.2%2016%2016v84.5c0%206.9-4.4%2013-10.9%2015.2L480%20325.3V352h48c8.8%200%2016%207.2%2016%2016v16c0%208.8-7.2%2016-16%2016h-44l23%2092.1c2.5%2010.1-5.1%2019.9-15.5%2019.9H432c-8.8%200-16-7.2-16-16v-96h-16c-17.7%200-32-14.3-32-32V224c0-17.7%2014.3-32%2032-32v-32c0-11.8%206.4-22.2%2016-27.7V32c-8.8%200-16-7.2-16-16s7.2-16%2016-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/person-rifle.svg?color=%231a73e8&size=48