child-rifle from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
child-rifle
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

Related icons in Font Awesome Solid

Use the child rifle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M208.5 192c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m-16 352v-96h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V351.8l20.9 33.2c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-39.9-63.3C298.8 248 255.3 224 208.5 224s-90.3 24-115.2 63.6L53.4 351c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10l20.9-33.2v192.2c0 17.7 14.3 32 32 32s32-14.3 32-32zm288-480h-32c-8.8 0-16 7.2-16 16s7.2 16 16 16v100.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32v144c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16H524c10.4 0 18-9.8 15.5-19.9l-23-92.1h44c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-48v-26.7l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2v-84.5c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16v56l-16 5.3V223.9c0-11.8-6.4-22.2-16-27.7V79.9c0-8.8-7.2-16-16-16z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidChildRifle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M208.5 192c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m-16 352v-96h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V351.8l20.9 33.2c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-39.9-63.3C298.8 248 255.3 224 208.5 224s-90.3 24-115.2 63.6L53.4 351c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10l20.9-33.2v192.2c0 17.7 14.3 32 32 32s32-14.3 32-32zm288-480h-32c-8.8 0-16 7.2-16 16s7.2 16 16 16v100.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32v144c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16H524c10.4 0 18-9.8 15.5-19.9l-23-92.1h44c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-48v-26.7l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2v-84.5c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16v56l-16 5.3V223.9c0-11.8-6.4-22.2-16-27.7V79.9c0-8.8-7.2-16-16-16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M208.5 192c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m-16 352v-96h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V351.8l20.9 33.2c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-39.9-63.3C298.8 248 255.3 224 208.5 224s-90.3 24-115.2 63.6L53.4 351c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10l20.9-33.2v192.2c0 17.7 14.3 32 32 32s32-14.3 32-32zm288-480h-32c-8.8 0-16 7.2-16 16s7.2 16 16 16v100.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32v144c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16H524c10.4 0 18-9.8 15.5-19.9l-23-92.1h44c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-48v-26.7l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2v-84.5c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16v56l-16 5.3V223.9c0-11.8-6.4-22.2-16-27.7V79.9c0-8.8-7.2-16-16-16z"/></svg>
</template>

CSS

.icon-child-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208.5%20192c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m-16%20352v-96h32v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V351.8l20.9%2033.2c9.4%2015%2029.2%2019.4%2044.1%2010s19.4-29.2%2010-44.1l-39.9-63.3C298.8%20248%20255.3%20224%20208.5%20224s-90.3%2024-115.2%2063.6L53.4%20351c-9.4%2015-4.9%2034.7%2010%2044.1s34.7%204.9%2044.1-10l20.9-33.2v192.2c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm288-480h-32c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016v100.3c-9.6%205.5-16%2015.9-16%2027.7v32c-17.7%200-32%2014.3-32%2032v144c0%2017.7%2014.3%2032%2032%2032h16v96c0%208.8%207.2%2016%2016%2016H524c10.4%200%2018-9.8%2015.5-19.9l-23-92.1h44c8.8%200%2016-7.2%2016-16v-16c0-8.8-7.2-16-16-16h-48v-26.7l53.1-17.7c6.5-2.2%2010.9-8.3%2010.9-15.2v-84.5c0-8.8-7.2-16-16-16h-16c-8.8%200-16%207.2-16%2016v56l-16%205.3V223.9c0-11.8-6.4-22.2-16-27.7V79.9c0-8.8-7.2-16-16-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208.5%20192c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m-16%20352v-96h32v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V351.8l20.9%2033.2c9.4%2015%2029.2%2019.4%2044.1%2010s19.4-29.2%2010-44.1l-39.9-63.3C298.8%20248%20255.3%20224%20208.5%20224s-90.3%2024-115.2%2063.6L53.4%20351c-9.4%2015-4.9%2034.7%2010%2044.1s34.7%204.9%2044.1-10l20.9-33.2v192.2c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm288-480h-32c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016v100.3c-9.6%205.5-16%2015.9-16%2027.7v32c-17.7%200-32%2014.3-32%2032v144c0%2017.7%2014.3%2032%2032%2032h16v96c0%208.8%207.2%2016%2016%2016H524c10.4%200%2018-9.8%2015.5-19.9l-23-92.1h44c8.8%200%2016-7.2%2016-16v-16c0-8.8-7.2-16-16-16h-48v-26.7l53.1-17.7c6.5-2.2%2010.9-8.3%2010.9-15.2v-84.5c0-8.8-7.2-16-16-16h-16c-8.8%200-16%207.2-16%2016v56l-16%205.3V223.9c0-11.8-6.4-22.2-16-27.7V79.9c0-8.8-7.2-16-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/child-rifle.svg?color=%231a73e8&size=48