Quantum Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Quantum 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/320579.svg" alt="Quantum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320579.svg" alt="Quantum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320579.svg" alt="Quantum icon" :width="24" :height="24" />
CSS background
.icon-quantum {
background-image: url('https://proicons.com/icon/320579.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="quantum_00000010273575257202732920000014117944257185011901_" d="M31.36,16c0-8.47-6.89-15.36-15.36-15.36 c-3.444,0-6.798,1.175-9.495,3.3c-0.29-0.188-0.634-0.3-1.005-0.3c-1.025,0-1.86,0.834-1.86,1.86c0,0.369,0.111,0.712,0.298,1.002 C1.814,9.197,0.64,12.559,0.64,16c0,8.47,6.89,15.36,15.36,15.36c3.442,0,6.799-1.175,9.496-3.299 c0.29,0.187,0.634,0.299,1.004,0.299c1.025,0,1.86-0.835,1.86-1.86c0-0.37-0.112-0.713-0.299-1.003 C30.185,22.799,31.36,19.442,31.36,16z M27.556,24.972c-0.3-0.208-0.664-0.332-1.056-0.332c-0.383,0-0.739,0.117-1.035,0.316 L11.207,10.698c1.542-0.211,3.141-0.339,4.793-0.339c7.936,0,14.64,2.583,14.64,5.64c0,1.71-2.146,3.375-5.743,4.456l0.207,0.689 c2.521-0.757,4.354-1.789,5.362-2.972C30.094,20.643,29.094,22.991,27.556,24.972z M30.461,13.836 C28.365,11.368,22.766,9.64,16,9.64c-1.878,0-3.704,0.143-5.441,0.41L7.044,6.535C7.243,6.239,7.36,5.883,7.36,5.5 c0-0.392-0.123-0.754-0.331-1.055C9.586,2.459,12.75,1.36,16,1.36C23.335,1.36,29.41,6.788,30.461,13.836z M5.5,4.36 c0.628,0,1.14,0.512,1.14,1.14S6.128,6.64,5.5,6.64S4.36,6.128,4.36,5.5S4.872,4.36,5.5,4.36z M4.444,7.027 C4.744,7.236,5.107,7.36,5.5,7.36c0.383,0,0.739-0.117,1.035-0.316l14.257,14.258c-1.54,0.211-3.139,0.338-4.792,0.338 c-7.936,0-14.64-2.582-14.64-5.64c0-1.709,2.147-3.375,5.744-4.456l-0.207-0.689c-2.522,0.758-4.355,1.79-5.364,2.973 C1.905,11.358,2.905,9.008,4.444,7.027z M1.538,18.163C3.634,20.632,9.233,22.36,16,22.36c1.881,0,3.707-0.143,5.44-0.41 l3.515,3.515c-0.199,0.296-0.316,0.652-0.316,1.035c0,0.392,0.123,0.755,0.331,1.055c-2.555,1.986-5.722,3.085-8.97,3.085 C8.664,30.64,2.589,25.211,1.538,18.163z M26.5,27.64c-0.629,0-1.14-0.511-1.14-1.14s0.511-1.14,1.14-1.14s1.14,0.511,1.14,1.14 S27.129,27.64,26.5,27.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!