Modernize Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Modernize 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/320383.svg" alt="Modernize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320383.svg" alt="Modernize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320383.svg" alt="Modernize icon" :width="24" :height="24" />
CSS background
.icon-modernize {
background-image: url('https://proicons.com/icon/320383.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 26.3.1, 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="modernize_00000182496940535608274070000010651548100232240774_" d="M2,31.36c-0.75,0-1.36-0.61-1.36-1.36 c0-0.625,0.424-1.153,1-1.312V2c0-0.146,0.087-0.277,0.222-0.333c0.134-0.056,0.289-0.025,0.392,0.078l13.073,13.073 c0.397-0.227,0.948-0.227,1.346,0L26.745,4.746l0.51,0.509L17.182,15.327c0.113,0.199,0.179,0.428,0.179,0.673 c0,0.245-0.065,0.474-0.179,0.673L29.64,29.131V3.312c-0.575-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S31.36,1.25,31.36,2 c0,0.625-0.425,1.153-1,1.312V30c0,0.199-0.161,0.36-0.36,0.36H3.312C3.153,30.936,2.625,31.36,2,31.36z M2,29.36 c-0.353,0-0.64,0.287-0.64,0.64S1.647,30.64,2,30.64S2.64,30.353,2.64,30S2.353,29.36,2,29.36z M3.312,29.64h25.819L16.673,17.182 c-0.397,0.227-0.948,0.227-1.346,0L3.182,29.327C3.237,29.425,3.281,29.529,3.312,29.64z M2.36,28.688 c0.11,0.03,0.215,0.074,0.313,0.13l12.146-12.146C14.705,16.474,14.64,16.245,14.64,16s0.065-0.474,0.178-0.673L2.36,2.869V28.688z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M30,1.36 c-0.353,0-0.64,0.287-0.64,0.64S29.647,2.64,30,2.64S30.64,2.353,30.64,2S30.353,1.36,30,1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!