Half Note Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Half Note 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/320131.svg" alt="Half Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320131.svg" alt="Half Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320131.svg" alt="Half Note icon" :width="24" :height="24" />
CSS background
.icon-half-note {
background-image: url('https://proicons.com/icon/320131.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="half-note_00000110467484277169557640000014994950401802572944_" d="M16,28.36c-2.404,0-4.36-1.956-4.36-4.36 s1.956-4.36,4.36-4.36c1.519,0,2.859,0.781,3.64,1.963V4h0.721v20C20.36,26.404,18.404,28.36,16,28.36z M16,20.36 c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S18.007,20.36,16,20.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!