Curve Cubic Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Curve Cubic 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/319827.svg" alt="Curve Cubic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319827.svg" alt="Curve Cubic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319827.svg" alt="Curve Cubic icon" :width="24" :height="24" />
CSS background
.icon-curve-cubic {
background-image: url('https://proicons.com/icon/319827.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--cubic_00000039122573672316704630000013930538766552590217_" d="M21.591,27.473L19.109,24h1.276l1.777,2.605h0.041 L24.047,24h1.208l-2.469,3.391L25.308,31h-1.275l-1.818-2.74h-0.041L20.208,31H19L21.591,27.473z M27.944,23.616 c0.458,0,0.671-0.212,0.671-0.498v-0.04c0-0.327-0.23-0.527-0.59-0.527c-0.35,0-0.625,0.177-0.82,0.481l-0.481-0.435 c0.269-0.372,0.648-0.665,1.324-0.665c0.808,0,1.358,0.401,1.358,1.043c0,0.516-0.35,0.825-0.768,0.911v0.035 c0.464,0.086,0.837,0.407,0.837,0.974c0,0.705-0.59,1.175-1.473,1.175c-0.779,0-1.169-0.355-1.421-0.745l0.556-0.424 c0.178,0.321,0.419,0.55,0.865,0.55c0.441,0,0.688-0.229,0.688-0.602v-0.04c0-0.367-0.269-0.562-0.745-0.562h-0.396v-0.63 L27.944,23.616L27.944,23.616z M16.36,16.36H31v-0.72H17.189l0.557-0.372c2.89-1.926,4.614-5.148,4.614-8.62V1h-0.72v5.648 c0,3.23-1.604,6.229-4.292,8.021l-0.988,0.658V1h-0.72v14.64H1v0.72h13.811l-0.558,0.372c-2.889,1.925-4.613,5.148-4.613,8.62V31 h0.72v-5.648c0-3.23,1.605-6.229,4.293-8.021l0.987-0.658V31h0.72V16.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!