Pipecat Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pipecat 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/315587.svg" alt="Pipecat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315587.svg" alt="Pipecat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315587.svg" alt="Pipecat icon" :width="24" :height="24" />
CSS background
.icon-pipecat {
background-image: url('https://proicons.com/icon/315587.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pipecat</title><path d="M3.309 5.116a.87.87 0 0 1 .958.24L7.369 8.89h9.262l3.102-3.536a.867.867 0 0 1 1.52.573v7.807H24v1.735h-4.482V8.232l-1.842 2.099a.87.87 0 0 1-.652.295H6.976a.87.87 0 0 1-.652-.295l-1.842-2.1v7.239H0v-1.735h2.747V5.928c0-.362.224-.685.562-.812m16.209 12.089H24v1.735h-4.482zM0 17.205h4.482v1.735H0zm9.253-2.892a1.157 1.157 0 1 1-2.314 0 1.157 1.157 0 0 1 2.314 0m7.807 0a1.157 1.157 0 1 1-2.313 0 1.157 1.157 0 0 1 2.313 0"/></svg>
Copied!