quote icon
quote from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- quote
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the quote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192 64c-40.646 0-72.483 11.229-94.627 33.373C75.229 119.517 64 151.354 64 192v256h160V192h-96c0-23.056 4.922-39.666 14.627-49.373C152.334 132.922 168.944 128 192 128" fill="currentColor"/><path d="M416 64c-40.646 0-72.483 11.229-94.627 33.373C299.229 119.517 288 151.354 288 192v256h160V192h-96c0-23.056 4.922-39.666 14.627-49.373C376.334 132.922 392.944 128 416 128" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonQuote(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192 64c-40.646 0-72.483 11.229-94.627 33.373C75.229 119.517 64 151.354 64 192v256h160V192h-96c0-23.056 4.922-39.666 14.627-49.373C152.334 132.922 168.944 128 192 128" fill="currentColor"/><path d="M416 64c-40.646 0-72.483 11.229-94.627 33.373C299.229 119.517 288 151.354 288 192v256h160V192h-96c0-23.056 4.922-39.666 14.627-49.373C376.334 132.922 392.944 128 416 128" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192 64c-40.646 0-72.483 11.229-94.627 33.373C75.229 119.517 64 151.354 64 192v256h160V192h-96c0-23.056 4.922-39.666 14.627-49.373C152.334 132.922 168.944 128 192 128" fill="currentColor"/><path d="M416 64c-40.646 0-72.483 11.229-94.627 33.373C299.229 119.517 288 151.354 288 192v256h160V192h-96c0-23.056 4.922-39.666 14.627-49.373C376.334 132.922 392.944 128 416 128" fill="currentColor"/></svg> </template>
CSS
.icon-quote {
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%20512%20512%22%3E%3Cpath%20d%3D%22M192%2064c-40.646%200-72.483%2011.229-94.627%2033.373C75.229%20119.517%2064%20151.354%2064%20192v256h160V192h-96c0-23.056%204.922-39.666%2014.627-49.373C152.334%20132.922%20168.944%20128%20192%20128%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%2064c-40.646%200-72.483%2011.229-94.627%2033.373C299.229%20119.517%20288%20151.354%20288%20192v256h160V192h-96c0-23.056%204.922-39.666%2014.627-49.373C376.334%20132.922%20392.944%20128%20416%20128%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M192%2064c-40.646%200-72.483%2011.229-94.627%2033.373C75.229%20119.517%2064%20151.354%2064%20192v256h160V192h-96c0-23.056%204.922-39.666%2014.627-49.373C152.334%20132.922%20168.944%20128%20192%20128%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%2064c-40.646%200-72.483%2011.229-94.627%2033.373C299.229%20119.517%20288%20151.354%20288%20192v256h160V192h-96c0-23.056%204.922-39.666%2014.627-49.373C376.334%20132.922%20392.944%20128%20416%20128%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/quote.svg?color=%231a73e8&size=48