scope icon
scope from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- scope
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Use the scope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.635 29.658h4.674c.806 10.684 9.372 19.273 20.033 20.079v4.605c0 .921.714 1.658 1.635 1.658c.944 0 1.658-.737 1.658-1.658v-4.605c10.661-.806 19.227-9.395 20.033-20.08h4.674A1.65 1.65 0 0 0 56 28c0-.921-.737-1.635-1.658-1.635h-4.674c-.806-10.684-9.372-19.273-20.033-20.079V1.658C29.635.737 28.92 0 27.977 0c-.921 0-1.635.737-1.635 1.658v4.628c-10.661.806-19.227 9.395-20.033 20.08H1.635C.714 26.365.1 27.078.1 28s.614 1.658 1.535 1.658m26.342-10.753c.944 0 1.658-.737 1.658-1.658V10.04c8.658.782 15.381 7.575 16.142 16.325h-7.024c-.92 0-1.658.714-1.658 1.635s.737 1.658 1.658 1.658h7.024c-.76 8.727-7.484 15.52-16.142 16.303v-7.208c0-.92-.714-1.635-1.658-1.635c-.921 0-1.635.714-1.635 1.635v7.208c-8.658-.783-15.381-7.576-16.141-16.303h7.023c.92 0 1.658-.737 1.658-1.658s-.737-1.635-1.658-1.635H10.2c.76-8.75 7.483-15.543 16.141-16.325v7.207c0 .92.714 1.658 1.635 1.658"/></svg>
React
import type { SVGProps } from "react";
export function F7Scope(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="M1.635 29.658h4.674c.806 10.684 9.372 19.273 20.033 20.079v4.605c0 .921.714 1.658 1.635 1.658c.944 0 1.658-.737 1.658-1.658v-4.605c10.661-.806 19.227-9.395 20.033-20.08h4.674A1.65 1.65 0 0 0 56 28c0-.921-.737-1.635-1.658-1.635h-4.674c-.806-10.684-9.372-19.273-20.033-20.079V1.658C29.635.737 28.92 0 27.977 0c-.921 0-1.635.737-1.635 1.658v4.628c-10.661.806-19.227 9.395-20.033 20.08H1.635C.714 26.365.1 27.078.1 28s.614 1.658 1.535 1.658m26.342-10.753c.944 0 1.658-.737 1.658-1.658V10.04c8.658.782 15.381 7.575 16.142 16.325h-7.024c-.92 0-1.658.714-1.658 1.635s.737 1.658 1.658 1.658h7.024c-.76 8.727-7.484 15.52-16.142 16.303v-7.208c0-.92-.714-1.635-1.658-1.635c-.921 0-1.635.714-1.635 1.635v7.208c-8.658-.783-15.381-7.576-16.141-16.303h7.023c.92 0 1.658-.737 1.658-1.658s-.737-1.635-1.658-1.635H10.2c.76-8.75 7.483-15.543 16.141-16.325v7.207c0 .92.714 1.658 1.635 1.658"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.635 29.658h4.674c.806 10.684 9.372 19.273 20.033 20.079v4.605c0 .921.714 1.658 1.635 1.658c.944 0 1.658-.737 1.658-1.658v-4.605c10.661-.806 19.227-9.395 20.033-20.08h4.674A1.65 1.65 0 0 0 56 28c0-.921-.737-1.635-1.658-1.635h-4.674c-.806-10.684-9.372-19.273-20.033-20.079V1.658C29.635.737 28.92 0 27.977 0c-.921 0-1.635.737-1.635 1.658v4.628c-10.661.806-19.227 9.395-20.033 20.08H1.635C.714 26.365.1 27.078.1 28s.614 1.658 1.535 1.658m26.342-10.753c.944 0 1.658-.737 1.658-1.658V10.04c8.658.782 15.381 7.575 16.142 16.325h-7.024c-.92 0-1.658.714-1.658 1.635s.737 1.658 1.658 1.658h7.024c-.76 8.727-7.484 15.52-16.142 16.303v-7.208c0-.92-.714-1.635-1.658-1.635c-.921 0-1.635.714-1.635 1.635v7.208c-8.658-.783-15.381-7.576-16.141-16.303h7.023c.92 0 1.658-.737 1.658-1.658s-.737-1.635-1.658-1.635H10.2c.76-8.75 7.483-15.543 16.141-16.325v7.207c0 .92.714 1.658 1.635 1.658"/></svg> </template>
CSS
.icon-scope {
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%22M1.635%2029.658h4.674c.806%2010.684%209.372%2019.273%2020.033%2020.079v4.605c0%20.921.714%201.658%201.635%201.658c.944%200%201.658-.737%201.658-1.658v-4.605c10.661-.806%2019.227-9.395%2020.033-20.08h4.674A1.65%201.65%200%200%200%2056%2028c0-.921-.737-1.635-1.658-1.635h-4.674c-.806-10.684-9.372-19.273-20.033-20.079V1.658C29.635.737%2028.92%200%2027.977%200c-.921%200-1.635.737-1.635%201.658v4.628c-10.661.806-19.227%209.395-20.033%2020.08H1.635C.714%2026.365.1%2027.078.1%2028s.614%201.658%201.535%201.658m26.342-10.753c.944%200%201.658-.737%201.658-1.658V10.04c8.658.782%2015.381%207.575%2016.142%2016.325h-7.024c-.92%200-1.658.714-1.658%201.635s.737%201.658%201.658%201.658h7.024c-.76%208.727-7.484%2015.52-16.142%2016.303v-7.208c0-.92-.714-1.635-1.658-1.635c-.921%200-1.635.714-1.635%201.635v7.208c-8.658-.783-15.381-7.576-16.141-16.303h7.023c.92%200%201.658-.737%201.658-1.658s-.737-1.635-1.658-1.635H10.2c.76-8.75%207.483-15.543%2016.141-16.325v7.207c0%20.92.714%201.658%201.635%201.658%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%22M1.635%2029.658h4.674c.806%2010.684%209.372%2019.273%2020.033%2020.079v4.605c0%20.921.714%201.658%201.635%201.658c.944%200%201.658-.737%201.658-1.658v-4.605c10.661-.806%2019.227-9.395%2020.033-20.08h4.674A1.65%201.65%200%200%200%2056%2028c0-.921-.737-1.635-1.658-1.635h-4.674c-.806-10.684-9.372-19.273-20.033-20.079V1.658C29.635.737%2028.92%200%2027.977%200c-.921%200-1.635.737-1.635%201.658v4.628c-10.661.806-19.227%209.395-20.033%2020.08H1.635C.714%2026.365.1%2027.078.1%2028s.614%201.658%201.535%201.658m26.342-10.753c.944%200%201.658-.737%201.658-1.658V10.04c8.658.782%2015.381%207.575%2016.142%2016.325h-7.024c-.92%200-1.658.714-1.658%201.635s.737%201.658%201.658%201.658h7.024c-.76%208.727-7.484%2015.52-16.142%2016.303v-7.208c0-.92-.714-1.635-1.658-1.635c-.921%200-1.635.714-1.635%201.635v7.208c-8.658-.783-15.381-7.576-16.141-16.303h7.023c.92%200%201.658-.737%201.658-1.658s-.737-1.635-1.658-1.635H10.2c.76-8.75%207.483-15.543%2016.141-16.325v7.207c0%20.92.714%201.658%201.635%201.658%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/scope.svg?color=%231a73e8&size=48