Tradingview Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tradingview 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/316379.svg" alt="Tradingview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316379.svg" alt="Tradingview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316379.svg" alt="Tradingview icon" :width="24" :height="24" />
CSS background
.icon-tradingview {
background-image: url('https://proicons.com/icon/316379.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>TradingView</title><path d="M15.8654 8.2789c0 1.3541-1.0978 2.4519-2.452 2.4519-1.354 0-2.4519-1.0978-2.4519-2.452 0-1.354 1.0978-2.4518 2.452-2.4518 1.3541 0 2.4519 1.0977 2.4519 2.4519zM9.75 6H0v4.9038h4.8462v7.2692H9.75Zm8.5962 0H24l-5.1058 12.173h-5.6538z"/></svg>
Copied!