Speed Dial Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speed Dial 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/333172.svg" alt="Speed Dial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333172.svg" alt="Speed Dial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333172.svg" alt="Speed Dial icon" :width="24" :height="24" />
CSS background
.icon-speed-dial {
background-image: url('https://proicons.com/icon/333172.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="Layer_4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M19.2691,12.5058c-.4234-1.4115-.7215-2.8773-.8813-4.3843-.1571-1.4812-1.449-2.5826-2.9385-2.5826h-6.9092c-1.7767,0-3.1454,1.5345-2.989,3.3043,1.5754,17.8285,15.7771,32.0302,33.6056,33.6056,1.7698.1564,3.3043-1.2073,3.3043-2.9839v-6.1595c0-2.2488-1.1015-3.5362-2.5826-3.6932-1.507-.1598-2.9728-.4579-4.3843-.8813-1.7266-.5179-3.5957-.0304-4.8704,1.2442l-2.9566,2.9566c-5.326-2.8825-9.7164-7.2729-12.5989-12.5989l2.9566-2.9567c1.2746-1.2746,1.7621-3.1438,1.2442-4.8703h.0001Z"/><circle class="cls-1" cx="31.1108" cy="18.7544" r="7.1496"/><path class="cls-1" d="M27.6665,15.1156l6.4671-.3932-.6802,6.4808-1.7005-1.8139c-1.3226.9069-2.7586,2.154-2.1162,4.478-1.5116-1.3604-2.5507-4.1757-.4535-6.9342l-1.5168-1.8174Z"/></svg>
Copied!