quotes icon
quotes from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- quotes
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the quotes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 6.5a.5.5 0 0 1 .5-.5l1-.001a.5.5 0 0 1 .5.5c0 1.73-.717 2.925-1.146 3.354a.5.5 0 0 1-.707-.707c.15-.15.451-.579.652-1.245A.501.501 0 0 1 9 7.5zm3 0a.5.5 0 0 1 .5-.5l1-.001a.5.5 0 0 1 .5.5c0 1.73-.717 2.925-1.146 3.354a.5.5 0 0 1-.707-.707c.15-.15.451-.579.652-1.245A.501.501 0 0 1 12 7.5zM6.5 10a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.799-.4c.201-.667.502-1.096.652-1.246a.5.5 0 0 0-.707-.707C5.717 6.577 5 7.771 5 9.501a.5.5 0 0 0 .5.5zM4 9.5a.5.5 0 0 1-.5.5l-1 .001a.5.5 0 0 1-.5-.5c0-1.73.717-2.925 1.146-3.354a.5.5 0 0 1 .707.707c-.15.15-.451.58-.652 1.245A.501.501 0 0 1 4 8.5z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconQuotes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 6.5a.5.5 0 0 1 .5-.5l1-.001a.5.5 0 0 1 .5.5c0 1.73-.717 2.925-1.146 3.354a.5.5 0 0 1-.707-.707c.15-.15.451-.579.652-1.245A.501.501 0 0 1 9 7.5zm3 0a.5.5 0 0 1 .5-.5l1-.001a.5.5 0 0 1 .5.5c0 1.73-.717 2.925-1.146 3.354a.5.5 0 0 1-.707-.707c.15-.15.451-.579.652-1.245A.501.501 0 0 1 12 7.5zM6.5 10a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.799-.4c.201-.667.502-1.096.652-1.246a.5.5 0 0 0-.707-.707C5.717 6.577 5 7.771 5 9.501a.5.5 0 0 0 .5.5zM4 9.5a.5.5 0 0 1-.5.5l-1 .001a.5.5 0 0 1-.5-.5c0-1.73.717-2.925 1.146-3.354a.5.5 0 0 1 .707.707c-.15.15-.451.58-.652 1.245A.501.501 0 0 1 4 8.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 6.5a.5.5 0 0 1 .5-.5l1-.001a.5.5 0 0 1 .5.5c0 1.73-.717 2.925-1.146 3.354a.5.5 0 0 1-.707-.707c.15-.15.451-.579.652-1.245A.501.501 0 0 1 9 7.5zm3 0a.5.5 0 0 1 .5-.5l1-.001a.5.5 0 0 1 .5.5c0 1.73-.717 2.925-1.146 3.354a.5.5 0 0 1-.707-.707c.15-.15.451-.579.652-1.245A.501.501 0 0 1 12 7.5zM6.5 10a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.799-.4c.201-.667.502-1.096.652-1.246a.5.5 0 0 0-.707-.707C5.717 6.577 5 7.771 5 9.501a.5.5 0 0 0 .5.5zM4 9.5a.5.5 0 0 1-.5.5l-1 .001a.5.5 0 0 1-.5-.5c0-1.73.717-2.925 1.146-3.354a.5.5 0 0 1 .707.707c-.15.15-.451.58-.652 1.245A.501.501 0 0 1 4 8.5z"/></svg> </template>
CSS
.icon-quotes {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206.5a.5.5%200%200%201%20.5-.5l1-.001a.5.5%200%200%201%20.5.5c0%201.73-.717%202.925-1.146%203.354a.5.5%200%200%201-.707-.707c.15-.15.451-.579.652-1.245A.501.501%200%200%201%209%207.5zm3%200a.5.5%200%200%201%20.5-.5l1-.001a.5.5%200%200%201%20.5.5c0%201.73-.717%202.925-1.146%203.354a.5.5%200%200%201-.707-.707c.15-.15.451-.579.652-1.245A.501.501%200%200%201%2012%207.5zM6.5%2010a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.799-.4c.201-.667.502-1.096.652-1.246a.5.5%200%200%200-.707-.707C5.717%206.577%205%207.771%205%209.501a.5.5%200%200%200%20.5.5zM4%209.5a.5.5%200%200%201-.5.5l-1%20.001a.5.5%200%200%201-.5-.5c0-1.73.717-2.925%201.146-3.354a.5.5%200%200%201%20.707.707c-.15.15-.451.58-.652%201.245A.501.501%200%200%201%204%208.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206.5a.5.5%200%200%201%20.5-.5l1-.001a.5.5%200%200%201%20.5.5c0%201.73-.717%202.925-1.146%203.354a.5.5%200%200%201-.707-.707c.15-.15.451-.579.652-1.245A.501.501%200%200%201%209%207.5zm3%200a.5.5%200%200%201%20.5-.5l1-.001a.5.5%200%200%201%20.5.5c0%201.73-.717%202.925-1.146%203.354a.5.5%200%200%201-.707-.707c.15-.15.451-.579.652-1.245A.501.501%200%200%201%2012%207.5zM6.5%2010a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.799-.4c.201-.667.502-1.096.652-1.246a.5.5%200%200%200-.707-.707C5.717%206.577%205%207.771%205%209.501a.5.5%200%200%200%20.5.5zM4%209.5a.5.5%200%200%201-.5.5l-1%20.001a.5.5%200%200%201-.5-.5c0-1.73.717-2.925%201.146-3.354a.5.5%200%200%201%20.707.707c-.15.15-.451.58-.652%201.245A.501.501%200%200%201%204%208.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/quotes.svg?color=%231a73e8&size=48