Speakingpal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speakingpal 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/333164.svg" alt="Speakingpal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333164.svg" alt="Speakingpal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333164.svg" alt="Speakingpal icon" :width="24" :height="24" />
CSS background
.icon-speakingpal {
background-image: url('https://proicons.com/icon/333164.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b,.c,.d{fill:none;stroke:#000;}.a,.b,.c{stroke-linecap:round;}.a,.b,.d{stroke-linejoin:round;}.a{stroke-dasharray:1 4;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="b" d="M24,6.233a7.61,7.61,0,0,1,7.61,7.61v9.42a7.61,7.61,0,0,1-15.22,0v-9.42A7.61,7.61,0,0,1,24,6.233Zm2.94,28.65v6.2452a.64.64,0,0,1-.63.64H21.69a.64.64,0,0,1-.63-.64V34.8827"/><path class="b" d="M12.23,25.523a12,12,0,0,0,23.5394,0"/><path class="c" d="M24,6.233V12.68"/><path class="c" d="M26.8673,6.9243V12.68"/><path class="c" d="M21.1327,6.9954V12.68"/><path class="d" d="M20.0691,19.5158h2.5254s.2807-2.5651-1.2782-2.5651S20.0691,19.5158,20.0691,19.5158Z"/><path class="b" d="M25.3772,19.1773a1.3783,1.3783,0,1,1,2.6623-.7134"/><path class="c" d="M20.53,24.6991c.8547,1.7272,3.5973,3.3506,5.3079.0612.6034-1.16.9351-1.9193,1.1772-1.96.15-.0249.456.63.456.63"/></svg>
Copied!