3d Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The 3d Svg 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/308848.svg" alt="3d Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308848.svg" alt="3d Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308848.svg" alt="3d Svg icon" :width="24" :height="24" />
CSS background
.icon-3d---svg {
background-image: url('https://proicons.com/icon/308848.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 fill-rule="evenodd" clip-rule="evenodd" d="M11.5 2.13397C11.8094 1.95534 12.1906 1.95534 12.5 2.13397L20.2943 6.63397C20.6037 6.81261 20.7943 7.14273 20.7943 7.5V15.3453C20.7943 16.4171 20.2225 17.4075 19.2943 17.9434L13.5 21.2887C12.5718 21.8246 11.4282 21.8246 10.5 21.2887L4.70581 17.9434C3.77761 17.4075 3.20581 16.4171 3.20581 15.3453V7.5C3.20581 7.14273 3.39641 6.81261 3.70581 6.63397L11.5 2.13397ZM12 6C12.5523 6 13 6.44772 13 7V11.4227L16.83 13.634C17.3083 13.9101 17.4722 14.5217 17.196 15C16.9199 15.4783 16.3083 15.6422 15.83 15.366L11.9999 13.1547L8.16984 15.366C7.69155 15.6422 7.07996 15.4783 6.80382 15C6.52768 14.5217 6.69155 13.9101 7.16984 13.634L11 11.4226V7C11 6.44772 11.4477 6 12 6Z" fill="#292929"/> </svg>
Copied!