Teslaunread Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Teslaunread 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/348378.svg" alt="Teslaunread icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348378.svg" alt="Teslaunread icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348378.svg" alt="Teslaunread icon" :width="24" :height="24" />
CSS background
.icon-teslaunread {
background-image: url('https://proicons.com/icon/348378.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="M43.78,18.71l-7.8-5.89-4.23,1.13v-4.39l-7.77-6.04-7.72,6v4.39l-4.28-1.09-7.8,5.89,2.26,5.31-2.26,5.31,7.8,5.89,4.24-1.13v4.39l7.72,6,7.73-6v-4.39l4.31,1.13,7.84-5.89-2.29-5.31,2.25-5.31Z"/><line class="b" x1="16.26" y1="13.95" x2="16.26" y2="34.09"/><line class="b" x1="31.71" y1="13.95" x2="31.71" y2="34.09"/><path class="b" d="M24,19.283l1.3378,2.8758,3.1485.3837-2.3217,2.161.608,3.1129-2.7727-1.5402-2.7727,1.5402.608-3.1129-2.3217-2.161,3.1485-.3837,1.3379-2.8758Z"/></svg>
Copied!