Talking Points Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Talking Points 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/333641.svg" alt="Talking Points icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333641.svg" alt="Talking Points icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333641.svg" alt="Talking Points icon" :width="24" :height="24" />
CSS background
.icon-talking-points {
background-image: url('https://proicons.com/icon/333641.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="m39.7651,20.6234v-3.1607l-4.1647,2.8022h-10.3837c-3.135,0-5.7,2.565-5.7,5.7v8.1226c0,3.135,2.565,5.7,5.7,5.7h12.5833c3.135,0,5.7-2.565,5.7-5.7v-8.1226c0-2.4442-1.562-4.5357-3.7349-5.3415Z"/><path class="b" d="m8.2349,27.3767v3.1607l4.1647-2.8022h10.3837c3.135,0,5.7-2.565,5.7-5.7v-8.1226c0-3.135-2.565-5.7-5.7-5.7h-12.5833c-3.135,0-5.7,2.565-5.7,5.7v8.1226c0,2.4442,1.562,4.5357,3.7349,5.3415Z"/></svg>
Copied!