white cane emoji
white-cane from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- white-cane
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- probing-cane
The same emoji in other sets
More objects icons from Noto Emoji
Use the white cane emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e0e0e0" d="m116.807 4.103l7.093 7.092L22.557 112.538l-7.092-7.092z"/><path fill="#646464" d="M97.72 37.37s-.13-2.82-2.2-4.89s-4.89-2.2-4.89-2.2L116.81 4.1s1.89-.8 4.89 2.2c3.01 3.01 2.2 4.89 2.2 4.89z"/><path fill="#f44336" d="m22.56 112.54l-7.09-7.09L43.12 77.8s2.79-.52 5.21 1.89c2.41 2.41 1.89 5.21 1.89 5.21z"/><path fill="#2686c6" d="M121.7 6.3c-3.01-3.01-4.89-2.2-4.89-2.2s3.38.56 4.26 2.82c.88 2.27-.55 4.31-.55 4.31l-90.06 90.06s-3.34 3.3-7.04 2.29c-3.31-.9-3.66-2.43-3.66-2.43l-2.9 2.9l1.36 5.74l4.33 2.73l99.05-99.05l.01.03l2.31-2.31c-.02 0 .79-1.88-2.22-4.89" opacity=".33"/><path fill="#444" d="M121.06 6.92c.88 2.27-.55 4.31-.55 4.31L97.02 34.72s.61.8.69 2.62l23.87-23.87l.01.03l2.31-2.31s.8-1.89-2.2-4.89s-4.89-2.2-4.89-2.2s3.38.55 4.25 2.82"/><circle cx="14.15" cy="113.85" r="10.15" fill="#e0e0e0"/><path fill="#2686c6" d="M23.65 110.28c.21 2.7-.72 5.48-2.79 7.55c-3.76 3.76-9.86 3.76-13.62 0c-1.9-1.9-2.84-4.4-2.82-6.9c-1.03 3.46-.19 7.36 2.55 10.1a10.146 10.146 0 0 0 14.36 0c2.91-2.91 3.68-7.14 2.32-10.75" opacity=".33"/><path fill="#90a4ae" d="M118.92 44.61c3.99-6.72 4.76-22.58-.46-35.47a1.756 1.756 0 0 0-2.29-.97c-.9.36-1.33 1.39-.97 2.29c5.2 12.84 3.71 27.27.69 32.35c-.84 1.41-1.47 1.59-1.64 1.61c-.47.05-.79-.05-1.11-.42c-2.24-2.45-2.08-11.72-.74-21.31l-4.02 4.02c-.15 1.48-.28 3.01-.36 4.55c-.43 7.84.4 12.78 2.53 15.11c.06.06.11.12.17.18c1.06 1.06 2.42 1.53 3.93 1.36c1.13-.12 2.78-.8 4.27-3.3"/></svg>
React
import type { SVGProps } from "react";
export function NotoWhiteCane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e0e0e0" d="m116.807 4.103l7.093 7.092L22.557 112.538l-7.092-7.092z"/><path fill="#646464" d="M97.72 37.37s-.13-2.82-2.2-4.89s-4.89-2.2-4.89-2.2L116.81 4.1s1.89-.8 4.89 2.2c3.01 3.01 2.2 4.89 2.2 4.89z"/><path fill="#f44336" d="m22.56 112.54l-7.09-7.09L43.12 77.8s2.79-.52 5.21 1.89c2.41 2.41 1.89 5.21 1.89 5.21z"/><path fill="#2686c6" d="M121.7 6.3c-3.01-3.01-4.89-2.2-4.89-2.2s3.38.56 4.26 2.82c.88 2.27-.55 4.31-.55 4.31l-90.06 90.06s-3.34 3.3-7.04 2.29c-3.31-.9-3.66-2.43-3.66-2.43l-2.9 2.9l1.36 5.74l4.33 2.73l99.05-99.05l.01.03l2.31-2.31c-.02 0 .79-1.88-2.22-4.89" opacity=".33"/><path fill="#444" d="M121.06 6.92c.88 2.27-.55 4.31-.55 4.31L97.02 34.72s.61.8.69 2.62l23.87-23.87l.01.03l2.31-2.31s.8-1.89-2.2-4.89s-4.89-2.2-4.89-2.2s3.38.55 4.25 2.82"/><circle cx="14.15" cy="113.85" r="10.15" fill="#e0e0e0"/><path fill="#2686c6" d="M23.65 110.28c.21 2.7-.72 5.48-2.79 7.55c-3.76 3.76-9.86 3.76-13.62 0c-1.9-1.9-2.84-4.4-2.82-6.9c-1.03 3.46-.19 7.36 2.55 10.1a10.146 10.146 0 0 0 14.36 0c2.91-2.91 3.68-7.14 2.32-10.75" opacity=".33"/><path fill="#90a4ae" d="M118.92 44.61c3.99-6.72 4.76-22.58-.46-35.47a1.756 1.756 0 0 0-2.29-.97c-.9.36-1.33 1.39-.97 2.29c5.2 12.84 3.71 27.27.69 32.35c-.84 1.41-1.47 1.59-1.64 1.61c-.47.05-.79-.05-1.11-.42c-2.24-2.45-2.08-11.72-.74-21.31l-4.02 4.02c-.15 1.48-.28 3.01-.36 4.55c-.43 7.84.4 12.78 2.53 15.11c.06.06.11.12.17.18c1.06 1.06 2.42 1.53 3.93 1.36c1.13-.12 2.78-.8 4.27-3.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e0e0e0" d="m116.807 4.103l7.093 7.092L22.557 112.538l-7.092-7.092z"/><path fill="#646464" d="M97.72 37.37s-.13-2.82-2.2-4.89s-4.89-2.2-4.89-2.2L116.81 4.1s1.89-.8 4.89 2.2c3.01 3.01 2.2 4.89 2.2 4.89z"/><path fill="#f44336" d="m22.56 112.54l-7.09-7.09L43.12 77.8s2.79-.52 5.21 1.89c2.41 2.41 1.89 5.21 1.89 5.21z"/><path fill="#2686c6" d="M121.7 6.3c-3.01-3.01-4.89-2.2-4.89-2.2s3.38.56 4.26 2.82c.88 2.27-.55 4.31-.55 4.31l-90.06 90.06s-3.34 3.3-7.04 2.29c-3.31-.9-3.66-2.43-3.66-2.43l-2.9 2.9l1.36 5.74l4.33 2.73l99.05-99.05l.01.03l2.31-2.31c-.02 0 .79-1.88-2.22-4.89" opacity=".33"/><path fill="#444" d="M121.06 6.92c.88 2.27-.55 4.31-.55 4.31L97.02 34.72s.61.8.69 2.62l23.87-23.87l.01.03l2.31-2.31s.8-1.89-2.2-4.89s-4.89-2.2-4.89-2.2s3.38.55 4.25 2.82"/><circle cx="14.15" cy="113.85" r="10.15" fill="#e0e0e0"/><path fill="#2686c6" d="M23.65 110.28c.21 2.7-.72 5.48-2.79 7.55c-3.76 3.76-9.86 3.76-13.62 0c-1.9-1.9-2.84-4.4-2.82-6.9c-1.03 3.46-.19 7.36 2.55 10.1a10.146 10.146 0 0 0 14.36 0c2.91-2.91 3.68-7.14 2.32-10.75" opacity=".33"/><path fill="#90a4ae" d="M118.92 44.61c3.99-6.72 4.76-22.58-.46-35.47a1.756 1.756 0 0 0-2.29-.97c-.9.36-1.33 1.39-.97 2.29c5.2 12.84 3.71 27.27.69 32.35c-.84 1.41-1.47 1.59-1.64 1.61c-.47.05-.79-.05-1.11-.42c-2.24-2.45-2.08-11.72-.74-21.31l-4.02 4.02c-.15 1.48-.28 3.01-.36 4.55c-.43 7.84.4 12.78 2.53 15.11c.06.06.11.12.17.18c1.06 1.06 2.42 1.53 3.93 1.36c1.13-.12 2.78-.8 4.27-3.3"/></svg> </template>
CSS
.icon-white-cane {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22m116.807%204.103l7.093%207.092L22.557%20112.538l-7.092-7.092z%22%2F%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M97.72%2037.37s-.13-2.82-2.2-4.89s-4.89-2.2-4.89-2.2L116.81%204.1s1.89-.8%204.89%202.2c3.01%203.01%202.2%204.89%202.2%204.89z%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22m22.56%20112.54l-7.09-7.09L43.12%2077.8s2.79-.52%205.21%201.89c2.41%202.41%201.89%205.21%201.89%205.21z%22%2F%3E%3Cpath%20fill%3D%22%232686c6%22%20d%3D%22M121.7%206.3c-3.01-3.01-4.89-2.2-4.89-2.2s3.38.56%204.26%202.82c.88%202.27-.55%204.31-.55%204.31l-90.06%2090.06s-3.34%203.3-7.04%202.29c-3.31-.9-3.66-2.43-3.66-2.43l-2.9%202.9l1.36%205.74l4.33%202.73l99.05-99.05l.01.03l2.31-2.31c-.02%200%20.79-1.88-2.22-4.89%22%20opacity%3D%22.33%22%2F%3E%3Cpath%20fill%3D%22%23444%22%20d%3D%22M121.06%206.92c.88%202.27-.55%204.31-.55%204.31L97.02%2034.72s.61.8.69%202.62l23.87-23.87l.01.03l2.31-2.31s.8-1.89-2.2-4.89s-4.89-2.2-4.89-2.2s3.38.55%204.25%202.82%22%2F%3E%3Ccircle%20cx%3D%2214.15%22%20cy%3D%22113.85%22%20r%3D%2210.15%22%20fill%3D%22%23e0e0e0%22%2F%3E%3Cpath%20fill%3D%22%232686c6%22%20d%3D%22M23.65%20110.28c.21%202.7-.72%205.48-2.79%207.55c-3.76%203.76-9.86%203.76-13.62%200c-1.9-1.9-2.84-4.4-2.82-6.9c-1.03%203.46-.19%207.36%202.55%2010.1a10.146%2010.146%200%200%200%2014.36%200c2.91-2.91%203.68-7.14%202.32-10.75%22%20opacity%3D%22.33%22%2F%3E%3Cpath%20fill%3D%22%2390a4ae%22%20d%3D%22M118.92%2044.61c3.99-6.72%204.76-22.58-.46-35.47a1.756%201.756%200%200%200-2.29-.97c-.9.36-1.33%201.39-.97%202.29c5.2%2012.84%203.71%2027.27.69%2032.35c-.84%201.41-1.47%201.59-1.64%201.61c-.47.05-.79-.05-1.11-.42c-2.24-2.45-2.08-11.72-.74-21.31l-4.02%204.02c-.15%201.48-.28%203.01-.36%204.55c-.43%207.84.4%2012.78%202.53%2015.11c.06.06.11.12.17.18c1.06%201.06%202.42%201.53%203.93%201.36c1.13-.12%202.78-.8%204.27-3.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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22m116.807%204.103l7.093%207.092L22.557%20112.538l-7.092-7.092z%22%2F%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M97.72%2037.37s-.13-2.82-2.2-4.89s-4.89-2.2-4.89-2.2L116.81%204.1s1.89-.8%204.89%202.2c3.01%203.01%202.2%204.89%202.2%204.89z%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22m22.56%20112.54l-7.09-7.09L43.12%2077.8s2.79-.52%205.21%201.89c2.41%202.41%201.89%205.21%201.89%205.21z%22%2F%3E%3Cpath%20fill%3D%22%232686c6%22%20d%3D%22M121.7%206.3c-3.01-3.01-4.89-2.2-4.89-2.2s3.38.56%204.26%202.82c.88%202.27-.55%204.31-.55%204.31l-90.06%2090.06s-3.34%203.3-7.04%202.29c-3.31-.9-3.66-2.43-3.66-2.43l-2.9%202.9l1.36%205.74l4.33%202.73l99.05-99.05l.01.03l2.31-2.31c-.02%200%20.79-1.88-2.22-4.89%22%20opacity%3D%22.33%22%2F%3E%3Cpath%20fill%3D%22%23444%22%20d%3D%22M121.06%206.92c.88%202.27-.55%204.31-.55%204.31L97.02%2034.72s.61.8.69%202.62l23.87-23.87l.01.03l2.31-2.31s.8-1.89-2.2-4.89s-4.89-2.2-4.89-2.2s3.38.55%204.25%202.82%22%2F%3E%3Ccircle%20cx%3D%2214.15%22%20cy%3D%22113.85%22%20r%3D%2210.15%22%20fill%3D%22%23e0e0e0%22%2F%3E%3Cpath%20fill%3D%22%232686c6%22%20d%3D%22M23.65%20110.28c.21%202.7-.72%205.48-2.79%207.55c-3.76%203.76-9.86%203.76-13.62%200c-1.9-1.9-2.84-4.4-2.82-6.9c-1.03%203.46-.19%207.36%202.55%2010.1a10.146%2010.146%200%200%200%2014.36%200c2.91-2.91%203.68-7.14%202.32-10.75%22%20opacity%3D%22.33%22%2F%3E%3Cpath%20fill%3D%22%2390a4ae%22%20d%3D%22M118.92%2044.61c3.99-6.72%204.76-22.58-.46-35.47a1.756%201.756%200%200%200-2.29-.97c-.9.36-1.33%201.39-.97%202.29c5.2%2012.84%203.71%2027.27.69%2032.35c-.84%201.41-1.47%201.59-1.64%201.61c-.47.05-.79-.05-1.11-.42c-2.24-2.45-2.08-11.72-.74-21.31l-4.02%204.02c-.15%201.48-.28%203.01-.36%204.55c-.43%207.84.4%2012.78%202.53%2015.11c.06.06.11.12.17.18c1.06%201.06%202.42%201.53%203.93%201.36c1.13-.12%202.78-.8%204.27-3.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/white-cane.svg?color=%231a73e8&size=48