Vanillabridge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vanillabridge 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/349207.svg" alt="Vanillabridge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349207.svg" alt="Vanillabridge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349207.svg" alt="Vanillabridge icon" :width="24" :height="24" />
CSS background
.icon-vanillabridge {
background-image: url('https://proicons.com/icon/349207.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="M14.089,43.5c7.2987-11.6699,8.2611-17.6051,8.2611-22.9388,0-2.6577-.1203-7.6195-2.6467-7.6195-2.4864,0-3.6093,5.4667-3.6093,9.9054,0,12.6324,5.8572,19.9311,8.7847,19.9311,4.9705,0,9.0323-16.8833,9.0323-22.217,0-2.6577-.1203-7.6195-2.6467-7.6195-2.4864,0-3.6093,5.4667-3.6093,9.9054,0,5.2898,1.1881,9.9261,2.6538,13.2011"/><circle class="b" cx="19.3424" cy="7.0666" r="2.5666"/><circle class="b" cx="30.9848" cy="7.0666" r="2.5666"/></svg>
Copied!