strategy icon
strategy-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- strategy-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M5 10.725L2.5 9.3q-.225-.125-.363-.363T2 8.426v-2.85q0-.275.138-.513T2.5 4.7L5 3.275q.225-.125.5-.125t.5.125L8.5 4.7q.225.125.363.363T9 5.575v2.85q0 .275-.137.513T8.5 9.3L6 10.725q-.225.125-.5.125t-.5-.125M16.5 13V9.45l2.5 1.475q.475.275.738.725t.262 1v4.7q0 .55-.262 1t-.738.725L15 21.4q-.475.275-1 .275t-1-.275l-4-2.325q-.475-.275-.737-.725t-.263-1v-4.7q0-.55.263-1T9 10.925l2.5-1.475V13q0 1.05.725 1.775T14 15.5t1.775-.725T16.5 13M15 8v5q0 .425-.288.713T14 14t-.712-.288T13 13V3q0-.425.288-.712T14 2h6.125q.6 0 .9.525t-.05 1.025l-.6.9Q20.2 4.7 20.2 5t.175.55l.6.9q.35.5.05 1.025t-.9.525z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStrategyRounded(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="M5 10.725L2.5 9.3q-.225-.125-.363-.363T2 8.426v-2.85q0-.275.138-.513T2.5 4.7L5 3.275q.225-.125.5-.125t.5.125L8.5 4.7q.225.125.363.363T9 5.575v2.85q0 .275-.137.513T8.5 9.3L6 10.725q-.225.125-.5.125t-.5-.125M16.5 13V9.45l2.5 1.475q.475.275.738.725t.262 1v4.7q0 .55-.262 1t-.738.725L15 21.4q-.475.275-1 .275t-1-.275l-4-2.325q-.475-.275-.737-.725t-.263-1v-4.7q0-.55.263-1T9 10.925l2.5-1.475V13q0 1.05.725 1.775T14 15.5t1.775-.725T16.5 13M15 8v5q0 .425-.288.713T14 14t-.712-.288T13 13V3q0-.425.288-.712T14 2h6.125q.6 0 .9.525t-.05 1.025l-.6.9Q20.2 4.7 20.2 5t.175.55l.6.9q.35.5.05 1.025t-.9.525z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 10.725L2.5 9.3q-.225-.125-.363-.363T2 8.426v-2.85q0-.275.138-.513T2.5 4.7L5 3.275q.225-.125.5-.125t.5.125L8.5 4.7q.225.125.363.363T9 5.575v2.85q0 .275-.137.513T8.5 9.3L6 10.725q-.225.125-.5.125t-.5-.125M16.5 13V9.45l2.5 1.475q.475.275.738.725t.262 1v4.7q0 .55-.262 1t-.738.725L15 21.4q-.475.275-1 .275t-1-.275l-4-2.325q-.475-.275-.737-.725t-.263-1v-4.7q0-.55.263-1T9 10.925l2.5-1.475V13q0 1.05.725 1.775T14 15.5t1.775-.725T16.5 13M15 8v5q0 .425-.288.713T14 14t-.712-.288T13 13V3q0-.425.288-.712T14 2h6.125q.6 0 .9.525t-.05 1.025l-.6.9Q20.2 4.7 20.2 5t.175.55l.6.9q.35.5.05 1.025t-.9.525z"/></svg> </template>
CSS
.icon-strategy-rounded {
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%22M5%2010.725L2.5%209.3q-.225-.125-.363-.363T2%208.426v-2.85q0-.275.138-.513T2.5%204.7L5%203.275q.225-.125.5-.125t.5.125L8.5%204.7q.225.125.363.363T9%205.575v2.85q0%20.275-.137.513T8.5%209.3L6%2010.725q-.225.125-.5.125t-.5-.125M16.5%2013V9.45l2.5%201.475q.475.275.738.725t.262%201v4.7q0%20.55-.262%201t-.738.725L15%2021.4q-.475.275-1%20.275t-1-.275l-4-2.325q-.475-.275-.737-.725t-.263-1v-4.7q0-.55.263-1T9%2010.925l2.5-1.475V13q0%201.05.725%201.775T14%2015.5t1.775-.725T16.5%2013M15%208v5q0%20.425-.288.713T14%2014t-.712-.288T13%2013V3q0-.425.288-.712T14%202h6.125q.6%200%20.9.525t-.05%201.025l-.6.9Q20.2%204.7%2020.2%205t.175.55l.6.9q.35.5.05%201.025t-.9.525z%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%22M5%2010.725L2.5%209.3q-.225-.125-.363-.363T2%208.426v-2.85q0-.275.138-.513T2.5%204.7L5%203.275q.225-.125.5-.125t.5.125L8.5%204.7q.225.125.363.363T9%205.575v2.85q0%20.275-.137.513T8.5%209.3L6%2010.725q-.225.125-.5.125t-.5-.125M16.5%2013V9.45l2.5%201.475q.475.275.738.725t.262%201v4.7q0%20.55-.262%201t-.738.725L15%2021.4q-.475.275-1%20.275t-1-.275l-4-2.325q-.475-.275-.737-.725t-.263-1v-4.7q0-.55.263-1T9%2010.925l2.5-1.475V13q0%201.05.725%201.775T14%2015.5t1.775-.725T16.5%2013M15%208v5q0%20.425-.288.713T14%2014t-.712-.288T13%2013V3q0-.425.288-.712T14%202h6.125q.6%200%20.9.525t-.05%201.025l-.6.9Q20.2%204.7%2020.2%205t.175.55l.6.9q.35.5.05%201.025t-.9.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/strategy-rounded.svg?color=%231a73e8&size=48