Tr Transcript Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tr Transcript 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/348736.svg" alt="Tr Transcript icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348736.svg" alt="Tr Transcript icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348736.svg" alt="Tr Transcript icon" :width="24" :height="24" />
CSS background
.icon-tr-transcript {
background-image: url('https://proicons.com/icon/348736.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m19.5932,22.9159h8.6727v19.5136h-8.6727v-19.5136Z"/><path id="c" class="e" d="m5.5,20.7477l2.1682,2.1682c11.925-4.3364,11.925-13.0091,0-17.3454l-2.1682,2.1682c6.5045,4.3364,6.5045,8.6727,0,13.0091Z"/><path id="d" class="e" d="m42.5,20.7477l-2.179,2.1682c-11.925-4.3364-11.925-13.0091.0108-17.3454l2.1682,2.1682c-6.5045,4.3364-6.5045,8.6727,0,13.0091Z"/></svg>
Copied!