tactic icon
tactic from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- tactic
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tactic-outline, tactic-outline-sharp, tactic-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the tactic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 21L15 19.6l1.575-1.6L15 16.425L16.4 15l1.6 1.6l1.575-1.6L21 16.425L19.4 18l1.6 1.6l-1.425 1.4L18 19.425zm-9.687-2.287Q7 18.425 7 18t-.288-.712T6 17t-.712.288T5 18t.288.713T6 19t.713-.288M6 21q-1.25 0-2.125-.875T3 18t.875-2.125T6 15q.925 0 1.688.513T8.8 16.9q.975-.275 1.588-1.075T11 14v-4q0-2.075 1.463-3.537T16 5h1.15l-1.575-1.575L17 2l4 4l-4 4l-1.425-1.4L17.15 7H16q-1.25 0-2.125.875T13 10v4q0 1.825-1.175 3.213T8.85 18.925q-.3.925-1.088 1.5T6 21M4.4 9L3 7.6L4.575 6L3 4.425L4.4 3L6 4.6L7.575 3L9 4.425L7.4 6L9 7.6L7.575 9L6 7.425z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTactic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 21L15 19.6l1.575-1.6L15 16.425L16.4 15l1.6 1.6l1.575-1.6L21 16.425L19.4 18l1.6 1.6l-1.425 1.4L18 19.425zm-9.687-2.287Q7 18.425 7 18t-.288-.712T6 17t-.712.288T5 18t.288.713T6 19t.713-.288M6 21q-1.25 0-2.125-.875T3 18t.875-2.125T6 15q.925 0 1.688.513T8.8 16.9q.975-.275 1.588-1.075T11 14v-4q0-2.075 1.463-3.537T16 5h1.15l-1.575-1.575L17 2l4 4l-4 4l-1.425-1.4L17.15 7H16q-1.25 0-2.125.875T13 10v4q0 1.825-1.175 3.213T8.85 18.925q-.3.925-1.088 1.5T6 21M4.4 9L3 7.6L4.575 6L3 4.425L4.4 3L6 4.6L7.575 3L9 4.425L7.4 6L9 7.6L7.575 9L6 7.425z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 21L15 19.6l1.575-1.6L15 16.425L16.4 15l1.6 1.6l1.575-1.6L21 16.425L19.4 18l1.6 1.6l-1.425 1.4L18 19.425zm-9.687-2.287Q7 18.425 7 18t-.288-.712T6 17t-.712.288T5 18t.288.713T6 19t.713-.288M6 21q-1.25 0-2.125-.875T3 18t.875-2.125T6 15q.925 0 1.688.513T8.8 16.9q.975-.275 1.588-1.075T11 14v-4q0-2.075 1.463-3.537T16 5h1.15l-1.575-1.575L17 2l4 4l-4 4l-1.425-1.4L17.15 7H16q-1.25 0-2.125.875T13 10v4q0 1.825-1.175 3.213T8.85 18.925q-.3.925-1.088 1.5T6 21M4.4 9L3 7.6L4.575 6L3 4.425L4.4 3L6 4.6L7.575 3L9 4.425L7.4 6L9 7.6L7.575 9L6 7.425z"/></svg> </template>
CSS
.icon-tactic {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.4%2021L15%2019.6l1.575-1.6L15%2016.425L16.4%2015l1.6%201.6l1.575-1.6L21%2016.425L19.4%2018l1.6%201.6l-1.425%201.4L18%2019.425zm-9.687-2.287Q7%2018.425%207%2018t-.288-.712T6%2017t-.712.288T5%2018t.288.713T6%2019t.713-.288M6%2021q-1.25%200-2.125-.875T3%2018t.875-2.125T6%2015q.925%200%201.688.513T8.8%2016.9q.975-.275%201.588-1.075T11%2014v-4q0-2.075%201.463-3.537T16%205h1.15l-1.575-1.575L17%202l4%204l-4%204l-1.425-1.4L17.15%207H16q-1.25%200-2.125.875T13%2010v4q0%201.825-1.175%203.213T8.85%2018.925q-.3.925-1.088%201.5T6%2021M4.4%209L3%207.6L4.575%206L3%204.425L4.4%203L6%204.6L7.575%203L9%204.425L7.4%206L9%207.6L7.575%209L6%207.425z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.4%2021L15%2019.6l1.575-1.6L15%2016.425L16.4%2015l1.6%201.6l1.575-1.6L21%2016.425L19.4%2018l1.6%201.6l-1.425%201.4L18%2019.425zm-9.687-2.287Q7%2018.425%207%2018t-.288-.712T6%2017t-.712.288T5%2018t.288.713T6%2019t.713-.288M6%2021q-1.25%200-2.125-.875T3%2018t.875-2.125T6%2015q.925%200%201.688.513T8.8%2016.9q.975-.275%201.588-1.075T11%2014v-4q0-2.075%201.463-3.537T16%205h1.15l-1.575-1.575L17%202l4%204l-4%204l-1.425-1.4L17.15%207H16q-1.25%200-2.125.875T13%2010v4q0%201.825-1.175%203.213T8.85%2018.925q-.3.925-1.088%201.5T6%2021M4.4%209L3%207.6L4.575%206L3%204.425L4.4%203L6%204.6L7.575%203L9%204.425L7.4%206L9%207.6L7.575%209L6%207.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tactic.svg?color=%231a73e8&size=48