Watsons Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Watsons 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/349566.svg" alt="Watsons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349566.svg" alt="Watsons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349566.svg" alt="Watsons icon" :width="24" :height="24" />
CSS background
.icon-watsons {
background-image: url('https://proicons.com/icon/349566.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="m13.6125,18.1123c.9808,3.3957,1.9632,6.7929,2.7916,8.8876.8284,2.0947,1.5028,2.8878,2.1558,2.8878.653,0,1.2823-.793,2.0489-2.3027.7666-1.5097,1.6721-3.7368,2.2599-5.1744.5786-1.415.8514-2.0654,1.1327-2.0944m0,0c.2812.0289.5541.6793,1.1327,2.0944.5878,1.4376,1.4907,3.6647,2.2573,5.1744.7666,1.5097,1.3959,2.3027,2.0489,2.3027.653,0,1.3301-.793,2.1585-2.8878.8284-2.0947,1.8081-5.4919,2.7889-8.8876"/><path class="b" d="m4.5138,35.6714h32.5658m-9.9162-27.2894c-4.7685,0-8.5208.0005-12.1142,1.5094-3.5939,1.5088-7.0291,4.5246-8.7461,7.6054-1.7169,3.0807-1.7163,6.2268-1.731,9.9241-.0147,3.6972-.0427,7.9467-.0721,12.197h16.3331c4.7685,0,8.5235-.0005,12.1177-1.5094,3.5939-1.5088,7.0265-4.5246,8.7434-7.6054,1.7169-3.0807,1.719-6.2268,1.7337-9.9241.0147-3.6972.0427-7.9467.0721-12.197h-16.3366Z"/></svg>
Copied!