Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Make funnel from triangle and bar</title>
</head>
<body>
  <h3>Make funnel from triangle and bar</h3>
    <div class=outer>
        <div class=filter-bar>&#x2758;</div>
        <div class=filter-triangle>&#x25BC;</div>
    </div>
    
    <h3>Or SVG</h3>
    <svg class=svg-funnel viewBox="0 0 80 90" focusable=false><path d="m 0,0 30,45 0,30 10,15 0,-45 30,-45 Z"></path></svg>
    <h3>Or from <a href=https://feathericons.com/#filter>feathericons.com#filter</a> - MIT licenced (<a href=https://github.com/feathericons/feather#license>see github</a>) </h3>
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" data-reactid="566"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg>
    
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
robocatpro
0viewers