pronounsdotpage logo
pronounsdotpage from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- pronounsdotpage
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the pronounsdotpage logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.991 5.14c.058-.102.01-.185-.108-.185l-2.051.001a.41.41 0 0 0-.321.184l-5.027 8.503c-.702 1.156-1.681 1.411-2.622 1.297c-1.615-.196-2.483-1.381-2.483-2.96a2.88 2.88 0 0 1 2.876-2.876h3.192a.41.41 0 0 0 .319-.184l1.15-2.01c.058-.101.01-.184-.107-.184H5.254A5.26 5.26 0 0 0 0 11.98c0 1.4.547 2.91 1.542 3.897c.98.972 2.29 1.328 3.688 1.357c.789.009 2.956-.009 3.972-1.817l5.79-10.277Zm7.467 2.984c-.98-.972-2.29-1.329-3.688-1.357c-.789-.01-2.956.009-3.972 1.816c-1.138 2.024-5.79 10.277-5.79 10.277c-.057.102-.008.185.109.185l2.051-.001a.41.41 0 0 0 .321-.184l5.027-8.503c.702-1.156 1.681-1.411 2.622-1.297c1.615.196 2.483 1.381 2.483 2.96a2.88 2.88 0 0 1-2.876 2.876h-3.192a.4.4 0 0 0-.319.184l-1.15 2.01c-.058.101-.01.184.107.184h4.555A5.26 5.26 0 0 0 24 12.02c0-1.4-.547-2.91-1.542-3.896"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPronounsdotpage(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="M14.991 5.14c.058-.102.01-.185-.108-.185l-2.051.001a.41.41 0 0 0-.321.184l-5.027 8.503c-.702 1.156-1.681 1.411-2.622 1.297c-1.615-.196-2.483-1.381-2.483-2.96a2.88 2.88 0 0 1 2.876-2.876h3.192a.41.41 0 0 0 .319-.184l1.15-2.01c.058-.101.01-.184-.107-.184H5.254A5.26 5.26 0 0 0 0 11.98c0 1.4.547 2.91 1.542 3.897c.98.972 2.29 1.328 3.688 1.357c.789.009 2.956-.009 3.972-1.817l5.79-10.277Zm7.467 2.984c-.98-.972-2.29-1.329-3.688-1.357c-.789-.01-2.956.009-3.972 1.816c-1.138 2.024-5.79 10.277-5.79 10.277c-.057.102-.008.185.109.185l2.051-.001a.41.41 0 0 0 .321-.184l5.027-8.503c.702-1.156 1.681-1.411 2.622-1.297c1.615.196 2.483 1.381 2.483 2.96a2.88 2.88 0 0 1-2.876 2.876h-3.192a.4.4 0 0 0-.319.184l-1.15 2.01c-.058.101-.01.184.107.184h4.555A5.26 5.26 0 0 0 24 12.02c0-1.4-.547-2.91-1.542-3.896"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.991 5.14c.058-.102.01-.185-.108-.185l-2.051.001a.41.41 0 0 0-.321.184l-5.027 8.503c-.702 1.156-1.681 1.411-2.622 1.297c-1.615-.196-2.483-1.381-2.483-2.96a2.88 2.88 0 0 1 2.876-2.876h3.192a.41.41 0 0 0 .319-.184l1.15-2.01c.058-.101.01-.184-.107-.184H5.254A5.26 5.26 0 0 0 0 11.98c0 1.4.547 2.91 1.542 3.897c.98.972 2.29 1.328 3.688 1.357c.789.009 2.956-.009 3.972-1.817l5.79-10.277Zm7.467 2.984c-.98-.972-2.29-1.329-3.688-1.357c-.789-.01-2.956.009-3.972 1.816c-1.138 2.024-5.79 10.277-5.79 10.277c-.057.102-.008.185.109.185l2.051-.001a.41.41 0 0 0 .321-.184l5.027-8.503c.702-1.156 1.681-1.411 2.622-1.297c1.615.196 2.483 1.381 2.483 2.96a2.88 2.88 0 0 1-2.876 2.876h-3.192a.4.4 0 0 0-.319.184l-1.15 2.01c-.058.101-.01.184.107.184h4.555A5.26 5.26 0 0 0 24 12.02c0-1.4-.547-2.91-1.542-3.896"/></svg> </template>
CSS
.icon-pronounsdotpage {
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%22M14.991%205.14c.058-.102.01-.185-.108-.185l-2.051.001a.41.41%200%200%200-.321.184l-5.027%208.503c-.702%201.156-1.681%201.411-2.622%201.297c-1.615-.196-2.483-1.381-2.483-2.96a2.88%202.88%200%200%201%202.876-2.876h3.192a.41.41%200%200%200%20.319-.184l1.15-2.01c.058-.101.01-.184-.107-.184H5.254A5.26%205.26%200%200%200%200%2011.98c0%201.4.547%202.91%201.542%203.897c.98.972%202.29%201.328%203.688%201.357c.789.009%202.956-.009%203.972-1.817l5.79-10.277Zm7.467%202.984c-.98-.972-2.29-1.329-3.688-1.357c-.789-.01-2.956.009-3.972%201.816c-1.138%202.024-5.79%2010.277-5.79%2010.277c-.057.102-.008.185.109.185l2.051-.001a.41.41%200%200%200%20.321-.184l5.027-8.503c.702-1.156%201.681-1.411%202.622-1.297c1.615.196%202.483%201.381%202.483%202.96a2.88%202.88%200%200%201-2.876%202.876h-3.192a.4.4%200%200%200-.319.184l-1.15%202.01c-.058.101-.01.184.107.184h4.555A5.26%205.26%200%200%200%2024%2012.02c0-1.4-.547-2.91-1.542-3.896%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%22M14.991%205.14c.058-.102.01-.185-.108-.185l-2.051.001a.41.41%200%200%200-.321.184l-5.027%208.503c-.702%201.156-1.681%201.411-2.622%201.297c-1.615-.196-2.483-1.381-2.483-2.96a2.88%202.88%200%200%201%202.876-2.876h3.192a.41.41%200%200%200%20.319-.184l1.15-2.01c.058-.101.01-.184-.107-.184H5.254A5.26%205.26%200%200%200%200%2011.98c0%201.4.547%202.91%201.542%203.897c.98.972%202.29%201.328%203.688%201.357c.789.009%202.956-.009%203.972-1.817l5.79-10.277Zm7.467%202.984c-.98-.972-2.29-1.329-3.688-1.357c-.789-.01-2.956.009-3.972%201.816c-1.138%202.024-5.79%2010.277-5.79%2010.277c-.057.102-.008.185.109.185l2.051-.001a.41.41%200%200%200%20.321-.184l5.027-8.503c.702-1.156%201.681-1.411%202.622-1.297c1.615.196%202.483%201.381%202.483%202.96a2.88%202.88%200%200%201-2.876%202.876h-3.192a.4.4%200%200%200-.319.184l-1.15%202.01c-.058.101-.01.184.107.184h4.555A5.26%205.26%200%200%200%2024%2012.02c0-1.4-.547-2.91-1.542-3.896%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/pronounsdotpage.svg?color=%231a73e8&size=48