Checklist Note Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Checklist 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/310610.svg" alt="Checklist Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310610.svg" alt="Checklist Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310610.svg" alt="Checklist Note icon" :width="24" :height="24" />
CSS background
.icon-checklist-note {
background-image: url('https://proicons.com/icon/310610.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.6918 7.88889H16.212" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.6918 12H16.212" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.6918 16.1111H16.212" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.06625 8.50555C8.40683 8.50555 8.68292 8.22946 8.68292 7.88888C8.68292 7.54831 8.40683 7.27222 8.06625 7.27222C7.72568 7.27222 7.44958 7.54831 7.44958 7.88888C7.44958 8.22946 7.72568 8.50555 8.06625 8.50555Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.06625 12.6167C8.40683 12.6167 8.68292 12.3406 8.68292 12C8.68292 11.6594 8.40683 11.3833 8.06625 11.3833C7.72568 11.3833 7.44958 11.6594 7.44958 12C7.44958 12.3406 7.72568 12.6167 8.06625 12.6167Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.06625 16.7278C8.40683 16.7278 8.68292 16.4517 8.68292 16.1111C8.68292 15.7705 8.40683 15.4944 8.06625 15.4944C7.72568 15.4944 7.44958 15.7705 7.44958 16.1111C7.44958 16.4517 7.72568 16.7278 8.06625 16.7278Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Copied!