Mizuho Direct Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mizuho Direct 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/343952.svg" alt="Mizuho Direct icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343952.svg" alt="Mizuho Direct icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343952.svg" alt="Mizuho Direct icon" :width="24" :height="24" />
CSS background
.icon-mizuho-direct {
background-image: url('https://proicons.com/icon/343952.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="f" d="M14.569,28.4233c7.9261-.7676,17.6125-.4902,23.931.6853"/><line class="f" x1="17.9161" y1="19.5975" x2="17.9161" y2="25.0475"/><path class="f" d="M9.5,25.0408v-6.1494l3.1832,6.1562,3.1832-6.1467v6.1467"/><path class="f" d="M19.7333,19.5975h3.7364l-3.7364,5.4504h3.7364"/><line class="f" x1="28.9743" y1="19.5975" x2="28.9743" y2="25.0475"/><line class="f" x1="32.7101" y1="19.5975" x2="32.7101" y2="25.0475"/><line class="f" x1="28.9743" y1="22.3125" x2="32.7101" y2="22.3125"/><path class="f" d="M25.2375,19.5975v3.645c0,.9971.8364,1.8054,1.8682,1.8054h1.8682"/><path class="f" d="M36.3955,19.5975h0c1.0318,0,1.8682.8083,1.8682,1.8054v1.8395c0,.9971-.8364,1.8054-1.8682,1.8054h0c-1.0318,0-1.8682-.8083-1.8682-1.8054v-1.8395c0-.9971.8364-1.8054,1.8682-1.8054Z"/></svg>
Copied!