Predictability Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Predictability 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/320543.svg" alt="Predictability icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320543.svg" alt="Predictability icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320543.svg" alt="Predictability icon" :width="24" :height="24" />
CSS background
.icon-predictability {
background-image: url('https://proicons.com/icon/320543.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.3.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="predictability_00000094606959273000634790000015527191089495242943_" d="M25,31.36H7v-0.72h18V31.36z M16,29.36 C8.082,29.36,1.64,22.918,1.64,15S8.082,0.64,16,0.64S30.36,7.082,30.36,15S23.918,29.36,16,29.36z M16,1.36 C8.479,1.36,2.36,7.479,2.36,15S8.479,28.64,16,28.64S29.64,22.522,29.64,15C29.64,7.479,23.521,1.36,16,1.36z M16,24.36 c-5.161,0-9.36-4.199-9.36-9.36S10.839,5.64,16,5.64c2.287,0,4.47,0.825,6.179,2.33c0.197-0.111,0.424-0.174,0.665-0.174 c0.75,0,1.36,0.61,1.36,1.36c0,0.317-0.109,0.609-0.292,0.841c0.948,1.497,1.448,3.22,1.448,5.003 C25.36,20.161,21.161,24.36,16,24.36z M16,6.36c-4.764,0-8.64,3.876-8.64,8.64s3.876,8.64,8.64,8.64s8.64-3.876,8.64-8.64 c0-1.629-0.451-3.204-1.309-4.575c-0.151,0.059-0.315,0.09-0.487,0.09c-0.75,0-1.36-0.61-1.36-1.36c0-0.247,0.066-0.479,0.182-0.679 C20.094,7.109,18.094,6.36,16,6.36z M22.844,8.516c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S23.196,8.516,22.844,8.516z M16,19.36c-2.404,0-4.36-1.956-4.36-4.36c0-0.43,0.062-0.852,0.184-1.258 c-0.287-0.25-0.468-0.617-0.468-1.026c0-0.75,0.61-1.36,1.36-1.36c0.236,0,0.459,0.061,0.653,0.167 c0.754-0.572,1.678-0.883,2.631-0.883c2.404,0,4.36,1.956,4.36,4.36S18.404,19.36,16,19.36z M12.483,14.056 C12.401,14.362,12.36,14.678,12.36,15c0,2.007,1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64s-1.633-3.64-3.64-3.64 c-0.759,0-1.495,0.237-2.108,0.673c0.118,0.201,0.185,0.435,0.185,0.684c0,0.75-0.61,1.36-1.36,1.36 C12.637,14.076,12.559,14.069,12.483,14.056z M12.716,12.076c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S13.069,12.076,12.716,12.076z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!