Oblivion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oblivion 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/345065.svg" alt="Oblivion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345065.svg" alt="Oblivion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345065.svg" alt="Oblivion icon" :width="24" :height="24" />
CSS background
.icon-oblivion {
background-image: url('https://proicons.com/icon/345065.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.0556,4.5c-.9367.7494-3.06,1.53-3.06,1.53,1.6237,1.0304,3.06,2.5917,3.06,4.4339s-1.9359,4.8086-1.9359,10.8663,2.9039,15.8935,10.9912,18.6725c-5.1833-5.7454-5.3395-10.554-5.3395-16.799s4.7462-13.6141,5.9952-14.9568c1.2802-.562,3.2162-.8743,4.715.4996s4.9335,11.4908,4.9335,20.4211-4.9335,14.3323-4.9335,14.3323c5.9327-1.4051,10.3979-9.2114,10.3979-19.5s-3.1849-14.8787-3.1849-14.8787c0-1.9047,3.3098-3.6533,3.3098-3.6533l-.6557-.8118-24.293-.1561Z"/><path class="c" d="M22.4231,20.253c0,1.8267.6089,4.7774,2.6541,4.7774s2.8259-2.3419,2.8259-3.95-1.4988-3.7314-2.9195-3.7314-2.5604,1.0929-2.5604,2.9039Z"/></svg>
Copied!