Quillnote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quillnote 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/346384.svg" alt="Quillnote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346384.svg" alt="Quillnote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346384.svg" alt="Quillnote icon" :width="24" :height="24" />
CSS background
.icon-quillnote {
background-image: url('https://proicons.com/icon/346384.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="29.4651" cy="21.4165" rx="15.8905" ry="6.3998" transform="translate(0.8434 43.9479) rotate(-74.2215)"/><line class="a" x1="33.7861" y1="6.1248" x2="25.1442" y2="36.7083"/><line class="a" x1="25.0132" y1="15.3587" x2="29.1268" y2="22.614"/><line class="a" x1="27.3845" y1="28.7798" x2="34.1502" y2="27.0101"/><line class="a" x1="35.6238" y1="23.1323" x2="42.5" y2="23.1323"/><line class="a" x1="5.5" y1="23.1323" x2="22.4389" y2="23.1323"/><line class="a" x1="30.3769" y1="32.5038" x2="42.5" y2="32.5038"/><line class="a" x1="5.5" y1="32.5038" x2="23.414" y2="32.5038"/><line class="a" x1="5.5" y1="41.8752" x2="23.919" y2="41.8752"/><polyline class="a" points="20.938 36.438 23.919 41.875 29.357 38.894"/></svg>
Copied!