Notein Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notein 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/344877.svg" alt="Notein icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344877.svg" alt="Notein icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344877.svg" alt="Notein icon" :width="24" :height="24" />
CSS background
.icon-notein {
background-image: url('https://proicons.com/icon/344877.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="M5.5,21.4232h37"/><path class="b" d="M5.5,26.9949h37"/><path class="b" d="M5.5,32.5667h37"/><path class="b" d="M5.5,38.1384h37"/><path class="b" d="M5.5,17.0721c1.0766.7272,2.1437,1.4543,2.7859,1.1993.6516-.2644.8783-1.511,1.596-1.596.7177-.0755,1.9265,1.0105,2.8803,1.1143.9444.1039,1.6337-.7649,2.5214-.9255.8971-.1605,2.002.3872,2.852.5288.8594.1417,1.4638-.1228,2.172-.2833.6988-.1511,1.4921-.2078,2.0115-.1511.51.0472.746.1983,1.2466.2266.51.0283,1.2843-.0661,2.0587-.1417s1.5488-.1228,2.2287-.1605c.6705-.0378,1.2466-.0755,2.002-.0094.7555.0661,1.681.2266,2.3042.1983.6233-.0283.9349-.2361,1.5771-.2644.6422-.0283,1.6054.1322,2.3137.0567.6988-.085,1.1332-.4155,1.7093-.4627.5666-.0567,1.2749.1605,1.8604.2833.5855.1133,1.0388.1322,1.5015-.0189.4627-.1417.9255-.4627,1.3788-.7838"/><path class="b" d="M42.5,14.6616H5.5"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!