Obsidian Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obsidian 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/330511.svg" alt="Obsidian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330511.svg" alt="Obsidian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330511.svg" alt="Obsidian icon" :width="24" :height="24" />
CSS background
.icon-obsidian {
background-image: url('https://proicons.com/icon/330511.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.1331,40.9118c3.1549-6.3935,3.0711-10.9816,1.7217-14.2389-1.2285-3.0153-3.5271-4.9138-5.3326-6.0957-.0372.1768-.0931.3443-.1675.5025l-4.2437,9.446c-.4401.9753-.2369,2.1207.5119,2.885l6.7844,6.9798c.214.214.4653.3909.7259.5212Z"/><path class="c" d="m25.7137,27.9386c.8469.0838,1.6752.2699,2.4941.5677,2.5872.9679,4.9417,3.1456,6.8868,7.3428.1396-.242.2792-.4746.4281-.698,1.1887-1.7639,2.3276-3.5607,3.4155-5.3884.2714-.4601.2345-1.0392-.0931-1.4611-1.3098-1.6833-2.4244-3.5097-3.3224-5.4443-.8934-2.1405-1.0237-5.4815-1.033-7.1008,0-.6142-.1954-1.2191-.577-1.7031l-6.7472-8.5619-.1117-.1396c.4932,1.6286.4653,2.9315.1582,4.1135-.2792,1.0982-.8004,2.094-1.3494,3.1456-.1861.3536-.3723.7166-.5491,1.0889-.8752,1.6716-1.3769,3.5132-1.4704,5.3977-.0931,2.2522.363,5.072,1.8613,8.8411h.0093Z"/><path class="c" d="m25.7044,27.9386c-1.4983-3.7691-1.9544-6.589-1.8613-8.8411.0931-2.2335.7445-3.9087,1.4704-5.3977l.5584-1.0889c.5398-1.0516,1.0516-2.0474,1.3401-3.1456.3426-1.358.2877-2.7858-.1582-4.1135-.9636-1.0587-2.6009-1.1419-3.6667-.1861l-8.0222,7.2125c-.4496.4024-.7457.9485-.8376,1.5449l-.9772,6.4773c0,.0651-.0186.121-.0279.1861,1.8055,1.1726,4.0948,3.0711,5.3326,6.0771.242.5956.4467,1.2191.5956,1.8985,2.0337-.564,4.1485-.778,6.2539-.6328v.0093Z"/><path class="c" d="m29.9109,43.4059c1.731.4746,3.4713-.912,3.7133-2.6989.1982-1.6949.6994-3.3404,1.4797-4.858-1.9544-4.1972-4.3089-6.3749-6.8868-7.3428-2.7454-1.0237-5.7328-.6794-8.7667.0558.6794,3.0804.2792,7.1101-2.308,12.3497.2885.1489.6142.2327.94.2606l4.0855.3071c2.2149.1582,5.5187,1.3029,7.743,1.9264Z"/></svg>
Copied!