dial from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
dial
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the dial icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 10.305c1.523 0 2.742-1.242 2.742-2.766a2.746 2.746 0 0 0-2.742-2.742a2.75 2.75 0 0 0-2.766 2.742a2.756 2.756 0 0 0 2.766 2.766m16.969 7.054a2.73 2.73 0 0 0 2.742-2.742a2.716 2.716 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.743 2.742a2.746 2.746 0 0 0 2.742 2.742m-33.985.047a2.746 2.746 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.716 2.716 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742m17.016 30.282c8.883 0 16.125-7.196 16.125-16.149c0-8.93-7.242-16.125-16.125-16.125c-8.907 0-16.149 7.195-16.149 16.125c0 8.953 7.243 16.148 16.149 16.148m0-28.711c6.914 0 12.562 5.625 12.562 12.562c0 6.938-5.648 12.563-12.562 12.563a12.56 12.56 0 0 1-7.828-2.743l9.023-9.023c.656-.656.656-1.64 0-2.344c-.586-.61-1.687-.61-2.297 0l-9 9.024a12.35 12.35 0 0 1-2.484-7.477c0-6.937 5.648-12.562 12.586-12.562M51.988 34.28a2.73 2.73 0 0 0 2.742-2.742a2.716 2.716 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.742 2.742a2.746 2.746 0 0 0 2.742 2.742m-47.976 0a2.746 2.746 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.716 2.716 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742m6.984 16.899a2.73 2.73 0 0 0 2.742-2.742a2.746 2.746 0 0 0-2.742-2.743a2.73 2.73 0 0 0-2.742 2.742a2.716 2.716 0 0 0 2.742 2.743m33.961.023a2.716 2.716 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.746 2.746 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742"/></svg>

React

import type { SVGProps } from "react";

