Woof Tech Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Woof Tech 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/349796.svg" alt="Woof Tech icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349796.svg" alt="Woof Tech icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349796.svg" alt="Woof Tech icon" :width="24" :height="24" />
CSS background
.icon-woof-tech {
background-image: url('https://proicons.com/icon/349796.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:#fff;}.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="M24,43.4482c4.4425,0,17.9173,0,18.2984-9.7808.1193-3.0627.2548-5.965.1764-8.7354l.0252.0163c0-10.4894-4.804-15.8675-7.8-18.1269-.9793-.7386-2.3133-.3251-2.9001.752-1.0099,1.8541-2.615,5.5358-2.615,8.7812l.0002.0002c-1.7621-.0797-3.5304-.0918-5.1852-.0918s-3.4231.0121-5.1852.0918l.0002-.0002c0-3.2454-1.6051-6.9271-2.615-8.7812-.5867-1.0771-1.9208-1.4906-2.9001-.752-2.9959,2.2595-7.7999,7.6376-7.7999,18.127l.0252-.0163c-.0783,2.7703.0571,5.6727.1764,8.7354.3811,9.7808,13.8559,9.7808,18.2984,9.7808h0Z"/><circle class="f" cx="12.0317" cy="29.3067" r=".75"/><circle class="f" cx="35.9682" cy="29.3067" r=".75"/><path class="g" d="M23.9999,28.1357v3.1568c0,1.7875,1.4491,3.2366,3.2366,3.2366h0c1.7875,0,3.2366-1.4491,3.2366-3.2366v-5.7082"/><path class="g" d="M23.9999,31.2925c0,1.7875-1.4491,3.2366-3.2366,3.2366h0c-1.7875,0-3.2366-1.4491-3.2366-3.2366h0v-5.7082"/></svg>
Copied!