Konamoney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Konamoney 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/342588.svg" alt="Konamoney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342588.svg" alt="Konamoney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342588.svg" alt="Konamoney icon" :width="24" :height="24" />
CSS background
.icon-konamoney {
background-image: url('https://proicons.com/icon/342588.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="M8.0552,11.4388l13.9991,7.8029c1.2351.6884,2.7385.6884,3.9736,0l13.9168-7.757"/><path class="b" d="M6.3843,11.4388l7.4203-4.3164c.8234-.4589,1.8257-.4589,2.6491,0l7.5875,4.2292,7.3486-4.096c.8234-.4589,1.8257-.4589,2.6491,0l7.5875,4.2292"/><path class="b" d="M34.979,14.2526v16.6899c0,.9874-.535,1.8973-1.3979,2.3774l-1.1198.623,7.3319,4.0944,1.3116-.7316c.8615-.4805,1.3953-1.3897,1.3953-2.3761l-.0013-21.9446c0-1.3108-1.409-2.1385-2.554-1.5004"/><path class="b" d="M6.8953,34.5393c-.8615-.4805-1.3953-1.3897-1.3953-2.3761l.0013-19.224c0-1.3108,1.409-2.1385,2.554-1.5004"/><path class="b" d="M13.021,14.2067v13.9694c0,.9874.535,1.8973,1.3979,2.3774"/><line class="b" x1="14.4189" y1="30.5534" x2="21.5832" y2="34.5393"/><line class="b" x1="13.021" y1="24.9272" x2="20.3696" y2="20.8312"/><path class="b" d="M20.3696,20.8312l6.8241,3.8037c1.2927.7205,2.094,2.0845,2.094,3.5645v6.4994c0,.9316-.5123,1.7877-1.3333,2.2279l-7.5848,4.0673"/><path class="b" d="M13.021,24.9272l7.1662,3.9943c.8618.4804,1.396,1.3897,1.396,2.3763v7.7677c0,1.6434-1.7669,2.681-3.2021,1.8804l-11.4858-6.4067"/></svg>
Copied!