strategy icon
strategy from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- strategy
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- football-play
The same icon in other sets
More sport icons from Material Design Icons
Use the strategy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.91 5.5l2.3 2.29l-1.42 1.42l-2.29-2.3l-2.29 2.3l-1.42-1.42l2.3-2.29l-2.3-2.29l1.42-1.42l2.29 2.3l2.29-2.3l1.42 1.42m13 13l-1.42-1.42l-2.29 2.3l-2.29-2.3l-1.42 1.42l2.3 2.29l-2.3 2.29l1.42 1.42l2.29-2.3l2.29 2.3l1.42-1.42l-2.3-2.29m.49-11.67L17.18 11L15.6 9.73l1.17-1.5a9.08 9.08 0 0 0-6.66 5.62A4.5 4.5 0 1 1 7.5 13a4 4 0 0 1 .78.08a11.27 11.27 0 0 1 8.15-6.82L15 5.18l1.27-1.58M10 17.5A2.5 2.5 0 1 0 7.5 20a2.5 2.5 0 0 0 2.5-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiStrategy(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="m6.91 5.5l2.3 2.29l-1.42 1.42l-2.29-2.3l-2.29 2.3l-1.42-1.42l2.3-2.29l-2.3-2.29l1.42-1.42l2.29 2.3l2.29-2.3l1.42 1.42m13 13l-1.42-1.42l-2.29 2.3l-2.29-2.3l-1.42 1.42l2.3 2.29l-2.3 2.29l1.42 1.42l2.29-2.3l2.29 2.3l1.42-1.42l-2.3-2.29m.49-11.67L17.18 11L15.6 9.73l1.17-1.5a9.08 9.08 0 0 0-6.66 5.62A4.5 4.5 0 1 1 7.5 13a4 4 0 0 1 .78.08a11.27 11.27 0 0 1 8.15-6.82L15 5.18l1.27-1.58M10 17.5A2.5 2.5 0 1 0 7.5 20a2.5 2.5 0 0 0 2.5-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.91 5.5l2.3 2.29l-1.42 1.42l-2.29-2.3l-2.29 2.3l-1.42-1.42l2.3-2.29l-2.3-2.29l1.42-1.42l2.29 2.3l2.29-2.3l1.42 1.42m13 13l-1.42-1.42l-2.29 2.3l-2.29-2.3l-1.42 1.42l2.3 2.29l-2.3 2.29l1.42 1.42l2.29-2.3l2.29 2.3l1.42-1.42l-2.3-2.29m.49-11.67L17.18 11L15.6 9.73l1.17-1.5a9.08 9.08 0 0 0-6.66 5.62A4.5 4.5 0 1 1 7.5 13a4 4 0 0 1 .78.08a11.27 11.27 0 0 1 8.15-6.82L15 5.18l1.27-1.58M10 17.5A2.5 2.5 0 1 0 7.5 20a2.5 2.5 0 0 0 2.5-2.5"/></svg> </template>
CSS
.icon-strategy {
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%22m6.91%205.5l2.3%202.29l-1.42%201.42l-2.29-2.3l-2.29%202.3l-1.42-1.42l2.3-2.29l-2.3-2.29l1.42-1.42l2.29%202.3l2.29-2.3l1.42%201.42m13%2013l-1.42-1.42l-2.29%202.3l-2.29-2.3l-1.42%201.42l2.3%202.29l-2.3%202.29l1.42%201.42l2.29-2.3l2.29%202.3l1.42-1.42l-2.3-2.29m.49-11.67L17.18%2011L15.6%209.73l1.17-1.5a9.08%209.08%200%200%200-6.66%205.62A4.5%204.5%200%201%201%207.5%2013a4%204%200%200%201%20.78.08a11.27%2011.27%200%200%201%208.15-6.82L15%205.18l1.27-1.58M10%2017.5A2.5%202.5%200%201%200%207.5%2020a2.5%202.5%200%200%200%202.5-2.5%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%22m6.91%205.5l2.3%202.29l-1.42%201.42l-2.29-2.3l-2.29%202.3l-1.42-1.42l2.3-2.29l-2.3-2.29l1.42-1.42l2.29%202.3l2.29-2.3l1.42%201.42m13%2013l-1.42-1.42l-2.29%202.3l-2.29-2.3l-1.42%201.42l2.3%202.29l-2.3%202.29l1.42%201.42l2.29-2.3l2.29%202.3l1.42-1.42l-2.3-2.29m.49-11.67L17.18%2011L15.6%209.73l1.17-1.5a9.08%209.08%200%200%200-6.66%205.62A4.5%204.5%200%201%201%207.5%2013a4%204%200%200%201%20.78.08a11.27%2011.27%200%200%201%208.15-6.82L15%205.18l1.27-1.58M10%2017.5A2.5%202.5%200%201%200%207.5%2020a2.5%202.5%200%200%200%202.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/strategy.svg?color=%231a73e8&size=48