Economist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Economist 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/324949.svg" alt="Economist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324949.svg" alt="Economist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324949.svg" alt="Economist icon" :width="24" :height="24" />
CSS background
.icon-economist {
background-image: url('https://proicons.com/icon/324949.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><line class="b" x1="21.5924" y1="24" x2="27.0178" y2="24"/><line class="b" x1="21.5924" y1="37.5" x2="21.5924" y2="10.5"/><polyline class="b" points="21.5924 10.5 31.8258 10.5 31.8258 14.079"/><line class="b" x1="30.7464" y1="27.7286" x2="30.7464" y2="19.3624"/><polyline class="b" points="32.8849 32.656 32.5643 37.5 21.5924 37.5"/><line class="b" x1="21.5924" y1="37.5" x2="14.0442" y2="37.5"/><line class="b" x1="21.5924" y1="10.5" x2="14.0442" y2="10.5"/><path class="b" d="M27.0178,24c2.0593,0,3.7286,1.6694,3.7286,3.7286"/><path class="b" d="M30.7464,19.3624c0,2.5613-2.0763,4.6376-4.6376,4.6376"/><path class="b" d="M14.0442,10.5c1.6001,0,2.8973,1.2972,2.8973,2.8973v21.2054c0,1.6001-1.2972,2.8973-2.8973,2.8973"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!