Curve Exponential Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Curve Exponential 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/319828.svg" alt="Curve Exponential icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319828.svg" alt="Curve Exponential icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319828.svg" alt="Curve Exponential icon" :width="24" :height="24" />
CSS background
.icon-curve-exponential {
background-image: url('https://proicons.com/icon/319828.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 27.5.0, 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="curve--exponential_00000016763790839608173090000017215000102309982650_" d="M16.36,31h-0.72V16.36H1v-0.72h14.64v-2.026 C11.388,14.36,6.412,14.36,1,14.36v-0.72c5.432,0,10.415,0,14.64-0.774V1h0.72v11.724c6.142-1.285,10.575-4.375,12.29-11.805 l0.701,0.162c-1.823,7.902-6.514,11.102-12.991,12.397v2.162H31v0.72H16.36V31z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!