wolf pack battalion icon

wolf-pack-battalion from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
wolf-pack-battalion
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 wolf pack battalion icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.4 3c-.9 3.1-.2 6 0 6.6c.8-.3 2.5-1.9.3-3.7c1.3.4 2 1.5 2.1 2.5C10 9.8 8.1 11 7.1 11c-1.6.1-3.1 1.7-3.1 3l1.1-.5c-.3.9-.6 1.8-.4 2.9l1.3-.3c-.8 1.3-.5 3.3-.4 4.3l1.3-.7l.4 1.8l1.2-.3l.5 1.5l1.3-1.1l-1 .4l-.4-1.7l-.9.3l-.3-1.7l-1.4.4c-.2-1.3.1-2.5.7-3.7l-1.5-.4c.5-2.2 1.8-2.6 3.2-2.7c.5 1.6.3 2.9-.1 4.1c4.1 2.9 3.9 6 4.1 7.6c.2 1.5.2 4.5 1.3 4.9v-1.5l.3-.4l.3.6l.5-.8l.6 1.1l.4-1.2l.5.8l.3-.6l.3.4V29c1.1-.4 1.1-3.4 1.3-4.9c.2-1.6 0-4.7 4.1-7.6c-.4-1.2-.6-2.5-.1-4.1c1.4.2 2.7.5 3.2 2.7l-1.5.4c.6 1.2.9 2.4.7 3.7l-1.4-.4l-.5 1.8l-.9-.4l-.4 1.7l-1-.4l1.3 1.1l.4-1.4l1.2.3l.4-1.8l1.3.7c0-1 .4-2.9-.4-4.3l1.3.3c.2-1.1-.1-2-.4-2.9l1.2.5c0-1.3-1.5-2.9-3.1-3c-1-.1-2.9-1.3-2.7-2.6c.1-1 .8-2.2 2.1-2.5c-2.2 1.9-.5 3.4.3 3.7c.2-.6.9-3.5 0-6.6c-2 1.2-4.4 3.3-4.6 7.5l-2.8 1.8L16 17l5.2-2.8l.4.4l-.9.2l-2.2 2l-.8-.3l-1.4 2.5l-.2 6l1.1.8l-1.6.8l-1.6-.8l1.1-.8l-.2-6.1l-1.4-2.5l-.8.3l-2.2-2l-.9-.2l.4-.4l5 2.9l-.2-4.7l-2.8-1.8C11.8 6.3 9.5 4.2 7.4 3m.8 10.5c-.9.1-1.8.4-2.3 1.4c.7.2 1.2.3 2.2.7c0-.6.1-1.4.1-2.1m14.6 0c0 .7.1 1.5.1 2.1c1-.4 1.5-.5 2.2-.7c-.5-1-1.3-1.3-2.3-1.4M8.1 15.8c-1 .7-1.4 1.7-1.5 2.9c.6-.2 1.2-.5 1.9-.5c-.3-.7-.4-1.5-.4-2.4m14.8 0c0 .9-.1 1.7-.4 2.4c.7 0 1.3.3 1.9.5c-.1-1.2-.5-2.2-1.5-2.9M8.6 18.2c-.2.5-.3 1-.3 1.7l1.2-.3c-.3-.5-.6-.9-.9-1.4m.9 1.4c0 .6 0 1.1.1 1.6c.4-.1.8-.2 1.1-.4c-.4-.3-.8-.8-1.2-1.2m12.9-1.4c-.3.5-.6.9-.9 1.4l1.2.3c0-.7-.1-1.2-.3-1.7m-.9 1.4c-.4.4-.8.9-1.2 1.2c.3.2.7.3 1.1.4c.1-.5.1-1 .1-1.6M10.7 21c.1.3.1.7.2 1.1l.8-.5c-.4-.2-.7-.4-1-.6m9.6 0c-.3.2-.6.4-1 .6l.8.5c.1-.4.1-.8.2-1.1"/></svg>

