round scale icon
round-scale from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-scale
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round scale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 21c0 .55.45 1 1 1h3.43c.87 0 1.58-.75 1.5-1.62c-.59-6.2-4.53-8.7-7.93-9.38V8c3.31-.42 6.03-1.86 7.27-3.73c.65-.97-.12-2.27-1.29-2.27H4.02C2.85 2 2.08 3.3 2.73 4.27C3.97 6.14 6.69 7.58 10 8v3c-3.4.68-7.34 3.18-7.93 9.38c-.08.87.63 1.62 1.5 1.62H7c.55 0 1-.45 1-1s-.45-1-1-1H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H17c-.55 0-1 .45-1 1m-4.5.94c-.7-.17-1.27-.74-1.44-1.44c-.18-.74.06-1.44.53-1.91c.55-.55 2.91-1.57 4.33-2.15c.41-.17.82.24.65.65c-.58 1.42-1.6 3.78-2.15 4.33c-.47.46-1.17.7-1.92.52"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundScale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 21c0 .55.45 1 1 1h3.43c.87 0 1.58-.75 1.5-1.62c-.59-6.2-4.53-8.7-7.93-9.38V8c3.31-.42 6.03-1.86 7.27-3.73c.65-.97-.12-2.27-1.29-2.27H4.02C2.85 2 2.08 3.3 2.73 4.27C3.97 6.14 6.69 7.58 10 8v3c-3.4.68-7.34 3.18-7.93 9.38c-.08.87.63 1.62 1.5 1.62H7c.55 0 1-.45 1-1s-.45-1-1-1H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H17c-.55 0-1 .45-1 1m-4.5.94c-.7-.17-1.27-.74-1.44-1.44c-.18-.74.06-1.44.53-1.91c.55-.55 2.91-1.57 4.33-2.15c.41-.17.82.24.65.65c-.58 1.42-1.6 3.78-2.15 4.33c-.47.46-1.17.7-1.92.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 21c0 .55.45 1 1 1h3.43c.87 0 1.58-.75 1.5-1.62c-.59-6.2-4.53-8.7-7.93-9.38V8c3.31-.42 6.03-1.86 7.27-3.73c.65-.97-.12-2.27-1.29-2.27H4.02C2.85 2 2.08 3.3 2.73 4.27C3.97 6.14 6.69 7.58 10 8v3c-3.4.68-7.34 3.18-7.93 9.38c-.08.87.63 1.62 1.5 1.62H7c.55 0 1-.45 1-1s-.45-1-1-1H4.13c.93-6.83 6.65-7.2 7.87-7.2s6.94.37 7.87 7.2H17c-.55 0-1 .45-1 1m-4.5.94c-.7-.17-1.27-.74-1.44-1.44c-.18-.74.06-1.44.53-1.91c.55-.55 2.91-1.57 4.33-2.15c.41-.17.82.24.65.65c-.58 1.42-1.6 3.78-2.15 4.33c-.47.46-1.17.7-1.92.52"/></svg> </template>
CSS
.icon-round-scale {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2021c0%20.55.45%201%201%201h3.43c.87%200%201.58-.75%201.5-1.62c-.59-6.2-4.53-8.7-7.93-9.38V8c3.31-.42%206.03-1.86%207.27-3.73c.65-.97-.12-2.27-1.29-2.27H4.02C2.85%202%202.08%203.3%202.73%204.27C3.97%206.14%206.69%207.58%2010%208v3c-3.4.68-7.34%203.18-7.93%209.38c-.08.87.63%201.62%201.5%201.62H7c.55%200%201-.45%201-1s-.45-1-1-1H4.13c.93-6.83%206.65-7.2%207.87-7.2s6.94.37%207.87%207.2H17c-.55%200-1%20.45-1%201m-4.5.94c-.7-.17-1.27-.74-1.44-1.44c-.18-.74.06-1.44.53-1.91c.55-.55%202.91-1.57%204.33-2.15c.41-.17.82.24.65.65c-.58%201.42-1.6%203.78-2.15%204.33c-.47.46-1.17.7-1.92.52%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2021c0%20.55.45%201%201%201h3.43c.87%200%201.58-.75%201.5-1.62c-.59-6.2-4.53-8.7-7.93-9.38V8c3.31-.42%206.03-1.86%207.27-3.73c.65-.97-.12-2.27-1.29-2.27H4.02C2.85%202%202.08%203.3%202.73%204.27C3.97%206.14%206.69%207.58%2010%208v3c-3.4.68-7.34%203.18-7.93%209.38c-.08.87.63%201.62%201.5%201.62H7c.55%200%201-.45%201-1s-.45-1-1-1H4.13c.93-6.83%206.65-7.2%207.87-7.2s6.94.37%207.87%207.2H17c-.55%200-1%20.45-1%201m-4.5.94c-.7-.17-1.27-.74-1.44-1.44c-.18-.74.06-1.44.53-1.91c.55-.55%202.91-1.57%204.33-2.15c.41-.17.82.24.65.65c-.58%201.42-1.6%203.78-2.15%204.33c-.47.46-1.17.7-1.92.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-scale.svg?color=%231a73e8&size=48