apostrophe logo

apostrophe from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
apostrophe
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the apostrophe logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.674 0c-.795.001-1.794.095-3.167.313l-4.6.729c-3.138.497-4.224 1.003-5.274 1.798a6.5 6.5 0 0 0-2.24 3.082c-.43 1.245-.577 2.434-.08 5.571l.729 4.6c.497 3.138 1.003 4.22 1.798 5.273a6.5 6.5 0 0 0 3.082 2.24c1.245.431 2.434.578 5.571.081l4.6-.729c3.138-.497 4.22-1.003 5.273-1.799a6.5 6.5 0 0 0 2.24-3.081c.431-1.245.578-2.434.082-5.571l-.73-4.6c-.497-3.138-1.003-4.224-1.799-5.274a6.5 6.5 0 0 0-3.081-2.24C17.378.152 16.695 0 15.674 0m-5.319 4.566h.003a.52.52 0 0 1 .52.444l.77 4.865a.52.52 0 0 1-.435.6l-4.859.77a.52.52 0 0 1-.602-.436l-.77-4.866a.52.52 0 0 1 .435-.6l4.86-.77zM9.92 5.692l-3.823.605l.612 3.83l3.813-.605zm6.504 2.91a3.274 3.274 0 0 1 .497 6.513a3.26 3.26 0 0 1-3.713-2.726a3.274 3.274 0 0 1 3.216-3.787M16.37 9.66a2.226 2.226 0 1 0 .388 4.42a2.21 2.21 0 0 0 1.818-2.541A2.226 2.226 0 0 0 16.37 9.66m-6.45 3a.52.52 0 0 1 .424.208l3.824 4.964a.52.52 0 0 1-.333.839l-5.932.937a.52.52 0 0 1-.576-.695l2.108-5.901a.52.52 0 0 1 .486-.352zm.18 1.611l-1.49 4.167l4.186-.664z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsApostrophe(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="M15.674 0c-.795.001-1.794.095-3.167.313l-4.6.729c-3.138.497-4.224 1.003-5.274 1.798a6.5 6.5 0 0 0-2.24 3.082c-.43 1.245-.577 2.434-.08 5.571l.729 4.6c.497 3.138 1.003 4.22 1.798 5.273a6.5 6.5 0 0 0 3.082 2.24c1.245.431 2.434.578 5.571.081l4.6-.729c3.138-.497 4.22-1.003 5.273-1.799a6.5 6.5 0 0 0 2.24-3.081c.431-1.245.578-2.434.082-5.571l-.73-4.6c-.497-3.138-1.003-4.224-1.799-5.274a6.5 6.5 0 0 0-3.081-2.24C17.378.152 16.695 0 15.674 0m-5.319 4.566h.003a.52.52 0 0 1 .52.444l.77 4.865a.52.52 0 0 1-.435.6l-4.859.77a.52.52 0 0 1-.602-.436l-.77-4.866a.52.52 0 0 1 .435-.6l4.86-.77zM9.92 5.692l-3.823.605l.612 3.83l3.813-.605zm6.504 2.91a3.274 3.274 0 0 1 .497 6.513a3.26 3.26 0 0 1-3.713-2.726a3.274 3.274 0 0 1 3.216-3.787M16.37 9.66a2.226 2.226 0 1 0 .388 4.42a2.21 2.21 0 0 0 1.818-2.541A2.226 2.226 0 0 0 16.37 9.66m-6.45 3a.52.52 0 0 1 .424.208l3.824 4.964a.52.52 0 0 1-.333.839l-5.932.937a.52.52 0 0 1-.576-.695l2.108-5.901a.52.52 0 0 1 .486-.352zm.18 1.611l-1.49 4.167l4.186-.664z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.674 0c-.795.001-1.794.095-3.167.313l-4.6.729c-3.138.497-4.224 1.003-5.274 1.798a6.5 6.5 0 0 0-2.24 3.082c-.43 1.245-.577 2.434-.08 5.571l.729 4.6c.497 3.138 1.003 4.22 1.798 5.273a6.5 6.5 0 0 0 3.082 2.24c1.245.431 2.434.578 5.571.081l4.6-.729c3.138-.497 4.22-1.003 5.273-1.799a6.5 6.5 0 0 0 2.24-3.081c.431-1.245.578-2.434.082-5.571l-.73-4.6c-.497-3.138-1.003-4.224-1.799-5.274a6.5 6.5 0 0 0-3.081-2.24C17.378.152 16.695 0 15.674 0m-5.319 4.566h.003a.52.52 0 0 1 .52.444l.77 4.865a.52.52 0 0 1-.435.6l-4.859.77a.52.52 0 0 1-.602-.436l-.77-4.866a.52.52 0 0 1 .435-.6l4.86-.77zM9.92 5.692l-3.823.605l.612 3.83l3.813-.605zm6.504 2.91a3.274 3.274 0 0 1 .497 6.513a3.26 3.26 0 0 1-3.713-2.726a3.274 3.274 0 0 1 3.216-3.787M16.37 9.66a2.226 2.226 0 1 0 .388 4.42a2.21 2.21 0 0 0 1.818-2.541A2.226 2.226 0 0 0 16.37 9.66m-6.45 3a.52.52 0 0 1 .424.208l3.824 4.964a.52.52 0 0 1-.333.839l-5.932.937a.52.52 0 0 1-.576-.695l2.108-5.901a.52.52 0 0 1 .486-.352zm.18 1.611l-1.49 4.167l4.186-.664z"/></svg>
</template>

CSS

.icon-apostrophe {
  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%22M15.674%200c-.795.001-1.794.095-3.167.313l-4.6.729c-3.138.497-4.224%201.003-5.274%201.798a6.5%206.5%200%200%200-2.24%203.082c-.43%201.245-.577%202.434-.08%205.571l.729%204.6c.497%203.138%201.003%204.22%201.798%205.273a6.5%206.5%200%200%200%203.082%202.24c1.245.431%202.434.578%205.571.081l4.6-.729c3.138-.497%204.22-1.003%205.273-1.799a6.5%206.5%200%200%200%202.24-3.081c.431-1.245.578-2.434.082-5.571l-.73-4.6c-.497-3.138-1.003-4.224-1.799-5.274a6.5%206.5%200%200%200-3.081-2.24C17.378.152%2016.695%200%2015.674%200m-5.319%204.566h.003a.52.52%200%200%201%20.52.444l.77%204.865a.52.52%200%200%201-.435.6l-4.859.77a.52.52%200%200%201-.602-.436l-.77-4.866a.52.52%200%200%201%20.435-.6l4.86-.77zM9.92%205.692l-3.823.605l.612%203.83l3.813-.605zm6.504%202.91a3.274%203.274%200%200%201%20.497%206.513a3.26%203.26%200%200%201-3.713-2.726a3.274%203.274%200%200%201%203.216-3.787M16.37%209.66a2.226%202.226%200%201%200%20.388%204.42a2.21%202.21%200%200%200%201.818-2.541A2.226%202.226%200%200%200%2016.37%209.66m-6.45%203a.52.52%200%200%201%20.424.208l3.824%204.964a.52.52%200%200%201-.333.839l-5.932.937a.52.52%200%200%201-.576-.695l2.108-5.901a.52.52%200%200%201%20.486-.352zm.18%201.611l-1.49%204.167l4.186-.664z%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%22M15.674%200c-.795.001-1.794.095-3.167.313l-4.6.729c-3.138.497-4.224%201.003-5.274%201.798a6.5%206.5%200%200%200-2.24%203.082c-.43%201.245-.577%202.434-.08%205.571l.729%204.6c.497%203.138%201.003%204.22%201.798%205.273a6.5%206.5%200%200%200%203.082%202.24c1.245.431%202.434.578%205.571.081l4.6-.729c3.138-.497%204.22-1.003%205.273-1.799a6.5%206.5%200%200%200%202.24-3.081c.431-1.245.578-2.434.082-5.571l-.73-4.6c-.497-3.138-1.003-4.224-1.799-5.274a6.5%206.5%200%200%200-3.081-2.24C17.378.152%2016.695%200%2015.674%200m-5.319%204.566h.003a.52.52%200%200%201%20.52.444l.77%204.865a.52.52%200%200%201-.435.6l-4.859.77a.52.52%200%200%201-.602-.436l-.77-4.866a.52.52%200%200%201%20.435-.6l4.86-.77zM9.92%205.692l-3.823.605l.612%203.83l3.813-.605zm6.504%202.91a3.274%203.274%200%200%201%20.497%206.513a3.26%203.26%200%200%201-3.713-2.726a3.274%203.274%200%200%201%203.216-3.787M16.37%209.66a2.226%202.226%200%201%200%20.388%204.42a2.21%202.21%200%200%200%201.818-2.541A2.226%202.226%200%200%200%2016.37%209.66m-6.45%203a.52.52%200%200%201%20.424.208l3.824%204.964a.52.52%200%200%201-.333.839l-5.932.937a.52.52%200%200%201-.576-.695l2.108-5.901a.52.52%200%200%201%20.486-.352zm.18%201.611l-1.49%204.167l4.186-.664z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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