ssid chart icon
ssid-chart-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- ssid-chart-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ssid-chart-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the ssid chart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15.05q0-.25.113-.462t.312-.338l1.225-.875q.575-.425 1.3-.363t1.25.563l4.925 4.775l3.625-2.9q.275-.2.588-.325T17 15h3q.425 0 .713.288T21 16t-.288.713T20 17h-3l-3.625 2.9q-.575.475-1.338.438t-1.312-.563L5.8 15l-1.225.875q-.5.35-1.037.075T3 15.05m0-6.025q0-.25.1-.45t.3-.35L6.45 6q.6-.425 1.325-.375t1.25.575L12.2 9.375l7.225-5.225q.5-.35 1.038-.075t.537.9q0 .25-.112.45t-.313.35L13.375 11q-.6.425-1.325.375T10.8 10.8L7.625 7.625L4.575 9.85q-.5.35-1.038.075T3 9.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSsidChartRounded(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="M3 15.05q0-.25.113-.462t.312-.338l1.225-.875q.575-.425 1.3-.363t1.25.563l4.925 4.775l3.625-2.9q.275-.2.588-.325T17 15h3q.425 0 .713.288T21 16t-.288.713T20 17h-3l-3.625 2.9q-.575.475-1.338.438t-1.312-.563L5.8 15l-1.225.875q-.5.35-1.037.075T3 15.05m0-6.025q0-.25.1-.45t.3-.35L6.45 6q.6-.425 1.325-.375t1.25.575L12.2 9.375l7.225-5.225q.5-.35 1.038-.075t.537.9q0 .25-.112.45t-.313.35L13.375 11q-.6.425-1.325.375T10.8 10.8L7.625 7.625L4.575 9.85q-.5.35-1.038.075T3 9.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15.05q0-.25.113-.462t.312-.338l1.225-.875q.575-.425 1.3-.363t1.25.563l4.925 4.775l3.625-2.9q.275-.2.588-.325T17 15h3q.425 0 .713.288T21 16t-.288.713T20 17h-3l-3.625 2.9q-.575.475-1.338.438t-1.312-.563L5.8 15l-1.225.875q-.5.35-1.037.075T3 15.05m0-6.025q0-.25.1-.45t.3-.35L6.45 6q.6-.425 1.325-.375t1.25.575L12.2 9.375l7.225-5.225q.5-.35 1.038-.075t.537.9q0 .25-.112.45t-.313.35L13.375 11q-.6.425-1.325.375T10.8 10.8L7.625 7.625L4.575 9.85q-.5.35-1.038.075T3 9.025"/></svg> </template>
CSS
.icon-ssid-chart-rounded {
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%22M3%2015.05q0-.25.113-.462t.312-.338l1.225-.875q.575-.425%201.3-.363t1.25.563l4.925%204.775l3.625-2.9q.275-.2.588-.325T17%2015h3q.425%200%20.713.288T21%2016t-.288.713T20%2017h-3l-3.625%202.9q-.575.475-1.338.438t-1.312-.563L5.8%2015l-1.225.875q-.5.35-1.037.075T3%2015.05m0-6.025q0-.25.1-.45t.3-.35L6.45%206q.6-.425%201.325-.375t1.25.575L12.2%209.375l7.225-5.225q.5-.35%201.038-.075t.537.9q0%20.25-.112.45t-.313.35L13.375%2011q-.6.425-1.325.375T10.8%2010.8L7.625%207.625L4.575%209.85q-.5.35-1.038.075T3%209.025%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%22M3%2015.05q0-.25.113-.462t.312-.338l1.225-.875q.575-.425%201.3-.363t1.25.563l4.925%204.775l3.625-2.9q.275-.2.588-.325T17%2015h3q.425%200%20.713.288T21%2016t-.288.713T20%2017h-3l-3.625%202.9q-.575.475-1.338.438t-1.312-.563L5.8%2015l-1.225.875q-.5.35-1.037.075T3%2015.05m0-6.025q0-.25.1-.45t.3-.35L6.45%206q.6-.425%201.325-.375t1.25.575L12.2%209.375l7.225-5.225q.5-.35%201.038-.075t.537.9q0%20.25-.112.45t-.313.35L13.375%2011q-.6.425-1.325.375T10.8%2010.8L7.625%207.625L4.575%209.85q-.5.35-1.038.075T3%209.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ssid-chart-rounded.svg?color=%231a73e8&size=48