Notable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notable 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/344867.svg" alt="Notable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344867.svg" alt="Notable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344867.svg" alt="Notable icon" :width="24" :height="24" />
CSS background
.icon-notable {
background-image: url('https://proicons.com/icon/344867.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="M36.651,9.7475c-4.0834,3.6837-11.3629,9.7728-12.7823,11.5385-1.1287,1.4041-1.128,1.5595-1.3008,1.8903,3.5068,1.4032,7.4967-.1108,8.8772,3.8965.2423,1.0964-.0272,2.1757-.5686,3.0104-.5415.8347-1.3316,1.4644-2.2136,1.877-1.7639.8252-4.1493.802-5.6272-.9204-1.3316-1.5518-1.4646-4.2291-.4678-7.8635-1.8962-.7991-2.8874-1.922-3.0903-4.2254-5.1344,4.4098-11.7913,4.4963-13.9777,4.3947v15.1545c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5003c0-2.2091-1.7908-4-4-4l-28.9999-.0003c-2.2092,0-4,1.7908-4,4v13.8455M30.0647,9.3947h5.8421c.5377,0,.9737.4359.9737.9737v5.8421M11.5649,15.2366v-4.8683c0-.5377.4359-.9737.9737-.9737h0s4.8684,0,4.8684,0M17.4068,38.6049h-4.8684c-.5377,0-.9737-.4359-.9737-.9737v-4.8683M36.8806,32.7629v4.8683c0,.5377-.4359.9737-.9737.9737h-4.8684"/></svg>
Copied!