Curve Inverse Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Curve Inverse 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/319829.svg" alt="Curve Inverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319829.svg" alt="Curve Inverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319829.svg" alt="Curve Inverse icon" :width="24" :height="24" />
CSS background
.icon-curve-inverse {
background-image: url('https://proicons.com/icon/319829.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--inverse_00000132795723646949183960000012058540635005001117_" d="M20.591,27.473L18.109,24h1.276l1.777,2.605 h0.041L23.047,24h1.208l-2.469,3.391L24.308,31h-1.275l-1.818-2.74h-0.041L19.208,31H18L20.591,27.473z M25.186,24.618V23.89h1.639 v0.728H25.186z M27.674,26v-0.613h1.1v-2.843h-0.052l-0.871,1.032l-0.47-0.395L28.373,22h1.14v3.387h0.917V26H27.674z M16.36,31 h-0.72V16.36H1v-0.72h14.64V1h0.72v14.64H31v0.72H16.36V31z M14.36,31h-0.72c0-11.813-0.827-12.64-12.64-12.64v-0.72 C13.236,17.64,14.36,18.764,14.36,31z M31,14.36c-12.236,0-13.36-1.124-13.36-13.36h0.721c0,11.813,0.826,12.64,12.64,12.64 L31,14.36L31,14.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!