Decisions Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decisions icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/338917.svg" alt="Decisions icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338917.svg" alt="Decisions icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338917.svg" alt="Decisions icon" :width="24" :height="24" />
CSS background
.icon-decisions {
background-image: url('https://proicons.com/icon/338917.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.2,33c-3.19,0-6.65,4.27-10.28,4.27S4.5,33.62,4.5,33.62"/><path class="a" d="M25.8,33c3.19,0,6.65,4.27,10.28,4.27s7.42-3.62,7.42-3.62"/><circle class="a" cx="24" cy="32.97" r="1.8"/><line class="a" x1="24" y1="31.17" x2="24" y2="26.52"/><line class="a" x1="6.64" y1="19.43" x2="15.31" y2="10.76"/><polyline class="a" points="43.04 10.76 34.37 19.43 30.54 15.6"/><polygon class="a" points="24 15.09 18.46 26.52 29.54 26.52 24 15.09"/><line class="a" x1="6.64" y1="10.76" x2="15.31" y2="19.43"/><line class="a" x1="24" y1="34.77" x2="24" y2="35.48"/></svg>
Copied!