twotone insights icon

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

Name
twotone-insights
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the twotone insights icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2c1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93c0-1.1-.9-2-2-2"/><path fill="currentColor" d="m15 9l.94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11L4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneInsights(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="M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2c1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93c0-1.1-.9-2-2-2"/><path fill="currentColor" d="m15 9l.94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11L4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2c1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93c0-1.1-.9-2-2-2"/><path fill="currentColor" d="m15 9l.94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11L4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg>
</template>

CSS

.icon-twotone-insights {
  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%22M21%208c-1.45%200-2.26%201.44-1.93%202.51l-3.55%203.56c-.3-.09-.74-.09-1.04%200l-2.55-2.55C12.27%2010.45%2011.46%209%2010%209c-1.45%200-2.27%201.44-1.93%202.52l-4.56%204.55C2.44%2015.74%201%2016.55%201%2018c0%201.1.9%202%202%202c1.45%200%202.26-1.44%201.93-2.51l4.55-4.56c.3.09.74.09%201.04%200l2.55%202.55C12.73%2016.55%2013.54%2018%2015%2018c1.45%200%202.27-1.44%201.93-2.52l3.56-3.55c1.07.33%202.51-.48%202.51-1.93c0-1.1-.9-2-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%209l.94-2.07L18%206l-2.06-.93L15%203l-.92%202.07L12%206l2.08.93zM3.5%2011L4%209l2-.5L4%208l-.5-2L3%208l-2%20.5L3%209z%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%22M21%208c-1.45%200-2.26%201.44-1.93%202.51l-3.55%203.56c-.3-.09-.74-.09-1.04%200l-2.55-2.55C12.27%2010.45%2011.46%209%2010%209c-1.45%200-2.27%201.44-1.93%202.52l-4.56%204.55C2.44%2015.74%201%2016.55%201%2018c0%201.1.9%202%202%202c1.45%200%202.26-1.44%201.93-2.51l4.55-4.56c.3.09.74.09%201.04%200l2.55%202.55C12.73%2016.55%2013.54%2018%2015%2018c1.45%200%202.27-1.44%201.93-2.52l3.56-3.55c1.07.33%202.51-.48%202.51-1.93c0-1.1-.9-2-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%209l.94-2.07L18%206l-2.06-.93L15%203l-.92%202.07L12%206l2.08.93zM3.5%2011L4%209l2-.5L4%208l-.5-2L3%208l-2%20.5L3%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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