React

import type { SVGProps } from "react";

export function LaWolfPackBattalion(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="M7.4 3c-.9 3.1-.2 6 0 6.6c.8-.3 2.5-1.9.3-3.7c1.3.4 2 1.5 2.1 2.5C10 9.8 8.1 11 7.1 11c-1.6.1-3.1 1.7-3.1 3l1.1-.5c-.3.9-.6 1.8-.4 2.9l1.3-.3c-.8 1.3-.5 3.3-.4 4.3l1.3-.7l.4 1.8l1.2-.3l.5 1.5l1.3-1.1l-1 .4l-.4-1.7l-.9.3l-.3-1.7l-1.4.4c-.2-1.3.1-2.5.7-3.7l-1.5-.4c.5-2.2 1.8-2.6 3.2-2.7c.5 1.6.3 2.9-.1 4.1c4.1 2.9 3.9 6 4.1 7.6c.2 1.5.2 4.5 1.3 4.9v-1.5l.3-.4l.3.6l.5-.8l.6 1.1l.4-1.2l.5.8l.3-.6l.3.4V29c1.1-.4 1.1-3.4 1.3-4.9c.2-1.6 0-4.7 4.1-7.6c-.4-1.2-.6-2.5-.1-4.1c1.4.2 2.7.5 3.2 2.7l-1.5.4c.6 1.2.9 2.4.7 3.7l-1.4-.4l-.5 1.8l-.9-.4l-.4 1.7l-1-.4l1.3 1.1l.4-1.4l1.2.3l.4-1.8l1.3.7c0-1 .4-2.9-.4-4.3l1.3.3c.2-1.1-.1-2-.4-2.9l1.2.5c0-1.3-1.5-2.9-3.1-3c-1-.1-2.9-1.3-2.7-2.6c.1-1 .8-2.2 2.1-2.5c-2.2 1.9-.5 3.4.3 3.7c.2-.6.9-3.5 0-6.6c-2 1.2-4.4 3.3-4.6 7.5l-2.8 1.8L16 17l5.2-2.8l.4.4l-.9.2l-2.2 2l-.8-.3l-1.4 2.5l-.2 6l1.1.8l-1.6.8l-1.6-.8l1.1-.8l-.2-6.1l-1.4-2.5l-.8.3l-2.2-2l-.9-.2l.4-.4l5 2.9l-.2-4.7l-2.8-1.8C11.8 6.3 9.5 4.2 7.4 3m.8 10.5c-.9.1-1.8.4-2.3 1.4c.7.2 1.2.3 2.2.7c0-.6.1-1.4.1-2.1m14.6 0c0 .7.1 1.5.1 2.1c1-.4 1.5-.5 2.2-.7c-.5-1-1.3-1.3-2.3-1.4M8.1 15.8c-1 .7-1.4 1.7-1.5 2.9c.6-.2 1.2-.5 1.9-.5c-.3-.7-.4-1.5-.4-2.4m14.8 0c0 .9-.1 1.7-.4 2.4c.7 0 1.3.3 1.9.5c-.1-1.2-.5-2.2-1.5-2.9M8.6 18.2c-.2.5-.3 1-.3 1.7l1.2-.3c-.3-.5-.6-.9-.9-1.4m.9 1.4c0 .6 0 1.1.1 1.6c.4-.1.8-.2 1.1-.4c-.4-.3-.8-.8-1.2-1.2m12.9-1.4c-.3.5-.6.9-.9 1.4l1.2.3c0-.7-.1-1.2-.3-1.7m-.9 1.4c-.4.4-.8.9-1.2 1.2c.3.2.7.3 1.1.4c.1-.5.1-1 .1-1.6M10.7 21c.1.3.1.7.2 1.1l.8-.5c-.4-.2-.7-.4-1-.6m9.6 0c-.3.2-.6.4-1 .6l.8.5c.1-.4.1-.8.2-1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.4 3c-.9 3.1-.2 6 0 6.6c.8-.3 2.5-1.9.3-3.7c1.3.4 2 1.5 2.1 2.5C10 9.8 8.1 11 7.1 11c-1.6.1-3.1 1.7-3.1 3l1.1-.5c-.3.9-.6 1.8-.4 2.9l1.3-.3c-.8 1.3-.5 3.3-.4 4.3l1.3-.7l.4 1.8l1.2-.3l.5 1.5l1.3-1.1l-1 .4l-.4-1.7l-.9.3l-.3-1.7l-1.4.4c-.2-1.3.1-2.5.7-3.7l-1.5-.4c.5-2.2 1.8-2.6 3.2-2.7c.5 1.6.3 2.9-.1 4.1c4.1 2.9 3.9 6 4.1 7.6c.2 1.5.2 4.5 1.3 4.9v-1.5l.3-.4l.3.6l.5-.8l.6 1.1l.4-1.2l.5.8l.3-.6l.3.4V29c1.1-.4 1.1-3.4 1.3-4.9c.2-1.6 0-4.7 4.1-7.6c-.4-1.2-.6-2.5-.1-4.1c1.4.2 2.7.5 3.2 2.7l-1.5.4c.6 1.2.9 2.4.7 3.7l-1.4-.4l-.5 1.8l-.9-.4l-.4 1.7l-1-.4l1.3 1.1l.4-1.4l1.2.3l.4-1.8l1.3.7c0-1 .4-2.9-.4-4.3l1.3.3c.2-1.1-.1-2-.4-2.9l1.2.5c0-1.3-1.5-2.9-3.1-3c-1-.1-2.9-1.3-2.7-2.6c.1-1 .8-2.2 2.1-2.5c-2.2 1.9-.5 3.4.3 3.7c.2-.6.9-3.5 0-6.6c-2 1.2-4.4 3.3-4.6 7.5l-2.8 1.8L16 17l5.2-2.8l.4.4l-.9.2l-2.2 2l-.8-.3l-1.4 2.5l-.2 6l1.1.8l-1.6.8l-1.6-.8l1.1-.8l-.2-6.1l-1.4-2.5l-.8.3l-2.2-2l-.9-.2l.4-.4l5 2.9l-.2-4.7l-2.8-1.8C11.8 6.3 9.5 4.2 7.4 3m.8 10.5c-.9.1-1.8.4-2.3 1.4c.7.2 1.2.3 2.2.7c0-.6.1-1.4.1-2.1m14.6 0c0 .7.1 1.5.1 2.1c1-.4 1.5-.5 2.2-.7c-.5-1-1.3-1.3-2.3-1.4M8.1 15.8c-1 .7-1.4 1.7-1.5 2.9c.6-.2 1.2-.5 1.9-.5c-.3-.7-.4-1.5-.4-2.4m14.8 0c0 .9-.1 1.7-.4 2.4c.7 0 1.3.3 1.9.5c-.1-1.2-.5-2.2-1.5-2.9M8.6 18.2c-.2.5-.3 1-.3 1.7l1.2-.3c-.3-.5-.6-.9-.9-1.4m.9 1.4c0 .6 0 1.1.1 1.6c.4-.1.8-.2 1.1-.4c-.4-.3-.8-.8-1.2-1.2m12.9-1.4c-.3.5-.6.9-.9 1.4l1.2.3c0-.7-.1-1.2-.3-1.7m-.9 1.4c-.4.4-.8.9-1.2 1.2c.3.2.7.3 1.1.4c.1-.5.1-1 .1-1.6M10.7 21c.1.3.1.7.2 1.1l.8-.5c-.4-.2-.7-.4-1-.6m9.6 0c-.3.2-.6.4-1 .6l.8.5c.1-.4.1-.8.2-1.1"/></svg>
</template>

CSS

.icon-wolf-pack-battalion {
  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%22M7.4%203c-.9%203.1-.2%206%200%206.6c.8-.3%202.5-1.9.3-3.7c1.3.4%202%201.5%202.1%202.5C10%209.8%208.1%2011%207.1%2011c-1.6.1-3.1%201.7-3.1%203l1.1-.5c-.3.9-.6%201.8-.4%202.9l1.3-.3c-.8%201.3-.5%203.3-.4%204.3l1.3-.7l.4%201.8l1.2-.3l.5%201.5l1.3-1.1l-1%20.4l-.4-1.7l-.9.3l-.3-1.7l-1.4.4c-.2-1.3.1-2.5.7-3.7l-1.5-.4c.5-2.2%201.8-2.6%203.2-2.7c.5%201.6.3%202.9-.1%204.1c4.1%202.9%203.9%206%204.1%207.6c.2%201.5.2%204.5%201.3%204.9v-1.5l.3-.4l.3.6l.5-.8l.6%201.1l.4-1.2l.5.8l.3-.6l.3.4V29c1.1-.4%201.1-3.4%201.3-4.9c.2-1.6%200-4.7%204.1-7.6c-.4-1.2-.6-2.5-.1-4.1c1.4.2%202.7.5%203.2%202.7l-1.5.4c.6%201.2.9%202.4.7%203.7l-1.4-.4l-.5%201.8l-.9-.4l-.4%201.7l-1-.4l1.3%201.1l.4-1.4l1.2.3l.4-1.8l1.3.7c0-1%20.4-2.9-.4-4.3l1.3.3c.2-1.1-.1-2-.4-2.9l1.2.5c0-1.3-1.5-2.9-3.1-3c-1-.1-2.9-1.3-2.7-2.6c.1-1%20.8-2.2%202.1-2.5c-2.2%201.9-.5%203.4.3%203.7c.2-.6.9-3.5%200-6.6c-2%201.2-4.4%203.3-4.6%207.5l-2.8%201.8L16%2017l5.2-2.8l.4.4l-.9.2l-2.2%202l-.8-.3l-1.4%202.5l-.2%206l1.1.8l-1.6.8l-1.6-.8l1.1-.8l-.2-6.1l-1.4-2.5l-.8.3l-2.2-2l-.9-.2l.4-.4l5%202.9l-.2-4.7l-2.8-1.8C11.8%206.3%209.5%204.2%207.4%203m.8%2010.5c-.9.1-1.8.4-2.3%201.4c.7.2%201.2.3%202.2.7c0-.6.1-1.4.1-2.1m14.6%200c0%20.7.1%201.5.1%202.1c1-.4%201.5-.5%202.2-.7c-.5-1-1.3-1.3-2.3-1.4M8.1%2015.8c-1%20.7-1.4%201.7-1.5%202.9c.6-.2%201.2-.5%201.9-.5c-.3-.7-.4-1.5-.4-2.4m14.8%200c0%20.9-.1%201.7-.4%202.4c.7%200%201.3.3%201.9.5c-.1-1.2-.5-2.2-1.5-2.9M8.6%2018.2c-.2.5-.3%201-.3%201.7l1.2-.3c-.3-.5-.6-.9-.9-1.4m.9%201.4c0%20.6%200%201.1.1%201.6c.4-.1.8-.2%201.1-.4c-.4-.3-.8-.8-1.2-1.2m12.9-1.4c-.3.5-.6.9-.9%201.4l1.2.3c0-.7-.1-1.2-.3-1.7m-.9%201.4c-.4.4-.8.9-1.2%201.2c.3.2.7.3%201.1.4c.1-.5.1-1%20.1-1.6M10.7%2021c.1.3.1.7.2%201.1l.8-.5c-.4-.2-.7-.4-1-.6m9.6%200c-.3.2-.6.4-1%20.6l.8.5c.1-.4.1-.8.2-1.1%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%22M7.4%203c-.9%203.1-.2%206%200%206.6c.8-.3%202.5-1.9.3-3.7c1.3.4%202%201.5%202.1%202.5C10%209.8%208.1%2011%207.1%2011c-1.6.1-3.1%201.7-3.1%203l1.1-.5c-.3.9-.6%201.8-.4%202.9l1.3-.3c-.8%201.3-.5%203.3-.4%204.3l1.3-.7l.4%201.8l1.2-.3l.5%201.5l1.3-1.1l-1%20.4l-.4-1.7l-.9.3l-.3-1.7l-1.4.4c-.2-1.3.1-2.5.7-3.7l-1.5-.4c.5-2.2%201.8-2.6%203.2-2.7c.5%201.6.3%202.9-.1%204.1c4.1%202.9%203.9%206%204.1%207.6c.2%201.5.2%204.5%201.3%204.9v-1.5l.3-.4l.3.6l.5-.8l.6%201.1l.4-1.2l.5.8l.3-.6l.3.4V29c1.1-.4%201.1-3.4%201.3-4.9c.2-1.6%200-4.7%204.1-7.6c-.4-1.2-.6-2.5-.1-4.1c1.4.2%202.7.5%203.2%202.7l-1.5.4c.6%201.2.9%202.4.7%203.7l-1.4-.4l-.5%201.8l-.9-.4l-.4%201.7l-1-.4l1.3%201.1l.4-1.4l1.2.3l.4-1.8l1.3.7c0-1%20.4-2.9-.4-4.3l1.3.3c.2-1.1-.1-2-.4-2.9l1.2.5c0-1.3-1.5-2.9-3.1-3c-1-.1-2.9-1.3-2.7-2.6c.1-1%20.8-2.2%202.1-2.5c-2.2%201.9-.5%203.4.3%203.7c.2-.6.9-3.5%200-6.6c-2%201.2-4.4%203.3-4.6%207.5l-2.8%201.8L16%2017l5.2-2.8l.4.4l-.9.2l-2.2%202l-.8-.3l-1.4%202.5l-.2%206l1.1.8l-1.6.8l-1.6-.8l1.1-.8l-.2-6.1l-1.4-2.5l-.8.3l-2.2-2l-.9-.2l.4-.4l5%202.9l-.2-4.7l-2.8-1.8C11.8%206.3%209.5%204.2%207.4%203m.8%2010.5c-.9.1-1.8.4-2.3%201.4c.7.2%201.2.3%202.2.7c0-.6.1-1.4.1-2.1m14.6%200c0%20.7.1%201.5.1%202.1c1-.4%201.5-.5%202.2-.7c-.5-1-1.3-1.3-2.3-1.4M8.1%2015.8c-1%20.7-1.4%201.7-1.5%202.9c.6-.2%201.2-.5%201.9-.5c-.3-.7-.4-1.5-.4-2.4m14.8%200c0%20.9-.1%201.7-.4%202.4c.7%200%201.3.3%201.9.5c-.1-1.2-.5-2.2-1.5-2.9M8.6%2018.2c-.2.5-.3%201-.3%201.7l1.2-.3c-.3-.5-.6-.9-.9-1.4m.9%201.4c0%20.6%200%201.1.1%201.6c.4-.1.8-.2%201.1-.4c-.4-.3-.8-.8-1.2-1.2m12.9-1.4c-.3.5-.6.9-.9%201.4l1.2.3c0-.7-.1-1.2-.3-1.7m-.9%201.4c-.4.4-.8.9-1.2%201.2c.3.2.7.3%201.1.4c.1-.5.1-1%20.1-1.6M10.7%2021c.1.3.1.7.2%201.1l.8-.5c-.4-.2-.7-.4-1-.6m9.6%200c-.3.2-.6.4-1%20.6l.8.5c.1-.4.1-.8.2-1.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wolf-pack-battalion.svg?color=%231a73e8&size=48