Nba Live Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nba Live 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/330015.svg" alt="Nba Live icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330015.svg" alt="Nba Live icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330015.svg" alt="Nba Live icon" :width="24" :height="24" />
CSS background
.icon-nba-live {
background-image: url('https://proicons.com/icon/330015.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.421,11.682v.1262c.2752.1606.4128.2982.6996.4702.7455.4703,1.663,1.296,1.5369,4.1634.2065.6193.2982,1.8466.4932,2.248.3899.7684.6422,1.2616.757,1.9956,0,0,.1147,1.124.2523,1.2043.7685.1721.5506.2523.6538.3785.1033.1261.562.1491.562.562.1425.1999.2618.4154.3555.6423v-14.8871c0-1.6931-1.3691-3.0675-3.0623-3.0738h-2.9476c.4703.172.7341.367.8947.6767.3785.0344.8372.8832.1262,2.1448.3097.2065.0688.5161-.1606.8831-.0688.1147-.1376.3212-.3441.3097-.2637.562-.5848,1.1125-.8372,1.1469-.0689.0917-.1261.3326-.0114.4473.3723.1299.721.3197,1.0323.562m5.3217,13.8204c-.5633,1.4052-2.1477,2.0877-3.5529,1.5243-1.4052-.5633-2.0876-2.1591-1.5243-3.5643.3284-.8194,1.0315-1.4305,1.8887-1.6416-.3212-.7913-.9864-2.0759-1.1814-2.5003-.195-.4244-.6423-3.0279-.734-3.544-.0229-.1147-1.1813.6767-1.1813.7226,0,.0459-.8717,2.1676-.906,2.2824-.0345.1147-.023.3556-.023.3556,0,0,.3899.0458.6193.734.2294.6881.9061,3.2.9061,3.2,0,0-.1835.195-.195.1835.8717,2.9017.562,4.1519.9519,5.0007.4932,1.2043.6193,1.0437,1.0437,2.053.2982.7339.6308,3.6243.7456,3.7505.4702.5962.7226,1.0551.7226,1.3877s-.4015,1.3305-.2524,1.9153c.0917.3441.1377,1.1012.2867,1.2502.1492.1492.1492.2867.0689.4129-.0309.0477-.0468.1037-.0459.1606.2637.9061,1.0896,2.466-.2637,3.2803h.0344c1.4968-.2325,2.5987-1.5246,2.592-3.0394v-13.9237Z"/><path class="c" d="m17.2905,38.8299c-.4932-.436-.1607-.6308-.1837-.8029-.3211-1.3419-1.3992-2.1678-.8372-2.6036-.1375-.4472-.4128-.9977-.4014-.9977-1.6631-.952-3.0852-2.5119-3.326-2.7413-.2408-.2294-.7914-.6423-.8832-.8946-.4014-.3671-2.3627-3.154-2.8215-4.1862l-.8029-.1146c-.367-1.4796-1.5713-2.7297-1.6057-4.2093-.0114-.562.2524-1.7662.3556-2.0071.1032-.2408.562-.6423.562-.6423v-.4014c-1.7433.0458-1.2387-.1262-1.5369-.8029-.2065-.4703-.0574-.5735.0115-.8946.2294-.9634,1.0093-2.443,1.3304-3.1082.1033-.3441.4358-1.1584.4358-1.1584,1.296-2.638,1.7777-2.443,3.3261-2.5921l.0803-.1147c1.5484-.0688,1.296-.1835,1.5139-1.6745-.2294.0917-.2868-.4703-.2868-.4703-.1261-.8487.2294-.6881.4014-.6996.0344-1.3877.1835-1.8236,1.1813-2.2135h-5.23c-1.6976,0-3.0738,1.3762-3.0738,3.0738v30.8409c0,1.6996,1.3743,3.079,3.0738,3.0853h9.1066c-1.0438-.562-.4244-1.6287-.3899-3.6701h0Z"/><line class="c" x1="13.8038" y1="5.5" x2="14.7213" y2="5.5115"/><line class="c" x1="20.7312" y1="23.4724" x2="20.7427" y2="25.5024"/><polyline class="c" points="25.0202 20.6988 23.7859 27.6988 27.2859 27.6988"/><line class="c" x1="30.4208" y1="20.6988" x2="29.1865" y2="27.6988"/><polyline class="c" points="37.004 20.6988 33.4509 27.6988 32.3665 20.6988"/><line class="c" x1="38.3829" y1="24.1988" x2="40.6648" y2="24.1988"/><polyline class="c" points="41.2657 27.6988 37.7657 27.6988 39 20.6988 42.5 20.6988"/></svg>
Copied!