Bouygues Telecom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bouygues Telecom 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/337464.svg" alt="Bouygues Telecom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337464.svg" alt="Bouygues Telecom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337464.svg" alt="Bouygues Telecom icon" :width="24" :height="24" />
CSS background
.icon-bouygues-telecom {
background-image: url('https://proicons.com/icon/337464.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="12.9703" cy="29.193" rx="5.7863" ry="12.4521" transform="translate(-14.1425 12.3006) rotate(-34.12)"/><ellipse class="a" cx="35.0297" cy="29.4846" rx="12.452" ry="5.7863" transform="translate(-9.0288 41.9455) rotate(-55.8798)"/><ellipse class="a" cx="23.8537" cy="13.4916" rx="12.4521" ry="5.7863" transform="translate(-0.0617 0.1096) rotate(-0.263)"/></svg>
Copied!