My Telus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Telus 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/329793.svg" alt="My Telus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329793.svg" alt="My Telus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329793.svg" alt="My Telus icon" :width="24" :height="24" />
CSS background
.icon-my-telus {
background-image: url('https://proicons.com/icon/329793.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M32.7996,35.7869c.3442.4481.7758.615,1.3762.615h.831c.7733,0,1.4002-.6269,1.4002-1.4002v-.0061c0-.7733-.6269-1.4001-1.4002-1.4001h-.9167c-.7742,0-1.4017-.6276-1.4017-1.4017,0-.7758.6289-1.4047,1.4047-1.4047h.8264c.6004,0,1.032.1669,1.3762.615"/><path class="b" d="M26.7246,30.7887v3.7536c0,1.0269.8324,1.8593,1.8593,1.8593s1.8593-.8324,1.8593-1.8593v-3.7536"/><polyline class="b" points="21.6706 30.7882 21.6706 36.4011 24.4771 36.4011"/><line class="b" x1="16.6214" y1="33.5951" x2="18.4512" y2="33.5951"/><polyline class="b" points="19.4255 36.4011 16.619 36.4011 16.619 30.7882 19.4255 30.7882"/><line class="b" x1="10.6577" y1="30.7887" x2="14.3762" y2="30.7887"/><line class="b" x1="12.5169" y1="36.4016" x2="12.5169" y2="30.7887"/><path class="b" d="M12.3065,17.6919l26.1935-6.0806"/><path class="b" d="M9.5,24.708c9.8226-1.4032,23.3871-13.5645,18.7097-13.0968-2.3387,1.4032-4.6774,4.6774-5.2475,5.2541-5.7199,5.9717-2.8796,11.5018,9.9245,2.2297"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!