Tim Hortons Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tim Hortons 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/333985.svg" alt="Tim Hortons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333985.svg" alt="Tim Hortons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333985.svg" alt="Tim Hortons icon" :width="24" :height="24" />
CSS background
.icon-tim-hortons {
background-image: url('https://proicons.com/icon/333985.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><circle class="d" cx="22.574" cy="14.8831" r=".7399"/><path class="c" d="m31.5543,31.4931c-.9402-.1391-1.0773.5524-.586.8632.3621.2289,2.5284.0464,4.3002-1.0023l-1.6031,4.2854,4.9632-4.2085c-1.6643,2.8826-1.6278,3.7872-1.1256,4.2233.586.509,1.5183-.0326,3.0217-2.05,1.1552-1.5508,2.9753-2.929,2.9753-2.929-1.0477,1.0793-1.2174,1.6337-.6324,2.8984s.144,2.4821-1.094,2.4821c-.5307,0-.9254-.3265-1.0467-.7636m-12.2654.588c2.1802,0,3.4706-2.4387,3.4706-3.5939,0-.9392-.3867-1.5113-1.4758-1.5113-1.2746,0-3.1105,1.7343-3.1105,3.584,0,1.0171.5041,1.5202,1.1158,1.5202v.001Zm-4.2292-6.808l8.046-.4005m-5.2098-1.6337c-1.6998,4.1759-3.8514,7.4985-3.0247,8.3657.659.6906,2.3903-.4794,3.6097-2.4051m-10.3584-1.6445c-.4311-.1697-.9244.3699-.6008.7399s2.0036.8938,4.4699-2.2808c-.509,1.1562.2772,1.3565.7863,1.5725-2.4505,2.5284-2.5275,3.73-2.0342,4.1927.5465.512,1.5725.7241,5.1023-4.023m-10.7077,4.3259c2.1802,0,3.438-2.5689,3.438-3.7241,0-.9392-.3867-1.5113-1.4758-1.5113-1.2746,0-3.0779,1.8655-3.0779,3.7152,0,1.0171.5041,1.5202,1.1158,1.5202Zm-.4794-10.3584c-1.8448,3.878-3.1953,7.5626-4.1641,10.2894-.4577-3.2042-1.4827-4.9267-5.1013-4.8399l11.706-.3265m-7.3249-5.6892c-1.9701,4.0339-3.4124,7.8665-4.4472,10.7037m17.0016-18.4084c-1.4936,2.8382-1.828,4.0911-1.609,4.6061.1075.2516.3699.3828.582.3828,1.1592,0,2.9744-2.0579,4.8497-4.7264l-1.8191,4.6702,5.1486-4.3624-1.4798,4.2233,4.7787-3.8997c-1.0043,1.9217-1.5636,3.4025-1.2943,4.022.1519.3502.5544.438.8474.2634m-16.0408-.1332l4.5439-9.9727m-5.6123.3818c3.5396-.3601,7.5212-.5998,11.6192-.7626"/></svg>
Copied!