This Side Up Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The This Side Up 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/320851.svg" alt="This Side Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320851.svg" alt="This Side Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320851.svg" alt="This Side Up icon" :width="24" :height="24" />
CSS background
.icon-this-side-up {
background-image: url('https://proicons.com/icon/320851.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 24.3.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="this-side-up_1_" d="M31,31.36H1v-0.72h30V31.36z M13.254,6.746L7,0.491L0.746,6.746l0.509,0.509L6.64,1.869V26h0.72V1.869 l5.386,5.385L13.254,6.746z M31.255,6.746L25,0.491l-6.255,6.255l0.51,0.509L24.64,1.87V26h0.721V1.87l5.385,5.385L31.255,6.746z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!