export function F7Dial(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 10.305c1.523 0 2.742-1.242 2.742-2.766a2.746 2.746 0 0 0-2.742-2.742a2.75 2.75 0 0 0-2.766 2.742a2.756 2.756 0 0 0 2.766 2.766m16.969 7.054a2.73 2.73 0 0 0 2.742-2.742a2.716 2.716 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.743 2.742a2.746 2.746 0 0 0 2.742 2.742m-33.985.047a2.746 2.746 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.716 2.716 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742m17.016 30.282c8.883 0 16.125-7.196 16.125-16.149c0-8.93-7.242-16.125-16.125-16.125c-8.907 0-16.149 7.195-16.149 16.125c0 8.953 7.243 16.148 16.149 16.148m0-28.711c6.914 0 12.562 5.625 12.562 12.562c0 6.938-5.648 12.563-12.562 12.563a12.56 12.56 0 0 1-7.828-2.743l9.023-9.023c.656-.656.656-1.64 0-2.344c-.586-.61-1.687-.61-2.297 0l-9 9.024a12.35 12.35 0 0 1-2.484-7.477c0-6.937 5.648-12.562 12.586-12.562M51.988 34.28a2.73 2.73 0 0 0 2.742-2.742a2.716 2.716 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.742 2.742a2.746 2.746 0 0 0 2.742 2.742m-47.976 0a2.746 2.746 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.716 2.716 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742m6.984 16.899a2.73 2.73 0 0 0 2.742-2.742a2.746 2.746 0 0 0-2.742-2.743a2.73 2.73 0 0 0-2.742 2.742a2.716 2.716 0 0 0 2.742 2.743m33.961.023a2.716 2.716 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.746 2.746 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 10.305c1.523 0 2.742-1.242 2.742-2.766a2.746 2.746 0 0 0-2.742-2.742a2.75 2.75 0 0 0-2.766 2.742a2.756 2.756 0 0 0 2.766 2.766m16.969 7.054a2.73 2.73 0 0 0 2.742-2.742a2.716 2.716 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.743 2.742a2.746 2.746 0 0 0 2.742 2.742m-33.985.047a2.746 2.746 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.716 2.716 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742m17.016 30.282c8.883 0 16.125-7.196 16.125-16.149c0-8.93-7.242-16.125-16.125-16.125c-8.907 0-16.149 7.195-16.149 16.125c0 8.953 7.243 16.148 16.149 16.148m0-28.711c6.914 0 12.562 5.625 12.562 12.562c0 6.938-5.648 12.563-12.562 12.563a12.56 12.56 0 0 1-7.828-2.743l9.023-9.023c.656-.656.656-1.64 0-2.344c-.586-.61-1.687-.61-2.297 0l-9 9.024a12.35 12.35 0 0 1-2.484-7.477c0-6.937 5.648-12.562 12.586-12.562M51.988 34.28a2.73 2.73 0 0 0 2.742-2.742a2.716 2.716 0 0 0-2.742-2.742a2.73 2.73 0 0 0-2.742 2.742a2.746 2.746 0 0 0 2.742 2.742m-47.976 0a2.746 2.746 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.716 2.716 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742m6.984 16.899a2.73 2.73 0 0 0 2.742-2.742a2.746 2.746 0 0 0-2.742-2.743a2.73 2.73 0 0 0-2.742 2.742a2.716 2.716 0 0 0 2.742 2.743m33.961.023a2.716 2.716 0 0 0 2.742-2.742a2.73 2.73 0 0 0-2.742-2.742a2.746 2.746 0 0 0-2.742 2.742a2.73 2.73 0 0 0 2.742 2.742"/></svg>
</template>

CSS

.icon-dial {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.012%2010.305c1.523%200%202.742-1.242%202.742-2.766a2.746%202.746%200%200%200-2.742-2.742a2.75%202.75%200%200%200-2.766%202.742a2.756%202.756%200%200%200%202.766%202.766m16.969%207.054a2.73%202.73%200%200%200%202.742-2.742a2.716%202.716%200%200%200-2.742-2.742a2.73%202.73%200%200%200-2.743%202.742a2.746%202.746%200%200%200%202.742%202.742m-33.985.047a2.746%202.746%200%200%200%202.742-2.742a2.73%202.73%200%200%200-2.742-2.742a2.716%202.716%200%200%200-2.742%202.742a2.73%202.73%200%200%200%202.742%202.742m17.016%2030.282c8.883%200%2016.125-7.196%2016.125-16.149c0-8.93-7.242-16.125-16.125-16.125c-8.907%200-16.149%207.195-16.149%2016.125c0%208.953%207.243%2016.148%2016.149%2016.148m0-28.711c6.914%200%2012.562%205.625%2012.562%2012.562c0%206.938-5.648%2012.563-12.562%2012.563a12.56%2012.56%200%200%201-7.828-2.743l9.023-9.023c.656-.656.656-1.64%200-2.344c-.586-.61-1.687-.61-2.297%200l-9%209.024a12.35%2012.35%200%200%201-2.484-7.477c0-6.937%205.648-12.562%2012.586-12.562M51.988%2034.28a2.73%202.73%200%200%200%202.742-2.742a2.716%202.716%200%200%200-2.742-2.742a2.73%202.73%200%200%200-2.742%202.742a2.746%202.746%200%200%200%202.742%202.742m-47.976%200a2.746%202.746%200%200%200%202.742-2.742a2.73%202.73%200%200%200-2.742-2.742a2.716%202.716%200%200%200-2.742%202.742a2.73%202.73%200%200%200%202.742%202.742m6.984%2016.899a2.73%202.73%200%200%200%202.742-2.742a2.746%202.746%200%200%200-2.742-2.743a2.73%202.73%200%200%200-2.742%202.742a2.716%202.716%200%200%200%202.742%202.743m33.961.023a2.716%202.716%200%200%200%202.742-2.742a2.73%202.73%200%200%200-2.742-2.742a2.746%202.746%200%200%200-2.742%202.742a2.73%202.73%200%200%200%202.742%202.742%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.012%2010.305c1.523%200%202.742-1.242%202.742-2.766a2.746%202.746%200%200%200-2.742-2.742a2.75%202.75%200%200%200-2.766%202.742a2.756%202.756%200%200%200%202.766%202.766m16.969%207.054a2.73%202.73%200%200%200%202.742-2.742a2.716%202.716%200%200%200-2.742-2.742a2.73%202.73%200%200%200-2.743%202.742a2.746%202.746%200%200%200%202.742%202.742m-33.985.047a2.746%202.746%200%200%200%202.742-2.742a2.73%202.73%200%200%200-2.742-2.742a2.716%202.716%200%200%200-2.742%202.742a2.73%202.73%200%200%200%202.742%202.742m17.016%2030.282c8.883%200%2016.125-7.196%2016.125-16.149c0-8.93-7.242-16.125-16.125-16.125c-8.907%200-16.149%207.195-16.149%2016.125c0%208.953%207.243%2016.148%2016.149%2016.148m0-28.711c6.914%200%2012.562%205.625%2012.562%2012.562c0%206.938-5.648%2012.563-12.562%2012.563a12.56%2012.56%200%200%201-7.828-2.743l9.023-9.023c.656-.656.656-1.64%200-2.344c-.586-.61-1.687-.61-2.297%200l-9%209.024a12.35%2012.35%200%200%201-2.484-7.477c0-6.937%205.648-12.562%2012.586-12.562M51.988%2034.28a2.73%202.73%200%200%200%202.742-2.742a2.716%202.716%200%200%200-2.742-2.742a2.73%202.73%200%200%200-2.742%202.742a2.746%202.746%200%200%200%202.742%202.742m-47.976%200a2.746%202.746%200%200%200%202.742-2.742a2.73%202.73%200%200%200-2.742-2.742a2.716%202.716%200%200%200-2.742%202.742a2.73%202.73%200%200%200%202.742%202.742m6.984%2016.899a2.73%202.73%200%200%200%202.742-2.742a2.746%202.746%200%200%200-2.742-2.743a2.73%202.73%200%200%200-2.742%202.742a2.716%202.716%200%200%200%202.742%202.743m33.961.023a2.716%202.716%200%200%200%202.742-2.742a2.73%202.73%200%200%200-2.742-2.742a2.746%202.746%200%200%200-2.742%202.742a2.73%202.73%200%200%200%202.742%202.742%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/dial.svg?color=%231a73e8&size=48