Match Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Match 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/343464.svg" alt="Match icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343464.svg" alt="Match icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343464.svg" alt="Match icon" :width="24" :height="24" />
CSS background
.icon-match {
background-image: url('https://proicons.com/icon/343464.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M43.4999,14.299c0-2.0828-1.6885-3.7712-3.7713-3.7712-1.3712,0-2.5679.7343-3.228,1.8287-.6601-1.0944-1.8568-1.8287-3.228-1.8287-2.0828,0-3.7712,1.6884-3.7712,3.7712,0,.4761.0919.9298.2529,1.3493,1.247,3.5869,6.7463,7.5229,6.7463,7.5229,0,0,5.4993-3.9361,6.7463-7.5229.161-.4194.253-.8731.253-1.3493h0Z"/><path class="b" d="M4.5,26.4538c0-3.6881,2.9898-6.6778,6.6778-6.6778h0c3.6881,0,6.6778,2.9898,6.6778,6.6778v11.0184"/><line class="b" x1="4.5" y1="19.776" x2="4.5" y2="37.4722"/><path class="b" d="M17.8557,26.4538c0-3.6881,2.9898-6.6778,6.6778-6.6778h0c3.6881,0,6.6778,2.9898,6.6778,6.6778v11.0184"/></svg>
Copied!