Twenty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twenty 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/334400.svg" alt="Twenty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334400.svg" alt="Twenty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334400.svg" alt="Twenty icon" :width="24" :height="24" />
CSS background
.icon-twenty {
background-image: url('https://proicons.com/icon/334400.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="e" d="m15.1638,20.3975c.4199-2.3813,2.9082-3.8784,5.2914-2.9693,1.5633.5963,2.6087,2.2235,2.4806,3.8918-.0953,1.2409-.6935,2.3764-1.6664,2.9673-1.8024,1.0945-7.4791,3.8999-7.4791,3.8999l7.7168,1.3607"/><g><line class="e" x1="33.2554" y1="21.0236" x2="25.7858" y2="28.8882"/><rect class="e" x="25.6073" y="19.0427" width="7.8358" height="11.8276" rx="3.9179" ry="3.9179" transform="translate(4.7822 -4.7479) rotate(10)"/></g></g><g id="c"><path id="d" class="e" d="m41.0517,10.5477L12.5776,5.5269c-.9531-.1681-1.8619.4683-2.03,1.4214l-5.0207,28.474c-.1681.9531.4683,1.8619,1.4214,2.03l28.474,5.0207c.9531.1681,1.8619-.4683,2.03-1.4214l5.0207-28.474c.1681-.9531-.4683-1.8619-1.4214-2.03Z"/></g></svg>
Twenty in other icon packs
Copied!