De Telegraaf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The De Telegraaf 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/338900.svg" alt="De Telegraaf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338900.svg" alt="De Telegraaf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338900.svg" alt="De Telegraaf icon" :width="24" :height="24" />
CSS background
.icon-de-telegraaf {
background-image: url('https://proicons.com/icon/338900.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.8005,5.9579c-2.8794,7.472-7.6907,7.2897-10.7159,7.2897-4.3854,0-7.9579-3.6447-13.7411-3.6447-4.7383,0-5.8318,2.8428-4.8841,6.2325-2.6972-5.686,1.1299-11.3355,8.8206-11.3355,6.8888,0,8.2009,3.7178,14.2879,3.7178,4.4832,0,6.2327-2.2598,6.2327-2.2598Z"/><path class="c" d="m21.7635,11.0239c-9.1901,3.6089-13.5639,8.8089-13.5639,17.7023s6.3664,14.7738,14.0935,14.7738,16.2318-5.8318,16.2318-17.9813c-4.6654,10.157-7.9701,10.643-12.9271,10.643s-11.3234-4.1794-11.3234-11.129,3.5577-10.328,7.4892-14.0089Z"/><line class="c" x1="31.8075" y1="13.1373" x2="31.7506" y2="34.9152"/><path class="c" d="m27.4522,13.0853c0,9.4689,1.4987,19.2371-7.6444,21.3699,1.2216-3.6879,1.8887-9.3739,1.8887-18.9899"/><line class="c" x1="27.4522" y1="13.0853" x2="15.9408" y2="17.8453"/></svg>
Copied!