text quote opening icon

text-quote-opening-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
text-quote-opening-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text quote opening icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.174 11.38a8.8 8.8 0 0 1 .952-2.764c.649-1.18 1.476-2.011 2.228-2.762a.5.5 0 0 0-.708-.708l-.012.012c-.746.747-1.663 1.664-2.385 2.976C11.52 9.462 11 11.17 11 13.5a2.5 2.5 0 1 0 1.174-2.12M12 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-6.826-2.12a8.8 8.8 0 0 1 .952-2.764c.649-1.18 1.476-2.011 2.228-2.762a.5.5 0 1 0-.708-.708l-.011.012c-.747.747-1.664 1.664-2.386 2.976C4.52 9.462 4 11.17 4 13.5a2.5 2.5 0 1 0 1.174-2.12M6.5 12a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextQuoteOpening20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.174 11.38a8.8 8.8 0 0 1 .952-2.764c.649-1.18 1.476-2.011 2.228-2.762a.5.5 0 0 0-.708-.708l-.012.012c-.746.747-1.663 1.664-2.385 2.976C11.52 9.462 11 11.17 11 13.5a2.5 2.5 0 1 0 1.174-2.12M12 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-6.826-2.12a8.8 8.8 0 0 1 .952-2.764c.649-1.18 1.476-2.011 2.228-2.762a.5.5 0 1 0-.708-.708l-.011.012c-.747.747-1.664 1.664-2.386 2.976C4.52 9.462 4 11.17 4 13.5a2.5 2.5 0 1 0 1.174-2.12M6.5 12a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.174 11.38a8.8 8.8 0 0 1 .952-2.764c.649-1.18 1.476-2.011 2.228-2.762a.5.5 0 0 0-.708-.708l-.012.012c-.746.747-1.663 1.664-2.385 2.976C11.52 9.462 11 11.17 11 13.5a2.5 2.5 0 1 0 1.174-2.12M12 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-6.826-2.12a8.8 8.8 0 0 1 .952-2.764c.649-1.18 1.476-2.011 2.228-2.762a.5.5 0 1 0-.708-.708l-.011.012c-.747.747-1.664 1.664-2.386 2.976C4.52 9.462 4 11.17 4 13.5a2.5 2.5 0 1 0 1.174-2.12M6.5 12a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-text-quote-opening-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.174%2011.38a8.8%208.8%200%200%201%20.952-2.764c.649-1.18%201.476-2.011%202.228-2.762a.5.5%200%200%200-.708-.708l-.012.012c-.746.747-1.663%201.664-2.385%202.976C11.52%209.462%2011%2011.17%2011%2013.5a2.5%202.5%200%201%200%201.174-2.12M12%2013.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-6.826-2.12a8.8%208.8%200%200%201%20.952-2.764c.649-1.18%201.476-2.011%202.228-2.762a.5.5%200%201%200-.708-.708l-.011.012c-.747.747-1.664%201.664-2.386%202.976C4.52%209.462%204%2011.17%204%2013.5a2.5%202.5%200%201%200%201.174-2.12M6.5%2012a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.174%2011.38a8.8%208.8%200%200%201%20.952-2.764c.649-1.18%201.476-2.011%202.228-2.762a.5.5%200%200%200-.708-.708l-.012.012c-.746.747-1.663%201.664-2.385%202.976C11.52%209.462%2011%2011.17%2011%2013.5a2.5%202.5%200%201%200%201.174-2.12M12%2013.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-6.826-2.12a8.8%208.8%200%200%201%20.952-2.764c.649-1.18%201.476-2.011%202.228-2.762a.5.5%200%201%200-.708-.708l-.011.012c-.747.747-1.664%201.664-2.386%202.976C4.52%209.462%204%2011.17%204%2013.5a2.5%202.5%200%201%200%201.174-2.12M6.5%2012a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-quote-opening-20-regular.svg?color=%231a73e8&size=48