Centurylink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Centurylink 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/338119.svg" alt="Centurylink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338119.svg" alt="Centurylink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338119.svg" alt="Centurylink icon" :width="24" :height="24" />
CSS background
.icon-centurylink {
background-image: url('https://proicons.com/icon/338119.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.476,2.5831v15.844l7.9219-13.723c-2.4801-1.2088-5.1696-1.9289-7.9219-2.1211h0ZM22.476,2.6319c-2.7459.186-5.4306.8974-7.9082,2.0957l7.9082,13.699V2.6316v.0003ZM35.997,6.2022l-7.9238,13.725,13.725-7.9238c-1.5434-2.288-3.5128-4.2574-5.8008-5.8008l-.0004-.0004ZM11.968,6.2256c-2.2835,1.5415-4.2495,3.5075-5.791,5.791l13.701,7.9102-7.9102-13.701.0002-.0002ZM43.296,14.6026l-13.723,7.9219h15.844c-.1922-2.7523-.9123-5.4418-2.1211-7.9219h0ZM4.679,14.6163c-1.1983,2.4776-1.9097,5.1623-2.0957,7.9082h15.795l-13.699-7.9082h-.0003ZM2.5833,25.5243c.186,2.7459.8974,5.4306,2.0957,7.9082l13.699-7.9082H2.583h.0003ZM29.5733,25.5243l13.699,7.9082c1.1983-2.4776,1.9097-5.1623,2.0957-7.9082h-15.795.0003ZM19.878,28.122l-13.701,7.9102c1.5415,2.2835,3.5075,4.2495,5.791,5.791l7.9102-13.701-.0002-.0002ZM28.0733,28.122l7.9102,13.701c2.2835-1.5415,4.2495-3.5075,5.791-5.791l-13.701-7.9102-.0002.0002ZM22.4756,29.622l-7.9082,13.699c2.4776,1.1983,5.1623,1.9097,7.9082,2.0957v-15.795.0003ZM25.4756,29.622v15.795c2.7459-.186,5.4306-.8974,7.9082-2.0957l-7.9082-13.699v-.0003Z"/></svg>
Copied!