Curve Quadratic Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Curve Quadratic 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/319834.svg" alt="Curve Quadratic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319834.svg" alt="Curve Quadratic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319834.svg" alt="Curve Quadratic icon" :width="24" :height="24" />
CSS background
.icon-curve-quadratic {
background-image: url('https://proicons.com/icon/319834.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--quadratic_00000127760484965068326290000017270762674408268174_" d="M21.591,27.473L19.109,24h1.276l1.777,2.605 h0.041L24.047,24h1.208l-2.469,3.391L25.308,31h-1.275l-1.818-2.74h-0.041L20.208,31H19L21.591,27.473z M29.574,26.035H26.8v-0.699 l1.255-1.1c0.424-0.373,0.619-0.648,0.619-0.997v-0.075c0-0.35-0.264-0.545-0.59-0.545c-0.413,0-0.607,0.27-0.699,0.596 l-0.653-0.252c0.172-0.533,0.602-0.997,1.416-0.997c0.842,0,1.323,0.504,1.323,1.192c0,0.664-0.453,1.089-1.008,1.547l-0.842,0.693 h1.954L29.574,26.035L29.574,26.035z M16.36,31h-0.72V16.36H1v-0.72h14.64V8.853c-1.198-3.445-1.921-6.478-1.991-6.771l0.701-0.165 c0.277,1.177,0.72,2.828,1.29,4.639V1h0.72v7.723c0.872,2.482,1.936,5.027,3.105,6.917h6.886c2.167-3.883,3.734-10.526,4.295-13.703 l0.709,0.125c-0.087,0.491-1.555,8.642-4.198,13.578H31v0.72h-4.253c-1.076,1.786-2.329,3-3.747,3c-1.414,0-2.736-1.215-3.915-3 H16.36V31z M19.938,16.36c0.976,1.39,2.013,2.28,3.062,2.28c1.047,0,2.029-0.89,2.921-2.28H19.938z M16.36,15.64h2.275 c-0.848-1.428-1.612-3.125-2.275-4.827V15.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!