twotone table bar icon

twotone-table-bar from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.

Name
twotone-table-bar
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the twotone table bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12" cy="7.5" fill="currentColor" opacity=".3" rx="7.72" ry="1.5"/><path fill="currentColor" d="M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26L6 20h2l1.2-3h5.6l1.2 3h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48M12 9c-4.05 0-6.74-.86-7.72-1.5C5.26 6.86 7.95 6 12 6s6.74.86 7.72 1.5C18.74 8.14 16.05 9 12 9"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneTableBar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12" cy="7.5" fill="currentColor" opacity=".3" rx="7.72" ry="1.5"/><path fill="currentColor" d="M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26L6 20h2l1.2-3h5.6l1.2 3h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48M12 9c-4.05 0-6.74-.86-7.72-1.5C5.26 6.86 7.95 6 12 6s6.74.86 7.72 1.5C18.74 8.14 16.05 9 12 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><ellipse cx="12" cy="7.5" fill="currentColor" opacity=".3" rx="7.72" ry="1.5"/><path fill="currentColor" d="M22 7.5C22 5.57 17.52 4 12 4S2 5.57 2 7.5c0 1.81 3.95 3.31 9 3.48V15H9.35c-.82 0-1.55.5-1.86 1.26L6 20h2l1.2-3h5.6l1.2 3h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17 9-1.67 9-3.48M12 9c-4.05 0-6.74-.86-7.72-1.5C5.26 6.86 7.95 6 12 6s6.74.86 7.72 1.5C18.74 8.14 16.05 9 12 9"/></svg>
</template>

CSS

.icon-twotone-table-bar {
  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%3Cellipse%20cx%3D%2212%22%20cy%3D%227.5%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%20rx%3D%227.72%22%20ry%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%207.5C22%205.57%2017.52%204%2012%204S2%205.57%202%207.5c0%201.81%203.95%203.31%209%203.48V15H9.35c-.82%200-1.55.5-1.86%201.26L6%2020h2l1.2-3h5.6l1.2%203h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17%209-1.67%209-3.48M12%209c-4.05%200-6.74-.86-7.72-1.5C5.26%206.86%207.95%206%2012%206s6.74.86%207.72%201.5C18.74%208.14%2016.05%209%2012%209%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%3Cellipse%20cx%3D%2212%22%20cy%3D%227.5%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%20rx%3D%227.72%22%20ry%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%207.5C22%205.57%2017.52%204%2012%204S2%205.57%202%207.5c0%201.81%203.95%203.31%209%203.48V15H9.35c-.82%200-1.55.5-1.86%201.26L6%2020h2l1.2-3h5.6l1.2%203h2l-1.5-3.74c-.3-.76-1.04-1.26-1.85-1.26H13v-4.02c5.05-.17%209-1.67%209-3.48M12%209c-4.05%200-6.74-.86-7.72-1.5C5.26%206.86%207.95%206%2012%206s6.74.86%207.72%201.5C18.74%208.14%2016.05%209%2012%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-table-bar.svg?color=%231a73e8&size=48