Chordify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chordify 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/338228.svg" alt="Chordify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338228.svg" alt="Chordify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338228.svg" alt="Chordify icon" :width="24" :height="24" />
CSS background
.icon-chordify {
background-image: url('https://proicons.com/icon/338228.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M12.408,26.66h3.746M31.846,26.66h3.746M11.715,18.88h4.1M32.185,18.88h4.1M11.07,11.096h4.125M32.805,11.096h4.125M35.593,24.816v3.69M12.407,24.816v3.69M36.287,17.034v3.69M11.713,17.034v3.69M36.932,9.251v3.689M11.068,9.25v3.69M18.569,37.446h10.864M18.707,32.18h10.588M26.832,10.125v15.858M21.168,10.125v15.858M31.791,5.752c.723.216,1.256.8,1.37,1.263-.602,7.252-1.216,12.292-1.359,21.642l-2.517,3.073.27,10.38c.016.655-.742,1.39-1.403,1.39h-8.304c-.66,0-1.42-.735-1.402-1.39l.269-10.38-2.517-3.073c-.143-9.35-.757-14.39-1.36-21.642.115-.463.648-1.047,1.37-1.263,0,0,2.562-1.252,7.792-1.252s7.791,1.252,7.791,1.252Z"/></svg>
Copied!