Fermata Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fermata 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/340344.svg" alt="Fermata icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340344.svg" alt="Fermata icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340344.svg" alt="Fermata icon" :width="24" :height="24" />
CSS background
.icon-fermata {
background-image: url('https://proicons.com/icon/340344.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m7.4495,38.4324V9.5661m5.8943-3.3996l24.9946,14.4309m0,6.8062l-24.9946,14.4309"/><g><path class="c" d="m7.4495,9.5661c0-3.4008,2.9521-5.0983,5.8943-3.3996"/><path class="c" d="m7.4495,38.4324c0,3.3975,2.9513,5.1009,5.8943,3.4017"/><path class="c" d="m38.3378,27.4037c2.95-1.7031,2.9507-5.1026,0-6.8062"/></g><g><circle class="c" cx="20.9659" cy="26.952" r="2.615"/><path class="c" d="m29.4176,25.6432c0-9.8021-17-9.8074-17,0,5.6114-5.4857,11.4336-5.5668,17,0Z"/></g></svg>
Copied!