Fontbase Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Fontbase 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/314363.svg" alt="Fontbase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314363.svg" alt="Fontbase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314363.svg" alt="Fontbase icon" :width="24" :height="24" />
CSS background
.icon-fontbase {
background-image: url('https://proicons.com/icon/314363.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>FontBase</title><path d="M23.079 13.996c-2.702-2.771-5.702-5.703-8.105-8.103-1.62-1.621-4.284-1.621-5.943 0-2.97 2.963-5.248 5.21-8.104 8.066a3.12 3.12 0 0 0 0 4.437 3.12 3.12 0 0 0 4.437 0l2.2-2.2 2.2 2.2a3.12 3.12 0 0 0 4.438 0 3.12 3.12 0 0 0 0-4.438l4.4 4.4a3.12 3.12 0 0 0 4.438 0c1.274-1.16 1.274-3.165.039-4.362z"/></svg>
Copied!