How To Tie A Tie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The How To Tie A Tie 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/327140.svg" alt="How To Tie A Tie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327140.svg" alt="How To Tie A Tie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327140.svg" alt="How To Tie A Tie icon" :width="24" :height="24" />
CSS background
.icon-how-to-tie-a-tie {
background-image: url('https://proicons.com/icon/327140.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="m15.7402,10.3131c-1.0147,3.9235-2.5804,6.8156-4.8121,8.5789m4.8121-8.5789c-.2198-1.1798-.3228-2.5396-.3098-4.0784-3.15,2.9199-5.9716,6.5142-8.4639,10.7828,1.2225.4499,2.5433,1.0741,3.9616,1.8746-1.7698,1.4887-2.9876,2.5257-3.6527,3.111,4.7305,7.771,9.2004,14.6043,13.4115,20.497-2.7901-17.8702-4.4393-28.5992-4.9466-32.1869Zm-3.7974-.4118c-3.0275.9136-5.1674,1.6677-6.4205,2.2623,0,0-.0074,7.6384-.0223,22.917.2875,4.3604,2.7604,6.8333,7.4204,7.4195h22.1462c4.7268-.6613,7.2006-3.1351,7.4204-7.4195,0,0,.0046-7.6393.013-22.917-1.2531-.5946-3.3939-1.3487-6.4205-2.2623m-3.7974.4118c1.0147,3.9235,2.5804,6.8156,4.8121,8.5789m-4.8121-8.5789c.2198-1.1798.3228-2.5396.3098-4.0784,3.15,2.9199,5.9716,6.5142,8.4639,10.7828-1.2234.4499-2.5433,1.0741-3.9616,1.8746,1.7698,1.4887,2.9876,2.5257,3.6518,3.111-4.7296,7.771-9.1994,14.6043-13.4105,20.497,2.7901-17.8702,4.4393-28.5992,4.9466-32.1869Zm-15.645,6.0291c2.6723-2.9524,5.1136-4.8715,7.3267-5.7564-4.0135-1.2568-6.8574-2.7075-8.5335-4.3511m16.1143,9.0557c-2.9014-2.5786-5.429-4.1462-7.5809-4.7045,4.2732-1.2661,7.1496-2.7168,8.6281-4.3511m-13.0423,7.2191c1.0528,1.4887,2.164,2.8003,3.3318,3.9347,1.1576-.4239,2.1111-.3729,2.8606.154,1.2772-1.2531,2.3411-2.7103,3.1917-4.3734m-3.1917,4.3734c1.9729,3.738,3.2362,7.3508,3.79,10.8403m-6.6505-10.9943c-.6521,3.8762-2.0694,7.8387-4.2528,11.8893"/></g></svg>
Copied!