gauge badge plus icon
gauge-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- gauge-badge-plus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the gauge badge plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.819 6.202c-11.214 0-20.64 8.6-22.003 19.456a14.6 14.6 0 0 1 3.753.626A18.276 18.276 0 0 1 33.82 10c10.186 0 18.361 8.198 18.383 18.383a18.313 18.313 0 0 1-18.36 18.406a17.9 17.9 0 0 1-8.802-2.278a13.5 13.5 0 0 1-1.653 3.373a21.65 21.65 0 0 0 10.454 2.68C45.948 50.565 56 40.514 56 28.385c0-12.11-10.074-22.184-22.181-22.184m-.023 12.063a2.207 2.207 0 0 0 2.19-2.19c0-1.228-.983-2.189-2.19-2.189s-2.188.96-2.188 2.19c0 1.183.982 2.189 2.189 2.189m6.434 1.988c1.206 0 2.189-1.006 2.189-2.212s-.983-2.211-2.19-2.211s-2.188 1.005-2.188 2.211s.983 2.212 2.189 2.212m-13.157 0c1.25 0 2.189-.983 2.189-2.212c0-1.206-.983-2.189-2.189-2.189s-2.19.983-2.19 2.19c0 1.205.984 2.21 2.19 2.21m-4.4 4.713a2.193 2.193 0 0 0 2.189-2.19a2.197 2.197 0 0 0-2.19-2.21a2.197 2.197 0 0 0-2.189 2.21c0 1.207.983 2.19 2.19 2.19m21.957.022a2.19 2.19 0 0 0 2.189-2.189a2.197 2.197 0 0 0-2.189-2.211a2.2 2.2 0 0 0-2.189 2.211c0 1.206.983 2.19 2.189 2.19M33.797 41.965a3.55 3.55 0 0 0 3.551-3.574a3.53 3.53 0 0 0-2.077-3.217V24.72c0-.849-.67-1.519-1.474-1.519c-.805 0-1.475.67-1.475 1.52v10.453a3.53 3.53 0 0 0-2.077 3.217c0 1.988 1.563 3.574 3.552 3.574m-22.45 9.448c6.166 0 11.348-5.137 11.348-11.347s-5.116-11.348-11.348-11.348C5.137 28.719 0 33.857 0 40.067c0 6.254 5.138 11.347 11.347 11.347m.023-3.976c-.782 0-1.474-.536-1.474-1.385V41.43H5.629c-.76 0-1.385-.626-1.385-1.363c0-.76.626-1.385 1.385-1.385h4.267v-4.624c0-.826.692-1.363 1.474-1.363c.76 0 1.452.537 1.452 1.363v4.624h4.266c.76 0 1.363.625 1.363 1.385c0 .737-.603 1.362-1.363 1.362h-4.266v4.624c0 .85-.693 1.385-1.452 1.385"/></svg>
React
import type { SVGProps } from "react";
export function F7GaugeBadgePlus(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="M33.819 6.202c-11.214 0-20.64 8.6-22.003 19.456a14.6 14.6 0 0 1 3.753.626A18.276 18.276 0 0 1 33.82 10c10.186 0 18.361 8.198 18.383 18.383a18.313 18.313 0 0 1-18.36 18.406a17.9 17.9 0 0 1-8.802-2.278a13.5 13.5 0 0 1-1.653 3.373a21.65 21.65 0 0 0 10.454 2.68C45.948 50.565 56 40.514 56 28.385c0-12.11-10.074-22.184-22.181-22.184m-.023 12.063a2.207 2.207 0 0 0 2.19-2.19c0-1.228-.983-2.189-2.19-2.189s-2.188.96-2.188 2.19c0 1.183.982 2.189 2.189 2.189m6.434 1.988c1.206 0 2.189-1.006 2.189-2.212s-.983-2.211-2.19-2.211s-2.188 1.005-2.188 2.211s.983 2.212 2.189 2.212m-13.157 0c1.25 0 2.189-.983 2.189-2.212c0-1.206-.983-2.189-2.189-2.189s-2.19.983-2.19 2.19c0 1.205.984 2.21 2.19 2.21m-4.4 4.713a2.193 2.193 0 0 0 2.189-2.19a2.197 2.197 0 0 0-2.19-2.21a2.197 2.197 0 0 0-2.189 2.21c0 1.207.983 2.19 2.19 2.19m21.957.022a2.19 2.19 0 0 0 2.189-2.189a2.197 2.197 0 0 0-2.189-2.211a2.2 2.2 0 0 0-2.189 2.211c0 1.206.983 2.19 2.189 2.19M33.797 41.965a3.55 3.55 0 0 0 3.551-3.574a3.53 3.53 0 0 0-2.077-3.217V24.72c0-.849-.67-1.519-1.474-1.519c-.805 0-1.475.67-1.475 1.52v10.453a3.53 3.53 0 0 0-2.077 3.217c0 1.988 1.563 3.574 3.552 3.574m-22.45 9.448c6.166 0 11.348-5.137 11.348-11.347s-5.116-11.348-11.348-11.348C5.137 28.719 0 33.857 0 40.067c0 6.254 5.138 11.347 11.347 11.347m.023-3.976c-.782 0-1.474-.536-1.474-1.385V41.43H5.629c-.76 0-1.385-.626-1.385-1.363c0-.76.626-1.385 1.385-1.385h4.267v-4.624c0-.826.692-1.363 1.474-1.363c.76 0 1.452.537 1.452 1.363v4.624h4.266c.76 0 1.363.625 1.363 1.385c0 .737-.603 1.362-1.363 1.362h-4.266v4.624c0 .85-.693 1.385-1.452 1.385"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.819 6.202c-11.214 0-20.64 8.6-22.003 19.456a14.6 14.6 0 0 1 3.753.626A18.276 18.276 0 0 1 33.82 10c10.186 0 18.361 8.198 18.383 18.383a18.313 18.313 0 0 1-18.36 18.406a17.9 17.9 0 0 1-8.802-2.278a13.5 13.5 0 0 1-1.653 3.373a21.65 21.65 0 0 0 10.454 2.68C45.948 50.565 56 40.514 56 28.385c0-12.11-10.074-22.184-22.181-22.184m-.023 12.063a2.207 2.207 0 0 0 2.19-2.19c0-1.228-.983-2.189-2.19-2.189s-2.188.96-2.188 2.19c0 1.183.982 2.189 2.189 2.189m6.434 1.988c1.206 0 2.189-1.006 2.189-2.212s-.983-2.211-2.19-2.211s-2.188 1.005-2.188 2.211s.983 2.212 2.189 2.212m-13.157 0c1.25 0 2.189-.983 2.189-2.212c0-1.206-.983-2.189-2.189-2.189s-2.19.983-2.19 2.19c0 1.205.984 2.21 2.19 2.21m-4.4 4.713a2.193 2.193 0 0 0 2.189-2.19a2.197 2.197 0 0 0-2.19-2.21a2.197 2.197 0 0 0-2.189 2.21c0 1.207.983 2.19 2.19 2.19m21.957.022a2.19 2.19 0 0 0 2.189-2.189a2.197 2.197 0 0 0-2.189-2.211a2.2 2.2 0 0 0-2.189 2.211c0 1.206.983 2.19 2.189 2.19M33.797 41.965a3.55 3.55 0 0 0 3.551-3.574a3.53 3.53 0 0 0-2.077-3.217V24.72c0-.849-.67-1.519-1.474-1.519c-.805 0-1.475.67-1.475 1.52v10.453a3.53 3.53 0 0 0-2.077 3.217c0 1.988 1.563 3.574 3.552 3.574m-22.45 9.448c6.166 0 11.348-5.137 11.348-11.347s-5.116-11.348-11.348-11.348C5.137 28.719 0 33.857 0 40.067c0 6.254 5.138 11.347 11.347 11.347m.023-3.976c-.782 0-1.474-.536-1.474-1.385V41.43H5.629c-.76 0-1.385-.626-1.385-1.363c0-.76.626-1.385 1.385-1.385h4.267v-4.624c0-.826.692-1.363 1.474-1.363c.76 0 1.452.537 1.452 1.363v4.624h4.266c.76 0 1.363.625 1.363 1.385c0 .737-.603 1.362-1.363 1.362h-4.266v4.624c0 .85-.693 1.385-1.452 1.385"/></svg> </template>
CSS
.icon-gauge-badge-plus {
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%22M33.819%206.202c-11.214%200-20.64%208.6-22.003%2019.456a14.6%2014.6%200%200%201%203.753.626A18.276%2018.276%200%200%201%2033.82%2010c10.186%200%2018.361%208.198%2018.383%2018.383a18.313%2018.313%200%200%201-18.36%2018.406a17.9%2017.9%200%200%201-8.802-2.278a13.5%2013.5%200%200%201-1.653%203.373a21.65%2021.65%200%200%200%2010.454%202.68C45.948%2050.565%2056%2040.514%2056%2028.385c0-12.11-10.074-22.184-22.181-22.184m-.023%2012.063a2.207%202.207%200%200%200%202.19-2.19c0-1.228-.983-2.189-2.19-2.189s-2.188.96-2.188%202.19c0%201.183.982%202.189%202.189%202.189m6.434%201.988c1.206%200%202.189-1.006%202.189-2.212s-.983-2.211-2.19-2.211s-2.188%201.005-2.188%202.211s.983%202.212%202.189%202.212m-13.157%200c1.25%200%202.189-.983%202.189-2.212c0-1.206-.983-2.189-2.189-2.189s-2.19.983-2.19%202.19c0%201.205.984%202.21%202.19%202.21m-4.4%204.713a2.193%202.193%200%200%200%202.189-2.19a2.197%202.197%200%200%200-2.19-2.21a2.197%202.197%200%200%200-2.189%202.21c0%201.207.983%202.19%202.19%202.19m21.957.022a2.19%202.19%200%200%200%202.189-2.189a2.197%202.197%200%200%200-2.189-2.211a2.2%202.2%200%200%200-2.189%202.211c0%201.206.983%202.19%202.189%202.19M33.797%2041.965a3.55%203.55%200%200%200%203.551-3.574a3.53%203.53%200%200%200-2.077-3.217V24.72c0-.849-.67-1.519-1.474-1.519c-.805%200-1.475.67-1.475%201.52v10.453a3.53%203.53%200%200%200-2.077%203.217c0%201.988%201.563%203.574%203.552%203.574m-22.45%209.448c6.166%200%2011.348-5.137%2011.348-11.347s-5.116-11.348-11.348-11.348C5.137%2028.719%200%2033.857%200%2040.067c0%206.254%205.138%2011.347%2011.347%2011.347m.023-3.976c-.782%200-1.474-.536-1.474-1.385V41.43H5.629c-.76%200-1.385-.626-1.385-1.363c0-.76.626-1.385%201.385-1.385h4.267v-4.624c0-.826.692-1.363%201.474-1.363c.76%200%201.452.537%201.452%201.363v4.624h4.266c.76%200%201.363.625%201.363%201.385c0%20.737-.603%201.362-1.363%201.362h-4.266v4.624c0%20.85-.693%201.385-1.452%201.385%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%22M33.819%206.202c-11.214%200-20.64%208.6-22.003%2019.456a14.6%2014.6%200%200%201%203.753.626A18.276%2018.276%200%200%201%2033.82%2010c10.186%200%2018.361%208.198%2018.383%2018.383a18.313%2018.313%200%200%201-18.36%2018.406a17.9%2017.9%200%200%201-8.802-2.278a13.5%2013.5%200%200%201-1.653%203.373a21.65%2021.65%200%200%200%2010.454%202.68C45.948%2050.565%2056%2040.514%2056%2028.385c0-12.11-10.074-22.184-22.181-22.184m-.023%2012.063a2.207%202.207%200%200%200%202.19-2.19c0-1.228-.983-2.189-2.19-2.189s-2.188.96-2.188%202.19c0%201.183.982%202.189%202.189%202.189m6.434%201.988c1.206%200%202.189-1.006%202.189-2.212s-.983-2.211-2.19-2.211s-2.188%201.005-2.188%202.211s.983%202.212%202.189%202.212m-13.157%200c1.25%200%202.189-.983%202.189-2.212c0-1.206-.983-2.189-2.189-2.189s-2.19.983-2.19%202.19c0%201.205.984%202.21%202.19%202.21m-4.4%204.713a2.193%202.193%200%200%200%202.189-2.19a2.197%202.197%200%200%200-2.19-2.21a2.197%202.197%200%200%200-2.189%202.21c0%201.207.983%202.19%202.19%202.19m21.957.022a2.19%202.19%200%200%200%202.189-2.189a2.197%202.197%200%200%200-2.189-2.211a2.2%202.2%200%200%200-2.189%202.211c0%201.206.983%202.19%202.189%202.19M33.797%2041.965a3.55%203.55%200%200%200%203.551-3.574a3.53%203.53%200%200%200-2.077-3.217V24.72c0-.849-.67-1.519-1.474-1.519c-.805%200-1.475.67-1.475%201.52v10.453a3.53%203.53%200%200%200-2.077%203.217c0%201.988%201.563%203.574%203.552%203.574m-22.45%209.448c6.166%200%2011.348-5.137%2011.348-11.347s-5.116-11.348-11.348-11.348C5.137%2028.719%200%2033.857%200%2040.067c0%206.254%205.138%2011.347%2011.347%2011.347m.023-3.976c-.782%200-1.474-.536-1.474-1.385V41.43H5.629c-.76%200-1.385-.626-1.385-1.363c0-.76.626-1.385%201.385-1.385h4.267v-4.624c0-.826.692-1.363%201.474-1.363c.76%200%201.452.537%201.452%201.363v4.624h4.266c.76%200%201.363.625%201.363%201.385c0%20.737-.603%201.362-1.363%201.362h-4.266v4.624c0%20.85-.693%201.385-1.452%201.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/gauge-badge-plus.svg?color=%231a73e8&size=48