Decision Velocity Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Decision Velocity 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/319867.svg" alt="Decision Velocity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319867.svg" alt="Decision Velocity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319867.svg" alt="Decision Velocity icon" :width="24" :height="24" />
CSS background
.icon-decision-velocity {
background-image: url('https://proicons.com/icon/319867.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="decision-velocity_00000088852877804578865550000002934567453703150763_" d="M16.023,31.355 c-5.518,0-10.821-2.985-13.56-8.101l-1.124,3.188l-0.679-0.24l1.526-4.329l4.329,1.576l-0.246,0.676l-3.134-1.141 c3.657,6.742,12.008,9.564,19.052,6.28c3.703-1.727,6.461-4.917,7.712-8.689c-0.615,0.858-1.409,1.596-2.351,2.162 c-1.8,1.082-3.91,1.397-5.949,0.89c-1.768-0.441-3.294-1.456-4.374-2.893l-0.831,3.332l-0.698-0.174l1.114-4.471l4.443,1.156 l-0.182,0.697l-3.152-0.82c0.973,1.223,2.312,2.089,3.854,2.473c1.854,0.465,3.771,0.175,5.404-0.808 c2.12-1.273,3.412-3.507,3.463-5.98c0-0.046,0-0.093,0-0.14L31.36,16c0,0.034-0.001,0.068-0.001,0.102h0.001 c-0.001,0.016-0.001,0.032-0.001,0.047c-0.062,5.886-3.53,11.279-8.868,13.767C20.397,30.894,18.193,31.355,16.023,31.355z M1.36,16 H0.64C0.644,10.056,4.125,4.593,9.508,2.083c3.718-1.734,7.888-1.917,11.746-0.513c3.585,1.305,6.498,3.836,8.283,7.174l1.123-3.186 l0.68,0.239l-1.526,4.329l-4.329-1.575l0.246-0.677l3.135,1.141c-1.704-3.148-4.465-5.534-7.858-6.769 c-3.673-1.338-7.65-1.164-11.194,0.489c-3.7,1.725-6.458,4.914-7.709,8.683c0.614-0.854,1.406-1.589,2.348-2.155 c3.477-2.088,7.936-1.167,10.323,2.003l0.831-3.333l0.698,0.174l-1.114,4.47l-4.443-1.156l0.182-0.697l3.152,0.82 c-0.973-1.223-2.312-2.088-3.854-2.472C8.375,8.609,6.457,8.897,4.823,9.88C2.657,11.181,1.362,13.469,1.36,16z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!